> For the complete documentation index, see [llms.txt](https://docs.nodo.xyz/public/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nodo.xyz/public/product-suite-protocol-components/agent-vaults-ndlp-pools.md).

# Agent Vaults (NDLP Pools)

## What’s Agent Vaults (NDLP Pools)?

Agent Vaults are the core financial primitive of the NODO protocol. Each vault is an on-chain liquidity pool, referred to as an NDLP (NODO Liquidity Provider) Pool, designed to execute autonomous market-making and yield strategies using capital supplied by users and managed by AI agents.

These vaults are engineered for real-time execution, cross-DEX arbitrage, and risk-optimized LP provisioning, leveraging modular AI agents that adjust parameters, rebalance capital, and respond to volatility across decentralised exchanges.

## Vault Offerings

NODO currently offers two flagship AI-managed vault types: Volatile LP and BTCFi LP - each tailored to distinct market conditions and risk preferences:

**🔹 NODO AI Volatile LP Vault**

* Core Asset Pairs: DEEP/SUI, WAL/SUI, SUI/USDC
* Strategy: Directional market making for altcoin pairs with dynamic LP rebalancing and built-in impermanent loss protection

**🔹 NODO AI BTCFi LP Vault**

* Core Asset Pairs: xBTC/SUI, wBTC/SUI, LBTC/SUI, xBTC/wBTC, xBTC/LBTC
* Strategy: Low-volatility BTC-based market making optimised for risk-averse LPs and BTCFi protocols

## User Roles

Participants in NDLP Vaults fall into three primary categories:

* Liquidity Providers (LPs): Deposit stablecoins or LP tokens into the vault to earn competitive APY from market-making yield. Vaults offer real-time performance tracking and allow withdrawal or reallocation anytime.<br>
* Strategy Providers / Market Makers: Submit execution logic or deploy strategies into agent-managed vaults. Earn revenue shares based on performance without directly managing capital or execution.

Protocol Stakeholders / Token Holders: Participate in vault governance, influence strategy parameters, and benefit from vault success via $NODOAI token incentives and protocol fee distributions.<br>


---

# 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.nodo.xyz/public/product-suite-protocol-components/agent-vaults-ndlp-pools.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.
