> 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/escrow-react-sdk/introduction.md).

# Introduction

### Quick links

<table data-view="cards"><thead><tr><th>Title</th><th data-card-target data-type="content-ref">Link</th></tr></thead><tbody><tr><td>Getting started</td><td><a href="/spaces/Dg2e2YCRmNlhCnxxmEb6/pages/rxYPNF9iKlXPgPA9et2e">/spaces/Dg2e2YCRmNlhCnxxmEb6/pages/rxYPNF9iKlXPgPA9et2e</a></td></tr><tr><td>Request an API key</td><td><a href="/spaces/Dg2e2YCRmNlhCnxxmEb6/pages/rk6FfPZG0cVD1uYYThg4">/spaces/Dg2e2YCRmNlhCnxxmEb6/pages/rk6FfPZG0cVD1uYYThg4</a></td></tr><tr><td>API basics (base URLs, Swagger, limits)</td><td><a href="/spaces/Dg2e2YCRmNlhCnxxmEb6/pages/zjyQfhCFZuBXwRacP8gA">/spaces/Dg2e2YCRmNlhCnxxmEb6/pages/zjyQfhCFZuBXwRacP8gA</a></td></tr><tr><td>NPM package</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>GitHub repo</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>

### Overview

This SDK is a React/TypeScript client for Trustless Work.

It wraps the Trustless Work API with hooks and typed payloads.

{% hint style="info" %}
Most write calls return an **unsigned XDR**. Your app must sign it client-side.
{% endhint %}

### What you’ll do with the SDK

* Initialize escrows (single-release or multi-release).
* Fund, approve, change milestone status, release, dispute, resolve.
* Query and index escrows with helper endpoints.


---

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