# Red Stellar

Los contratos Trustless Work se ejecutan en **Stellar**. La lógica de los contratos inteligentes se ejecuta en **Soroban**.

Las billeteras firman las transacciones. Las trustlines definen qué activos pueden tener las cuentas.

{% hint style="info" %}
**Por qué importa:** Stellar ofrece finalización rápida y bajas tarifas. Soroban hace que la lógica del escrow sea programable.
{% endhint %}

### ¿Por qué Stellar?

* **Finalización rápida.** La mayoría de las transacciones se confirman en \~5 segundos.
* **Bajas tarifas.** Las tarifas de transacción suelen ser fracciones de centavo.
* **Diseñado para pagos.** Billeteras, exchanges y on/off-ramps ya soportan Stellar.
* **Listo para stablecoins.** USDC se usa ampliamente en Stellar, además de cualquier asset emitido.

### ¿Por qué Soroban?

Soroban es el motor de contratos inteligentes de Stellar.

Impulsa **escrows programables**. Puedes codificar roles, hitos, aprobaciones, disputas y la lógica de liberación on-chain.

### Comienza aquí

<table data-view="cards"><thead><tr><th>Tema</th><th data-card-target data-type="content-ref">Enlace</th></tr></thead><tbody><tr><td>Trustlines</td><td><a href="/spaces/6ApCBGd8DBKwXmXE2YQS/pages/832359f4195d68fbd217c41950b000089fc7b019">/spaces/6ApCBGd8DBKwXmXE2YQS/pages/832359f4195d68fbd217c41950b000089fc7b019</a></td></tr><tr><td>Tokens de testnet</td><td><a href="/spaces/6ApCBGd8DBKwXmXE2YQS/pages/290f4e53647c7b7fedd1026eb8b0bbafb99df8c9">/spaces/6ApCBGd8DBKwXmXE2YQS/pages/290f4e53647c7b7fedd1026eb8b0bbafb99df8c9</a></td></tr><tr><td>Billeteras Stellar</td><td><a href="/spaces/6ApCBGd8DBKwXmXE2YQS/pages/a5fcd31da675c9d858a02b2d43f35e90ce5e7b31">/spaces/6ApCBGd8DBKwXmXE2YQS/pages/a5fcd31da675c9d858a02b2d43f35e90ce5e7b31</a></td></tr></tbody></table>

<details>

<summary>Próximamente</summary>

* Activos emitidos en Stellar (USDC y otros tokens)
* Librerías y herramientas (Soroban + ayudas para integración de billeteras)

</details>

{% hint style="success" %}
Si estás desarrollando localmente, comienza con **Tokens de testnet** y **Trustlines** primero.
{% 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.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.
