# Detailed Admin Functions Flow

* As the contract Owner, you have full administrative rights for your personal CryptoLegacy contract.
* **Ownership Transfer:**
  * Transfer contract ownership anytime by sending a transaction for each contract on each chain.
* **Pause Contract:**
  * Pause the contract at any time, preventing asset withdrawals from your main wallets.
  * Optionally, remove token approvals during this state.
* **Unpause Contract:**
  * Unpause the contract anytime.
  * After unpausing, update the timeout if necessary by sending another transaction.
* **NFT Transfer on Ethereum:**
  * Transfer your locked NFT on Ethereum anytime by sending a single transaction.
* **NFT Transfer on Other Chains:**
  * To transfer a locked NFT on another chain:
    1. Switch to Ethereum and send a transaction to update the locked NFT owner, propagating the update via deBridge.
    2. Wait for bridge confirmations.
    3. Switch to the target chain and send a transaction to confirm the transfer.


---

# Agent Instructions: 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:

```
GET https://docs.cryptolegacy.app/detailed-admin-functions-flow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
