> For the complete documentation index, see [llms.txt](https://fusyapp.gitbook.io/fusyapp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fusyapp.gitbook.io/fusyapp/products/exchange.md).

# Exchange

#### Introduction to FusySwap

FusySwap is a decentralized exchange (DEX) that represents an integral component of Fusy.app. It enables the swapping of ERC-20 tokens across any EVM-compatible blockchain, maintaining the simplicity and efficiency for which Uniswap is renowned. FusySwap extends these capabilities with cross-chain functionality, allowing users to seamlessly exchange tokens between different blockchains, thus broadening the scope of decentralized finance (DeFi) possibilities.

#### Core Features

**Decentralized Trading**

* **Token Swaps:** Instantly swap between ERC-20 tokens with no need for registration or account setup. FusySwap's AMM (Automated Market Maker) model ensures liquidity and competitive market rates.
* **Cross-Chain Swaps:** Unique to FusySwap, perform swaps across different blockchains, leveraging our innovative cross-chain solutions to connect disparate blockchain ecosystems.

**Liquidity Provision**

* **Supply Liquidity:** Users can supply liquidity to their preferred token pairs and earn trading fees generated from swaps. This incentivizes liquidity providers (LPs) and ensures a stable and efficient market.
* **Cross-Chain Liquidity Pools:** Participate in cross-chain liquidity pools for additional earning opportunities and to support the ecosystem's expansion across blockchains.

**Staking and Rewards**

* **FUSY Staking:** Stake FUSY tokens to earn rewards, participate in governance, and qualify for reduced trading fees on FusySwap.
* **Liquidity Mining:** Earn FUSY tokens as rewards for providing liquidity, further aligning the incentives of the Fusy.app ecosystem participants.

#### Governance

FusySwap is governed by FUSY token holders, who can propose and vote on changes to the platform. This includes updates to the protocol, fee structures, and the addition of new features or tokens. Governance ensures that FusySwap evolves in alignment with its community's interests and the broader DeFi landscape.

#### Security and Trust

Security is paramount at FusySwap. Regular audits and a commitment to transparency protect users and their assets. Our smart contracts are open source, and we encourage community review and feedback.

#### Conclusion

FusySwap offers a powerful, user-friendly platform for decentralized trading and liquidity provision across multiple blockchains. By combining the proven AMM model with innovative cross-chain capabilities, FusySwap sets a new standard for DeFi platforms. Join us in building the future of finance, where borders between blockchains dissolve, and decentralized trading is accessible to all.


---

# 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://fusyapp.gitbook.io/fusyapp/products/exchange.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.
