> For the complete documentation index, see [llms.txt](https://docs.squads.so/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.squads.so/main/navigating-your-squad/stake/marinade-native.md).

# Marinade Native

Users can stake SOL with Marinade Native directly from the Squads app. The strategy automatically rebalances the stake across the 140 best-performing validators and has no smart contract exposure as users retain full custody of their SOL and stake accounts.&#x20;

**To stake SOL through Marinade Native:**

1. Navigate to the Treasury page.
2. Locate the "Stake" button and click on it.&#x20;
3. Insert the SOL amount you want to stake and click on "Stake" to initiate a transaction.
4. Your SOL will be staked upon the transaction execution. Once the new epoch starts, you will start earning rewards.

<div><figure><img src="/files/hAEb7DyLdxNfO4qPH3Fu" alt=""><figcaption><p>Locate the "Stake" button</p></figcaption></figure> <figure><img src="/files/YqUTEQq5vADakJvervXe" alt=""><figcaption><p>Stake SOL with Marinade Native</p></figcaption></figure></div>

**To unstake SOL:**

1. Navigate to the "Staking" tab and select the "Validator" section.
2. Click on the "Staked" switcher and then click on the Marinade Native block.
3. Click the "Unstake" button to initiate a transaction.

{% hint style="info" %}
Your unstaked SOL will be available for withdrawal **only** after the end of the epoch.
{% endhint %}

4. Your SOL will start the deactivation period upon the transaction execution. The deactivation period finishes with the start of the new epoch.
5. Once the deactivation period finishes, you will be able to withdraw your SOL. Navigate to the "Staked" switcher in the "Validator" section, click on the Marinade Native block, and launch a transaction to complete the withdrawal.
6. Your SOL will be returned to your vault upon transaction execution.&#x20;

<figure><img src="/files/qssszphsYOYLt3ksVkiv" alt=""><figcaption><p>Unstake your SOL from Marinade Native</p></figcaption></figure>


---

# 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.squads.so/main/navigating-your-squad/stake/marinade-native.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.
