# Integration

Tradecraft is a permissionless exchange, fully open for integration by wallets and other dapps.

Integrate swaps and liquidity operations directly into your apps using Tradecraft Pool Addresses ([Pools & Pool Addresses](/using-tradecraft/pools-and-pool-addresses.md)) and our web [API](https://docs.tradecraft.fi/api/). We plan to offer a protocol level API in the near future.

Our first guide has been published showing how to enable trading within your app. More guides to follow.

### Browser Extension Wallet Connect Integration

If you are the developer of a browser extension wallet that has enabled wallet-connect functionality, or similar, contact us so we can integrate your wallet on [tradecraft.fi](https://tradecraft.fi/). Email <info@tradecraft.fi>.


---

# 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.tradecraft.fi/integrations/integrate-tradecraft/integration.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.
