# Escrow Lab

{% hint style="warning" %}
Trustless Work v3 está atualmente em pré-visualização. Se você encontrar algum problema, sinta-se à vontade para abrir uma issue no GitHub ou em nosso dApp.
{% endhint %}

## Visão geral

Confiança**less Work demo está usando a API TW com os seguintes pacotes:**

* [**Stellar Wallet Kit**](https://stellarwalletskit.dev/) para assinar transações.
* [**Axios**](https://axios-http.com/es/docs/intro) para requisições https.
* [**ShadCN** ](https://ui.shadcn.com/)para componentes de UI.
* [**React Hook Form**](https://react-hook-form.com/) para o manuseio de formulários.
* [**Zod**](https://zod.dev/) para o manuseio de schemas.
* [**Context API**](https://legacy.reactjs.org/docs/context.html)  para gerenciamento de estado global.


---

# 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/dapps-oss/escrow-lab.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.
