> 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/wallet-support.md).

# Wallet Support

Tradecraft can be used from any wallet that supports CIP-56 tokens.

{% hint style="info" %}
On Canton Network you will always have to accept incoming transfers of CIP-56 tokens manually. After you interact with a Pool Address, check your wallet's notifications or incoming transactions list to accept the traded tokens.
{% endhint %}

<table><thead><tr><th width="106.44921875">Wallet</th><th>CIP-56 Token Support</th><th>Website</th><th>Notes</th></tr></thead><tbody><tr><td>Loop</td><td><i class="fa-check">:check:</i> <mark style="color:$success;">Full Support</mark></td><td><a href="https://cantonloop.com/">cantonloop.com</a></td><td></td></tr><tr><td>Console</td><td><i class="fa-check">:check:</i> <mark style="color:$success;">Full Support</mark></td><td><a href="https://consolewallet.io/">consolewallet.io</a></td><td></td></tr><tr><td>Bron</td><td><i class="fa-check">:check:</i> <mark style="color:$success;">Full Support</mark></td><td><a href="https://bron.org/">bron.org</a></td><td></td></tr><tr><td>Dfns</td><td><i class="fa-check">:check:</i> <mark style="color:$success;">Full Support</mark></td><td><a href="https://www.dfns.co/">www.dfns.co</a></td><td></td></tr><tr><td>Cansai</td><td> <i class="fa-circle-half-stroke">:circle-half-stroke:</i> Partial Support</td><td><a href="https://cansai.app/">cansai.app</a></td><td>Has bugs showing incorrect transaction history.</td></tr><tr><td>HandlPay</td><td> <i class="fa-circle-half-stroke">:circle-half-stroke:</i> Partial Support</td><td><a href="https://handlpay.com/">handlpay.com</a></td><td>Tokens must be whitelisted by HandlPay Wallet before they will appear in the wallet. Check their website for a list of supported tokens.<br><br>Tradecraft LP tokens will not appear in the wallet – do not add liquidity using HandlPay wallet.</td></tr></tbody></table>


---

# 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/wallet-support.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.
