# Accumulated Finance

{% hint style="info" %}
Frontend: <https://accumulated.finance>

GitHub: <https://github.com/AccumulatedFinance>
{% endhint %}

Accumulated Finance is an omnichain modular liquid staking protocol that maximizes yield, liquidity, and utility of staked assets across multiple blockchain networks. It allows users to stake assets on supported Proof-of-Stake (PoS) chains, minting Liquid Staking Tokens (LSTs) for use in lending, borrowing, or leverage staking.

Accumulated Finance consists of Liquid Staking, LST Lending, Leverage Staking, and AEVM, detailed below.

### Key Protocol Parts

**Liquid Staking**: Users stake assets on supported PoS chains to receive LSTs at a 1:1 ratio, which accrue staking rewards. LSTs are compatible with broader DeFi ecosystems, supporting withdrawals via an NFT-based system with instant withdrawals from pending deposits pools feature.

{% hint style="info" %}
[Learn more about Liquid Staking](https://docs.accumulated.finance/accumulated-finance-1/liquid-staking)
{% endhint %}

**LST Lending**: Users can supply LSTs as collateral and borrow base assets in Accumulated Finance’s isolated LST lending markets. This enables earning interest, borrowing for investments, or managing leveraged positions, with real-time UI simulations of rates and position health.

{% hint style="info" %}
[Learn more about LST Lending](https://docs.accumulated.finance/accumulated-finance-1/lst-lending)
{% endhint %}

**Leverage Staking**: Users can achieve up to **50x leverage** by recursively staking and borrowing against LSTs within Accumulated Finance’s lending markets. The system avoids liquidations due to price volatility, with the UI providing maximum leverage and APR estimates.

{% hint style="info" %}
[Learn more about Leverage Staking](https://docs.accumulated.finance/accumulated-finance-1/leverage-staking)
{% endhint %}

**Accumulated EVM (AEVM)**: AEVM is Accumulated Finance’s app-chain, optimized for liquid staking and DeFi operations. It supports seamless cross-chain LST interactions across EVM-compatible networks, ensuring scalability and low transaction costs.

{% hint style="info" %}
[Learn more about AEVM](https://docs.accumulated.finance/accumulated-evm/aevm)
{% endhint %}


---

# Agent Instructions: 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.accumulated.finance/accumulated-finance.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.
