# FAQ

<details>

<summary>What chains does Native support?</summary>

Ethereum, BNB Chain, and Polygon, with more evm-compatible chains and rollups on the way.

</details>

<details>

<summary>How does the off-chain engine work?</summary>

AMMs like Uniswap compute prices on-chain based on the number of tokens inside their smart contract.&#x20;

With Native’s tech, price computation can happen off-chain, while execution, settlement, and custody happens on-chain.&#x20;

The way the off-chain pricing works is similar to how 1inch and 0x use market makers to improve the depth of their books. Users get the best price, whether it comes from a market maker's off-chain price feed, or an AMM using on-chain pricing.

</details>

<details>

<summary>I already launched a pool with Native. Is it too late to change my pricing model or adjust the fees?</summary>

No! Whoever holds the private keys to the treasury wallet can change the pricing model or fee % at any point. Just change it in the admin panel and confirm with an on-chain signature. No migration of liquidity required.

</details>

<details>

<summary>What pricing models does Native support now?</summary>

1. Uniswap V2
2. Constant Sum
3. Fixed price
4. RFQ (PMM)

</details>

<details>

<summary>What’s the best way to get started on Native?</summary>

Launch the app, create a pool, choose the pricing model you want, then it’s just a few lines of javascript to embed into your website. Reach out to us at <contact@native.org>. We'd love to help!

</details>


---

# 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.native.org/native-whitepaper/getting-started/faq.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.
