> 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/v1-pt/sdk-react-de-escrow/introducao.md).

# Introdução

### Links rápidos

<table data-view="cards"><thead><tr><th>Título</th><th data-card-target data-type="content-ref">Link</th></tr></thead><tbody><tr><td>Começando</td><td><a href="/spaces/eYD33cBF7YahFsEFPbcg/pages/f497e24a6341983dd7ae9722edcd4ffb8b857291">/spaces/eYD33cBF7YahFsEFPbcg/pages/f497e24a6341983dd7ae9722edcd4ffb8b857291</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 API (URLs base, Swagger, limites)</td><td><a href="/spaces/eYD33cBF7YahFsEFPbcg/pages/59dbbab88394100d6946138f8de7338651c1fbff">/spaces/eYD33cBF7YahFsEFPbcg/pages/59dbbab88394100d6946138f8de7338651c1fbff</a></td></tr><tr><td>Pacote NPM</td><td><a href="https://www.npmjs.com/package/@trustless-work/escrow">https://www.npmjs.com/package/@trustless-work/escrow</a></td></tr><tr><td>Repositório no GitHub</td><td><a href="https://github.com/Trustless-Work/react-library-trustless-work">https://github.com/Trustless-Work/react-library-trustless-work</a></td></tr></tbody></table>

### Visão geral

Este SDK é um cliente React/TypeScript para Trustless Work.

Ele encapsula a API do Trustless Work com hooks e payloads tipados.

{% hint style="info" %}
A maioria das chamadas de escrita retorna um **XDR não assinado**. Seu app deve assiná-lo no lado do cliente.
{% endhint %}

### O que você fará com o SDK

* Inicializar garantias (liberação única ou liberações múltiplas).
* Financiar, aprovar, alterar o status de marcos, liberar, contestar, resolver.
* Consultar e indexar garantias com endpoints auxiliares.


---

# 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/v1-pt/sdk-react-de-escrow/introducao.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.
