# Bem-vindo

Trabalho sem confiança é **Escrow-como-Serviço (EaaS)** para **escrow em stablecoin**. Construa **não custodial** fluxos com **marcos**, aprovações e disputas. **Stellar (Soroban)**. Seu app os controla via API ou SDK.

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

### Comece aqui

<table data-view="cards"><thead><tr><th>Tópico</th><th data-card-target data-type="content-ref">Link</th></tr></thead><tbody><tr><td>Início rápido para desenvolvedores</td><td><a href="/pages/cb015f8adde366785a51cdf7ea08ffed8c512e8d">/pages/cb015f8adde366785a51cdf7ea08ffed8c512e8d</a></td></tr><tr><td>Solicitar uma chave de API</td><td><a href="/spaces/eYD33cBF7YahFsEFPbcg/pages/81b21e586c4c3149ac9d50c643c23a683d66c735">/spaces/eYD33cBF7YahFsEFPbcg/pages/81b21e586c4c3149ac9d50c643c23a683d66c735</a></td></tr><tr><td>Noções básicas da REST API (URLs base, limites, Swagger)</td><td><a href="/spaces/eYD33cBF7YahFsEFPbcg/pages/59dbbab88394100d6946138f8de7338651c1fbff">/spaces/eYD33cBF7YahFsEFPbcg/pages/59dbbab88394100d6946138f8de7338651c1fbff</a></td></tr><tr><td>SDK React (hooks)</td><td><a href="/spaces/eYD33cBF7YahFsEFPbcg/pages/f497e24a6341983dd7ae9722edcd4ffb8b857291">/spaces/eYD33cBF7YahFsEFPbcg/pages/f497e24a6341983dd7ae9722edcd4ffb8b857291</a></td></tr><tr><td>Escrow Blocks SDK (blocos de UI)</td><td><a href="/spaces/eYD33cBF7YahFsEFPbcg/pages/78f0bca4669d7a6028ac7c17fa8875012e3ec036">/spaces/eYD33cBF7YahFsEFPbcg/pages/78f0bca4669d7a6028ac7c17fa8875012e3ec036</a></td></tr><tr><td>Conceitos de escrow (papéis, ciclo de vida, tipos)</td><td><a href="/spaces/eYD33cBF7YahFsEFPbcg/pages/95a292c2975f1c4393b8a643a43246b794c16d90">/spaces/eYD33cBF7YahFsEFPbcg/pages/95a292c2975f1c4393b8a643a43246b794c16d90</a></td></tr><tr><td>Infraestrutura Stellar (trustlines, carteiras)</td><td><a href="/spaces/eYD33cBF7YahFsEFPbcg/pages/716a1478a6517ae20ad0c432bace9874c97665ff">/spaces/eYD33cBF7YahFsEFPbcg/pages/716a1478a6517ae20ad0c432bace9874c97665ff</a></td></tr><tr><td>Casos de uso por indústria</td><td><a href="/spaces/eYD33cBF7YahFsEFPbcg/pages/5b79051a302fe29b6a247ee4180e7a0168b29cd3">/spaces/eYD33cBF7YahFsEFPbcg/pages/5b79051a302fe29b6a247ee4180e7a0168b29cd3</a></td></tr><tr><td>Todos os links (docs, ferramentas, externos)</td><td><a href="/spaces/eYD33cBF7YahFsEFPbcg/pages/dad891ddf1c763b6fd8223f71edb706b0d1ef978">/spaces/eYD33cBF7YahFsEFPbcg/pages/dad891ddf1c763b6fd8223f71edb706b0d1ef978</a></td></tr></tbody></table>

### O que você pode construir

* Mantenha fundos em escrow usando **contratos inteligentes não custodiais**.
* Adicione **lógica de liberação programável** ao seu app ou marketplace.
* Suporte **marcos**, aprovações, liberações parciais e disputas.
* Configure **papéis e permissões** por signatário.
* Lance mais rápido sem escrever contratos de escrow do zero.

### Casos comuns de uso de escrow

* Escrow para marketplace de comércio eletrônico e serviços.
* Escrow para freelancers e contratos com pagamentos por marcos.
* Depósitos de segurança para aluguel e reservas.
* Financiamento coletivo e pré-vendas com pagamentos condicionais.
* Subsídios e desembolsos programáticos.

### Teste em minutos

<a href="https://dapp.trustlesswork.com/" class="button primary">Abrir dApp de Backoffice</a>

<a href="https://demo.trustlesswork.com/" class="button secondary">Abrir dApp de demonstração</a>

<a href="https://api.trustlesswork.com/docs" class="button secondary">Abrir Swagger (Mainnet)</a>

<a href="https://github.com/Trustless-Work" class="button secondary">Ver no GitHub</a>


---

# 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-pt/introducao/readme.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.
