> 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 - however, some wallets do not have full support for the CIP-56 token specification. You will want to check with your wallet before trading for a token that your wallet may not show. In particular, depositing liquidity to a Tradecraft pool will return Tradecraft LP (Liquidity Provider) tokens. Your wallet will need to have general support for CIP-56 tokens in order to show these in your balance.

The list below is not exhaustive.

<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>Send</td><td><i class="fa-check">:check:</i> <mark style="color:$success;">Full Support</mark></td><td><a href="https://cantonwallet.com/">cantonwallet.com</a></td><td></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><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></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, and the optional `goal` query parameter:

```
GET https://docs.tradecraft.fi/using-tradecraft/wallet-support.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
