# Hook Token Swap

**Soliquid is the only platform where you can fully trade hook-enabled tokens.**

While other Solana AMMs can still be used to create standard CLMM, CPMM, or DLMM pools for the same token, those pools will not trigger any of the custom hook logic. Only Soliquid pools respect the `beforeSwap`, `afterSwap`, `afterAddLiquidityReturnDelta`, and other hook permissions, delivering the exact behavior the token creator intended.

This makes Soliquid the exclusive home for trading truly programmable, hook-powered liquidity.


---

# 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://soliquid.gitbook.io/soliquid-docs/documentation/hook-launchpad/hook-token-swap.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.
