> For the complete documentation index, see [llms.txt](https://abrafi.gitbook.io/abrafi-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://abrafi.gitbook.io/abrafi-docs/guides/how-to-buy-abrafi-assets.md).

# How to buy AbraFi assets

[Using the App](https://app.abrafi.fi/), non-whitelisted users are able to swap assets on Ethereum or Solana into AbraFi assets using liquidity pools available on DEXs.&#x20;

1. A user is able to swap to buy AbraFi assets via the dApp interface. A user may swap assets on Solana for AbraFi assets on Solana. A user may swap assets on Ethereum for assets on Ethereum.&#x20;
2. A user may swap non-stablecoin assets in the dApp. Solana swaps will be routed through Jupiter in exchange for USDaf.

{% hint style="info" %}
AbraFi dApp does not perform cross-chain bridging (Users will not be able to swap assets on Ethereum into assets on Solana.) We recommend bridging stablecoins via [Allbridge](https://core.allbridge.io/) to move assets between chains with minimal slippage.&#x20;
{% endhint %}

**Minting :** This describes the process of sending backing assets to AbraFi protocol in exchange for AbraFi issued tokens. \
\
**Redeeming:** This is the process of burning the AbraFi issued tokens in exchange for backing assets. <br>

Whitelisted users will have access to **mint** or **redeem** AbraFi assets (USDaf, BTCaf, SOLaf, ETHaf) via API.&#x20;


---

# 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://abrafi.gitbook.io/abrafi-docs/guides/how-to-buy-abrafi-assets.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.
