> For the complete documentation index, see [llms.txt](https://docs.vultisig.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vultisig.com/app-guide/defi/maya.md).

# MayaChain in Vultisig

MayaChain DeFi in Vultisig: bond to nodes, CACAO pool, and liquidity pools. Access from the DeFi tab.

MayaChain (MAYA Protocol) from the DeFi tab: bond, CACAO pool, LP.

***

## Available actions

| Action                 | Asset         | Description                      |
| ---------------------- | ------------- | -------------------------------- |
| Bond                   | LP units      | Bond liquidity to Maya nodes     |
| Unbond                 | LP units      | Remove bond from nodes           |
| Add to CACAO pool      | CACAO         | Provide to the CACAO pool        |
| Remove from CACAO pool | CACAO         | Withdraw from the CACAO pool     |
| Add LP                 | Various pairs | Provide liquidity to CACAO pairs |
| Remove LP              | Various pairs | Withdraw liquidity               |

Wallet → Functions on Maya offers **Leave** (node operators) and **Custom** memo. There is no separate "Stake CACAO" action. The CACAO pool is the stake-like product.

***

## Bond / unbond

Bond LP units to MayaChain nodes.

1. Open **DeFi tab** → **MayaChain** → **Bond**
2. Enter the node address (the node must have whitelisted you)
3. Select the asset to bond
4. Enter the LP units
5. Sign with your devices

Unbond is the same path with **Unbond**. Bonding is an advanced action. Only use it if you are in contact with a node operator.

**Leave** (Wallet → Functions) is for node operators exiting a node. See [MayaChain leaving](https://docs.mayaprotocol.com/node-docs/mayanodes/leaving).

***

## CACAO pool

1. Open **DeFi tab** → **MayaChain** → **Add to CACAOPool**
2. Enter the amount
3. Sign

Withdraw with **Remove from CACAOPool**.

***

## Liquidity pools

1. Open **DeFi tab** → **MayaChain** → **LPs**
2. Select a pair
3. Enter the amount
4. Sign

Remove from the same LPs list on an active position.

***

## Related

* [DeFi overview](/app-guide/defi.md)
* [THORChain](/app-guide/defi/thorchain.md)
* [MayaChain docs](https://docs.mayaprotocol.com/)


---

# 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.vultisig.com/app-guide/defi/maya.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.
