# xAssets

xAssets are tokens issued on the Neo X chain, representing assets from other blockchains, such as BNB and MATIC. Carrot Swap provides this feature to facilitate the seamless transfer of assets from different blockchains to Neo X.

* Each native asset (e.g., BNB, MATIC) is perfectly backed to its corresponding xAssets (e.g., xBNB, xMATIC).
* The collateralized native assets are securely held in smart contracts on the original blockchain. These assets are not used for any other purpose and are solely reserved for the issuance and redemption of xAssets.

### xAssets Issuance and Redemption Flow

#### 1. Issuance

1. **Asset Transfer**: Users transfer native assets (e.g., BNB) from the original blockchain to a designated bridge contract on the Neo X chain.
2. **xAsset Issuance**: Upon confirmation of the transfer, the Neo X chain issues an equivalent amount of xAsset (e.g., xBNB) to the user's Neo X wallet.

#### 2. Redemption

1. **xAsset Burn**: Users request the burning of xAssets (e.g., xBNB) on the Neo X chain.
2. **Native Asset Redemption**: The Neo X chain verifies the burn request and withdraws the corresponding amount of native assets (e.g., BNB) from the original blockchain to return to the user's wallet.

xAssets, provided by Carrot Swap, play a crucial role in simplifying asset transfers between blockchains and the Neo X ecosystem. By ensuring a 1:1 mapping and secure custody of collateralized assets, users can confidently manage and utilize their assets within the Neo X network.


---

# 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://guide.carrot-fi.xyz/porject-info/cross-chain-transfer/xassets.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.
