> For the complete documentation index, see [llms.txt](https://docs.3adao.org/3a-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3adao.org/3a-protocol/welcome-to-3a/quick-start.md).

# Quick Start

3A protocol allows users to deposit whitelisted tokens into a 3A Vault and borrow EURO3 at no recurring interest. Follow those steps to navigate the 3A app:

1. Go to[ app.3adao.org/vaults](http://app.3adao.org/vaults)
2. Click on “Create a Vault”

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

3. Select your desired collateral by clicking on the “Collateral” bar

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

4. Enter the amount of tokens you want to use as collateral in the “Deposit” section
5. Enter the amount of EURO3 in the “Borrow” section.&#x20;

Keep an eye on the Health Factor at the bottom of the screen. Lower number means higher risk; higher number means lower risk. The Health Factor is calculated real time and is color coded for your simplicity.<br>

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

There is a 0.5% fee calculated in EURO3 that gets charged at issuance. After that there is no interest on borrowed funds

6. Approve transaction and mint EURO3


---

# 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.3adao.org/3a-protocol/welcome-to-3a/quick-start.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.
