> 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/es/escenarios-detallados/flujo-detallado-de-funciones-de-administracion.md).

# Flujo Detallado de Funciones de Administración

* Como propietario del contrato, tienes todos los derechos administrativos sobre tu contrato personal de CryptoLegacy.
* **Transferencia de Propiedad:**
  * Transfiere la propiedad del contrato en cualquier momento enviando una transacción por cada contrato en cada cadena.
* **Pausar Contrato:**
  * Pausa el contrato cuando quieras, impidiendo retiros de activos desde tus wallets principales.
  * Opcionalmente, elimina las aprobaciones de tokens mientras el contrato está en pausa.
* **Reanudar Contrato:**
  * Reanuda el contrato en cualquier momento.
  * Después de reanudarlo, actualiza el tiempo de espera si es necesario enviando otra transacción.
* **Transferencia de NFT en Ethereum:**
  * Transfiere tu NFT bloqueado en Ethereum en cualquier momento con una sola transacción.
* **Transferencia de NFT en Otras Cadenas:**
  * Para transferir un NFT bloqueado en otra cadena:
    1. Cambia a Ethereum y envía una transacción para actualizar la propiedad del NFT bloqueado, propagando la actualización mediante deBridge.
    2. Espera las confirmaciones del bridge.
    3. Cambia a la cadena de destino y envía una transacción para confirmar la transferencia.


---

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

```
GET https://docs.cryptolegacy.app/es/escenarios-detallados/flujo-detallado-de-funciones-de-administracion.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.
