> For the complete documentation index, see [llms.txt](https://ezfi.gitbook.io/arcogitbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ezfi.gitbook.io/arcogitbook/master.md).

# Getting Started

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

**Arco Protocol (ARCO)** is the first cross-chain decentralized, transparent and non-custodial liquid assets lending protocol on Aptos and Sui where users can participate as lenders or borrowers in isolated lending pools. **ARCO** aims to build high-velocity markets for more traditional crypto-asset lending services, but with the goal of improving overall capital-efficiency across a wider range of Aptos-based and Sui-based assets.

At launch, **ARCO** will enable borrowing and lending money markets across a set number of assets, with community governance expected to be fully implemented by Q4 2022.

### Terms:

**Borrowers** - participants who want to raise money from the protocol against a certain amount of collateral.

**Lenders** - participants who want to lend money to the protocol to receive fixed returns by mining liquidity in the liquidity pools.

**Liquidators** - participants who want to earn money by repaying delinquent loans and getting collateral with a discount.&#x20;

## Key Features

1. **Lending and borrowing:** Lenders can lend many different types of assets to earn interest. This interest comes from organic borrowers as well as leveraged yield farmers who borrow assets to increase their farming positions.
2. **Leveraged mining:** Leveraged mining boasts a high APY due to increasing exposure through leverage. This is done by using your base assets as collateral to borrow more assets and using those assets to mine as well.
3. **Open governance:** Fully unite the power of the community through governance incentives and expand the influence of the community.
4. **Yield farming:** Provide incentives for stakers.
5. **Algo-Stablecoin (USDO):** A scalable, yield-bearing coin that is value-pegged to the US Dollar and is backed by the ARCO treasury.


---

# 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://ezfi.gitbook.io/arcogitbook/master.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.
