# Introducción

### Enlaces rápidos

<table data-view="cards"><thead><tr><th>Título</th><th data-card-target data-type="content-ref">Enlace</th></tr></thead><tbody><tr><td>Comenzando</td><td><a href="/spaces/6ApCBGd8DBKwXmXE2YQS/pages/35d04021b1ad2f21e17f90bb63d034b47c6c6f9c">/spaces/6ApCBGd8DBKwXmXE2YQS/pages/35d04021b1ad2f21e17f90bb63d034b47c6c6f9c</a></td></tr><tr><td>Solicitar una clave API</td><td><a href="/spaces/6ApCBGd8DBKwXmXE2YQS/pages/9cea75ed2a9fbec2ce588a103250c32863eb82e9">/spaces/6ApCBGd8DBKwXmXE2YQS/pages/9cea75ed2a9fbec2ce588a103250c32863eb82e9</a></td></tr><tr><td>Conceptos básicos de la API (URLs base, Swagger, límites)</td><td><a href="/spaces/6ApCBGd8DBKwXmXE2YQS/pages/b266c4851dd58f24a9067ccb8e2c9bcf601bb61b">/spaces/6ApCBGd8DBKwXmXE2YQS/pages/b266c4851dd58f24a9067ccb8e2c9bcf601bb61b</a></td></tr><tr><td>Paquete 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>Repositorio de 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>

### Resumen

Este SDK es un cliente React/TypeScript para Trustless Work.

Envuelve la API de Trustless Work con hooks y cargas útiles tipadas.

{% hint style="info" %}
La mayoría de las llamadas de escritura devuelven un **XDR no firmado**. Tu aplicación debe firmarlo del lado del cliente.
{% endhint %}

### Qué harás con el SDK

* Inicializar escrows (liberación única o liberaciones múltiples).
* Financiar, aprobar, cambiar el estado de hitos, liberar, disputar, resolver.
* Consultar e indexar escrows con endpoints auxiliares.


---

# 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/escrow-react-sdk/introduccion.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.
