> For the complete documentation index, see [llms.txt](https://docs.fwx.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fwx.finance/tutorials/leverage-trading-permissionless.md).

# Leverage Trading (Permissionless)

<figure><img src="/files/ey86MXQUTHpLuKu9dlNd" alt=""><figcaption></figcaption></figure>

You can select 'Permissionless Trading' from the navbar or choose a permissionless token on the market page to trade assets in Permissionless.

<figure><img src="/files/yxyfdAqOvmF8EpvoCulI" alt=""><figcaption></figcaption></figure>

Permissionless Trading allows you to trade any assets listed on FWX as permissionless, contributed by members of the FWX community. The collateral is not shared across tokens; FWX uses a side-collateral contract to keep each user's collateral separate for each trading pair, ensuring the collateral does not cross between pairs.

Most tokens use a native token paired with their asset, such as ETH on Base and AVAX on Avalanche C-Chain. Users must deposit collateral based on the quote-pair (suffix-ticker) and trade on FWX Permissionless Trading.

<figure><img src="/files/IYYQgcskAuiYR8oqBvb0" alt=""><figcaption></figcaption></figure>

The protocol supports AMM DEXs like Uniswap V2, as well as concentrated liquidity like Uniswap V3. FWX also has its own DEX called FWX DEX (with lower gas fees). In the FWX Smart Router, the protocol will route to the destination DEX with the highest liquidity (Best Route).

Indeed, the protocol swaps the underlying assets on a DEX. Users can adjust the slippage if they wish.


---

# 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.fwx.finance/tutorials/leverage-trading-permissionless.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.
