> For the complete documentation index, see [llms.txt](https://docs.tradecraft.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tradecraft.fi/using-tradecraft/what-are-pool-addresses.md).

# What are Pool Addresses?

Pool Addresses provide a way to interact with the Tradecraft exchange from your wallet without running a Validator Node and without browser extension wallets that are able to connect to web applications (as none yet exist for the Canton ecosystem).

For each Tradecraft pool we've set up Party IDs that monitor incoming transfer offers and perform specific actions when received. Each action results in a transfer offer back to the user – a swapped asset (trade), LP tokens (add liquidity), or both assets in a pool (remove liquidity).

With Canton Network's transfer proposal feature, assets are safe in your wallet until Tradecraft atomically swaps them, guaranteeing a successful transaction with returned output.

This allows Tradecraft to be used from any wallet that supports CIP-56 tokens (see [Wallet Support](/using-tradecraft/wallet-support.md)).


---

# 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.tradecraft.fi/using-tradecraft/what-are-pool-addresses.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.
