# Product Overview

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

**Swap Widget**

The swap widget is the GUI end users will use to perform their swaps. It will be integrated into each project's own app or website. Project teams can choose to use the default swap widget that Native created or create their custom widget using the Native SDK or API. Each project will have their own swap widget; these widgets are differentiated by their API keys.

#### **Router**

The on-chain Router contract helps coordinate the single and multi-hop swaps, check to make sure that the slippage for the entire transaction is within the specified amount and wrap/unwrap of wrapped native tokens if necessary.&#x20;

#### **Pool Contract**

The on-chain Pool contract is where the swap logic is handled in a swap. &#x20;

#### **Treasury (Liquidity address)**

The Treasury is where the assets for pool are stored. This can be any EVM compatible wallet: Hardware wallets, EOA wallets or Smart contract wallets. The only linkage between the Treasury and the Pool is the allowance given by the wallet owner for the specific token.&#x20;

#### **Native Backend**

The Native Backend is a relay hub for the frontend to help get and forward data to the other components of Native.&#x20;

#### **Signer**

The only job for the Signer is to sign transactions. It will get the private key from the secured container by using the known public key. A signature will be generated based on the EIP712 spec.

#### **FMM Pricer**

The pricer is what houses the list of available pricing models teams can choose when setting up a pool. Both on-chain and off-chain pricing models are supported by Native. For on-chain pricing models like Uniswap V2, there are separate smart contracts for each pricing model.&#x20;

For more details, read [here](https://native-1.gitbook.io/native-dev/native-v1/architecture).&#x20;

<br>


---

# 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/product-overview.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.
