# Trustlines

Las trustlines son cómo las cuentas Stellar se suscriben a **activos emitidos**.

Si una cuenta no tiene una trustline, no puede mantener ese activo.

{% hint style="info" %}
Cada trustline aumenta el saldo mínimo de la cuenta en **0.5 XLM** (reserva base).
{% endhint %}

### ¿Qué es una trustline?

* Una trustline vincula una cuenta a un **emisor de activos**.
* Permite a la cuenta **recibir, mantener y enviar** ese activo.
* Incluye un **límite** (saldo máximo que aceptas).
* Registra el saldo y las obligaciones (como ofertas abiertas).

### Por qué las trustlines importan para los escrows

Los escrows de Trustless Work pueden usar **cualquier activo emitido en Stellar**.

Cada participante debe poder mantener ese activo.

{% hint style="warning" %}
Si un firmante no puede mantener el activo del escrow, su paso puede fallar. Configure las trustlines antes de probar cualquier flujo de escrow.
{% endhint %}

### Direcciones de emisores (USDC / EURC)

Use estas direcciones de emisores cuando configure la trustline del escrow.

{% tabs %}
{% tab title="USDC" %}
**Emisor de testnet**

[`GBBD47IF6LWK7P7MDEVSCWR7DPUWV3NY3DTQEVFL4NAT4AQH3ZLLFLA5`](https://stellar.expert/explorer/testnet/asset/USDC-GBBD47IF6LWK7P7MDEVSCWR7DPUWV3NY3DTQEVFL4NAT4AQH3ZLLFLA5)

**Emisor de mainnet**

[`GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN`](https://stellar.expert/explorer/public/asset/USDC-GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN)
{% endtab %}

{% tab title="EURC" %}
**Emisor de testnet**

[`GB3Q6QDZYTHWT7E5PVS3W7FUT5GVAFC5KSZFFLPU25GO7VTC3NM2ZTVO`](https://stellar.expert/explorer/testnet/asset/EURC-GB3Q6QDZYTHWT7E5PVS3W7FUT5GVAFC5KSZFFLPU25GO7VTC3NM2ZTVO?asset%5B%5D=EURC-GB3Q6QDZYTHWT7E5PVS3W7FUT5GVAFC5KSZFFLPU25GO7VTC3NM2ZTVO-1)

**Emisor de mainnet**

[`GDHU6WRG4IEQXM5NZ4BMPKOXHW76MZM4Y2IEMFDVXBSDP6SJY4ITNPP2`](https://stellar.expert/explorer/public/asset/EURC-GDHU6WRG4IEQXM5NZ4BMPKOXHW76MZM4Y2IEMFDVXBSDP6SJY4ITNPP2)
{% endtab %}
{% endtabs %}

{% hint style="info" %}
**Referencias**

* Circle: [Direcciones de contrato USDC](https://developers.circle.com/stablecoins/usdc-contract-addresses)
* Circle: [Direcciones de contrato EURC](https://developers.circle.com/stablecoins/eurc-contract-addresses)
* Comunidad: [Explorador de stablecoins de Stellar](https://stablecoin.stellarlight.xyz/)
  {% endhint %}


---

# 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/introduccion/stellar-and-soroban-the-backbone-of-trustless-work/trustlines.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.
