> For the complete documentation index, see [llms.txt](https://docs.trustlesswork.com/trustless-work/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trustlesswork.com/trustless-work/introduction/stellar-and-soroban-the-backbone-of-trustless-work.md).

# Stellar Network

Trustless Work contracts run on **Stellar**. Smart contract logic runs on **Soroban**.

Wallets sign the transactions. Trustlines define which assets accounts can hold.

{% hint style="info" %}
**Why it matters:** Stellar gives fast finality and low fees. Soroban makes the escrow logic programmable.
{% endhint %}

### Why Stellar?

* **Fast finality.** Most transactions confirm in \~5 seconds.
* **Low fees.** Transaction fees are typically fractions of a cent.
* **Built for payments.** Wallets, exchanges, and on/off-ramps already support Stellar.
* **Stablecoin-ready.** USDC is widely used on Stellar, plus any issued asset.

### Why Soroban?

Soroban is Stellar’s smart contract engine.

It powers **programmable escrows**. You can encode roles, milestones, approvals, disputes, and release logic on-chain.

### Start here

<table data-view="cards"><thead><tr><th>Topic</th><th data-card-target data-type="content-ref">Link</th></tr></thead><tbody><tr><td>Trustlines</td><td><a href="/spaces/Dg2e2YCRmNlhCnxxmEb6/pages/nEiYOyWRTKGdGK2Vj8Ne">/spaces/Dg2e2YCRmNlhCnxxmEb6/pages/nEiYOyWRTKGdGK2Vj8Ne</a></td></tr><tr><td>Testnet Tokens</td><td><a href="/spaces/Dg2e2YCRmNlhCnxxmEb6/pages/sAtUC3JiknZlM5Ft90fq">/spaces/Dg2e2YCRmNlhCnxxmEb6/pages/sAtUC3JiknZlM5Ft90fq</a></td></tr><tr><td>Stellar Wallets</td><td><a href="/spaces/Dg2e2YCRmNlhCnxxmEb6/pages/hnolwfVIvAzhFQthX4sB">/spaces/Dg2e2YCRmNlhCnxxmEb6/pages/hnolwfVIvAzhFQthX4sB</a></td></tr></tbody></table>

<details>

<summary>Coming soon</summary>

* Issued assets on Stellar (USDC and other tokens)
* Libraries & tooling (Soroban + wallet integration helpers)

</details>

{% hint style="success" %}
If you’re building locally, start with **Testnet Tokens** and **Trustlines** first.
{% endhint %}


---

# 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.trustlesswork.com/trustless-work/introduction/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.
