> 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.md).

# DeFi in Vultisig

Vultisig DeFi tab: stake, bond, and LP on THORChain, Maya, TON, Solana, Terra, and more.

The DeFi tab is stake, bond, and liquidity from the vault. You do not connect an external dApp.

***

## Overview

The tab shows DeFi positions across supported chains:

* Total DeFi balance
* Active positions by chain
* Available actions per protocol

You can show or hide chains, filter Bond / Stake / LP, and search.

***

## In the DeFi tab

| Protocol                                  | Features                                        |
| ----------------------------------------- | ----------------------------------------------- |
| [THORChain](/app-guide/defi/thorchain.md) | Bond, stake (RUNE, TCY, RUJI), liquidity pools  |
| [MayaChain](/app-guide/defi/maya.md)      | Bond, CACAO pool, liquidity pools               |
| [TRON](/app-guide/defi/tron.md)           | Freeze / unfreeze (bandwidth and energy)        |
| [TON](/app-guide/defi/ton.md)             | Stake / unstake                                 |
| [Solana](/app-guide/defi/solana.md)       | Native stake and Kamino Earn                    |
| Terra / Terra Classic                     | Native delegate / undelegate / claim (DeFi tab) |

QBTC staking UI may appear in some builds. Treat it as testnet.

***

## Via Wallet → Functions

These actions are on the chain in the **Wallet tab**, not the DeFi tab.

| Chain                                                                             | Features         |
| --------------------------------------------------------------------------------- | ---------------- |
| [Cosmos Hub / Osmosis](/app-guide/defi/cosmos.md)                                 | IBC transfer     |
| [dYdX](/app-guide/defi/dydx.md)                                                   | Governance vote  |
| Bitcoin, Bitcoin Cash, Litecoin, Dogecoin, Ethereum, Avalanche, BSC, Base, Ripple | Add THORChain LP |

***

## Position types

### Bond

Bond assets to network nodes. THORChain and MayaChain.

### Stake

Stake tokens for protocol rewards. TON, Solana, Terra, THORChain assets, and others listed above.

### Liquidity pools

Provide liquidity to trading pairs. THORChain and MayaChain.

***

## Security

DeFi uses the same threshold signatures as send and swap. No seed phrase. No external wallet connection.

***

{% hint style="info" %}
Circle USDC yield is discontinued and no longer in the app.
{% endhint %}

## Chain guides

{% content-ref url="/pages/1e9jc5sLgKHFTkW8x4lM" %}
[THORChain in Vultisig](/app-guide/defi/thorchain.md)
{% endcontent-ref %}

{% content-ref url="/pages/kFSCSVx59DvTCHFP5qdH" %}
[MayaChain in Vultisig](/app-guide/defi/maya.md)
{% endcontent-ref %}

{% content-ref url="/pages/Xim3o0pZf7ERhlZuXFUF" %}
[TRON in Vultisig](/app-guide/defi/tron.md)
{% endcontent-ref %}

{% content-ref url="/pages/Cp6iHiIIlz97hO1lO3xx" %}
[Cosmos IBC in Vultisig](/app-guide/defi/cosmos.md)
{% endcontent-ref %}

{% content-ref url="/pages/Js66VSMW06EDpJ3eicfz" %}
[TON staking in Vultisig](/app-guide/defi/ton.md)
{% endcontent-ref %}

{% content-ref url="/pages/l58tIv7eKrnPayPbOVX9" %}
[Solana DeFi in Vultisig](/app-guide/defi/solana.md)
{% endcontent-ref %}

{% content-ref url="/pages/RqNWkFq2cj4odvrP67Pv" %}
[dYdX in Vultisig](/app-guide/defi/dydx.md)
{% endcontent-ref %}


---

# 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.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.
