> For the complete documentation index, see [llms.txt](https://docs.cryptolegacy.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cryptolegacy.app/fr/scenarios-detailles/flux-detaille-des-fonctions-administratives.md).

# Flux détaillé des fonctions administratives

* En tant que propriétaire du contrat, vous disposez de tous les droits d’administration sur votre contrat CryptoLegacy personnel.
* **Transfert de propriété :**
  * Transférez la propriété du contrat à tout moment en envoyant une transaction pour chaque contrat sur chaque chaîne.
* **Mise en pause du contrat :**
  * Mettez le contrat en pause à tout moment, afin d’empêcher les retraits d’actifs de vos portefeuilles principaux.
  * Vous pouvez également supprimer les autorisations de jetons pendant cette période.
* **Reprise du contrat :**
  * Réactivez le contrat à tout moment.
  * Après la reprise, mettez à jour le délai (timeout) si nécessaire en envoyant une nouvelle transaction.
* **Transfert d’un NFT sur Ethereum :**
  * Transférez votre NFT verrouillé sur Ethereum à tout moment via une seule transaction.
* **Transfert d’un NFT sur d’autres chaînes :**
  1. Basculez sur Ethereum et envoyez une transaction pour mettre à jour le propriétaire du NFT verrouillé, ce qui propage les informations via deBridge.
  2. Attendez les confirmations du bridge.
  3. Basculez sur la chaîne cible et envoyez une transaction pour confirmer le transfert.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cryptolegacy.app/fr/scenarios-detailles/flux-detaille-des-fonctions-administratives.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
