> For the complete documentation index, see [llms.txt](https://docs.wanchain.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wanchain.org/the-convert-n-burn-system/bridge-fees/conversion-and-distribution.md).

# Conversion and distribution

Because Wanchain connects so many networks, bridge fees are collected in a variety of coins and tokens on the various chains. For example, fees may be collected in BTC, BNB, ETH, USDC, USDT or any number of other assets. On an ongoing basis, the [Convert n’ Burn](/the-convert-n-burn-system/overview.md) system converts collected fees to [WAN coins](/cross-chain-infrastructure/wan-coin.md) and automatically distributes them to 5 wallet addresses on the [Wanchain L1 blockchain](broken://pages/ZiJoxkixshZnOyHGATRR):

* Wallet 1: [0x008F9e7398782D716C3c11c1E2b29D85d38ca970](https://wanscan.org/address/0x008F9e7398782D716C3c11c1E2b29D85d38ca970)
  * This is the Community Treasury wallet. 30% of collected fees are converted to WAN and transferred to this address for management by the Wanchain community. This lays the foundation for greater community ownership.
* Wallet 2: [0x5C58D5FC282cE287d812C37A85F0fc39776d5E90](https://wanscan.org/address/0x5C58D5FC282cE287d812C37A85F0fc39776d5E90)
  * This is the Ongoing Operations wallet. 30% of collected fees are transferred to this address. These are held as network coins and stablecoins to cover gas fees on multiple networks. This helps the long-term development of the Wanchain Bridge and related cross-chain infrastructure.
* Wallet 3: [0xf3AE69E850946063Efd3A1DAc8c463c077C79a0c](https://wanscan.org/address/0xf3AE69E850946063Efd3A1DAc8c463c077C79a0c)
  * This is the Bridge Nodes & Delegators wallet. 10% of collected fees are converted to WAN and transferred to this address. Assets in this wallet are reserved to incentivise Wanchain Bridge Nodes and delegators.
* Wallet 4: [0x7Fcc859a755579f91FAEAb3C53703600a985Bd3C](https://wanscan.org/address/0x7Fcc859a755579f91FAEAb3C53703600a985Bd3C)
  * This is the PoS Nodes & Delegators wallet. 10% of collected fees are converted to WAN and transferred to this address. Assets in this wallet are reserved to incentivise Wanchain PoS Nodes and delegators.
* Wallet 5: [0x000000000000000000000000000000000000dead](https://wanscan.org/address/0x000000000000000000000000000000000000dead)
  * This is the Burn address. 10% of collected fees are converted to WAN and transferred to this address. These assets are removed from circulation and can never be retrieved.
* Wallet 6: [0x1E77D1aFa336c70781f947f7E7741cB641e73e1C](https://wanscan.org/address/0x1e77d1afa336c70781f947f7e7741cb641e73e1c)
  * This is the xWAN Staking Collection address. 10% of collected fees are transferred to this address, and these assets are used as farming rewards for the xWAN pools on XStake.


---

# 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:

```
GET https://docs.wanchain.org/the-convert-n-burn-system/bridge-fees/conversion-and-distribution.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.
