> For the complete documentation index, see [llms.txt](https://docs.avici.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avici.money/getting-started/credit-line.md).

# Credit Line

Deposit SOL and borrow USDC or EURC against it - and unlike traditional loans, **Avici pays you to borrow**.

You earn yield on your deposited SOL the entire time your credit line is open. Rewards stream every \~400ms in real time.

## Opening a Credit Line

{% stepper %}
{% step %}

### Tap **Get Started** on the Credit Line card

{% endstep %}

{% step %}

### Enter how much SOL to deposit as collateral

{% endstep %}

{% step %}

### Tap **Continue**

{% endstep %}

{% step %}

### Choose your borrow currency (USDC or EURC) and enter an amount — up to 60% of your SOL value

{% endstep %}

{% step %}

### Tap **Open Credit Line**

{% endstep %}
{% endstepper %}

## Managing your Credit Line

Once open, tap **View** to see your live rewards, borrowed amount, and credit usage. Tap "Manage" for actions:

* **Increase Reserve** — add more SOL to borrow more
* **Borrow More** — draw from remaining credit
* **Repay** — pay back some or all of your loan
* **Close Credit Line** — repay and get your SOL back

## How Rewards Work

> 💡 Tap the **ⓘ** icon to learn how rewards are calculated. The rate goes up the more people borrow on the platform.


---

# 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.avici.money/getting-started/credit-line.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.
