# Paso 4: Financiar un escrow

Una vez que se inicializa un escrow, el siguiente paso es **financiarlo**. La financiación bloquea el monto de la transacción en el contrato de escrow hasta que se cumplan las condiciones.

***

{% embed url="<https://youtu.be/yABe2Krugt0>" %}

#### **1. Abra el Modal de Escrow**

* Navegue a la **sección Escrows** .
* Haga clic en el escrow que desea financiar.
* Un **ventana modal** aparecerá con información detallada:
  * **Título y descripción del escrow**
  * **Roles asignados (Aprobador, Proveedor de servicios, etc.)**
  * **Hitos y estado**
  * **ID del escrow** (Arriba a la derecha)

📌 El **ID del escrow** es crucial para la financiación.

<figure><img src="/files/5ca9363d4a46f07b83693c31d37018426a3412bc" alt=""><figcaption></figcaption></figure>

***

#### **2. Tres formas de financiar un escrow**

**Opción 1: Enviar fondos directamente al ID del escrow**

* Copie el **ID del escrow** desde el modal.
* Abra su **billetera Stellar**.
* Envíe **USDC o XLM** al ID del escrow tal como enviaría fondos a cualquier dirección de Stellar.

🔹 *Cualquiera con una billetera Stellar puede financiar el escrow usando este método.*

***

**Opción 2: Use el código QR**

* Haga clic en **"Mostrar dirección QR"**.
* Escanee el código QR con una **aplicación de billetera móvil**.
* La billetera **reconocerá automáticamente el ID del escrow** y solicitará una transacción.

***

**Opción 3: Use el botón "Fund Escrow" (Recomendado)**

* Haga clic **"Fund Escrow"** en el modal.
* Aparecerá un nuevo diálogo preguntando cuánto depositar.
* Ingrese el **monto deseado** y haga clic **"Fund Escrow"**.
* Su **billetera (Freighter, Albedo, etc.)** aparecerá para **revisión y firma de la transacción**.
* Confirme y **firme la transacción**.

<figure><img src="/files/4ed306594eb6d503f6130406ed7efc2a48095d2c" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/c6875f573f083fa23dc0e411e264c7084bc3664b" alt=""><figcaption></figcaption></figure>

***

#### **3. Confirmar la financiación**

Después de la financiación:&#x20;

✅ El **saldo del escrow** se actualiza.\
✅ El **estado progresa** (p. ej., “Financiado” o “En progreso”).\
✅ Los hitos ahora pueden marcarse como completados y aprobados.

<figure><img src="/files/3e2e63b64bcacdae36f2c0cd49a7d468a99cd4ae" alt=""><figcaption></figcaption></figure>

🚀 **Siguiente paso:** **Marcar hitos como completados**


---

# 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.trustlesswork.com/trustless-work/v1-es/dapps-oss/backoffice/paso-4-financiar-un-escrow.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.
