> For the complete documentation index, see [llms.txt](https://docs.arenas.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arenas.fi/atomica/atomica-protocol.md).

# Atomica Protocol

Arenas Financing Markets financing runs on top of the **Atomica Protocol**, which acts as the engine for risk and financing products. You don’t interact with Atomica directly, but it defines how Arenas financing markets work under the hood.<br>

***

### What Atomica does for Arenas

Atomica provides configurable financing products that Arenas uses as a base template for all Financing Markets. This product defines high-level rules that are shared across markets, such as:

* **Capital / borrow token** – which asset is used for supplying and borrowing (e.g. USDC).
* **Oracles** – which price feeds are trusted for rates and accounting.
* **Financing market** – the contract that actually sends funds to borrowers and receives repayments
* **Withdraw rules for LPs** – optional delays and expiry windows for withdrawal requests.
* **Fee limits** – maximum % of interest that can be taken as protocol or market manager fees.
* **Who can create markets** – an allowlist of addresses that are allowed to deploy new Financing markets on this product.

Who can create financing markets – an allowlist of addresses that are allowed to deploy new Financing markets on this product.

***

### How this affects you

As a **lender** or **borrower** you mainly interact with:

* The Financing market UI (specific financing pool / program), and
* The **market operator** (or approver) who approves obligations.

Atomica stays in the background and ensures that:

* All markets on Arenas follow the same **core rules**,
* Fees and permissions stay within predefined **limits**, and
* Liquidity, payouts and repayments use the same **standardized engine**.


---

# 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://docs.arenas.fi/atomica/atomica-protocol.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.
