# TON

{% hint style="info" %}
**Accessed via Wallet tab**

TON staking is available through the **Functions** button on the TON chain in the **Wallet tab**, not the DeFi tab.
{% endhint %}

Vultisig supports native TON staking. Users can stake TON to validators and earn rewards.

***

## Available Actions

| Action  | Description                |
| ------- | -------------------------- |
| Stake   | Stake TON to a validator   |
| Unstake | Remove staked TON          |
| Custom  | Advanced memo transactions |

***

## Staking

### How to Stake

1. Open **Wallet tab** → **TON** → **Functions** → **Stake**
2. Select a **validator** (or use the prefilled default)
3. Enter the **amount** to stake
4. Sign with your devices

### How to Unstake

1. Open **Wallet tab** → **TON** → **Functions** → **Unstake**
2. Enter the **amount** to unstake
3. Sign with your devices

{% hint style="info" %}
Unstaking may have a cooldown period depending on the validator. Check validator terms before staking.
{% endhint %}

***

## Custom Transactions

Advanced users can create custom memo transactions to interact with the TON ecosystem.

{% hint style="warning" %}
Custom transactions are for advanced users only.
{% endhint %}

***

## Related

* [DeFi Overview](/app-guide/defi.md)


---

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