# 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="stellar-and-soroban-the-backbone-of-trustless-work/trustlines">trustlines</a></td></tr><tr><td>Testnet Tokens</td><td><a href="stellar-and-soroban-the-backbone-of-trustless-work/testnet-tokens">testnet-tokens</a></td></tr><tr><td>Stellar Wallets</td><td><a href="stellar-and-soroban-the-backbone-of-trustless-work/stellar-wallets">stellar-wallets</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: 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.
