> For the complete documentation index, see [llms.txt](https://farmdoc.acala.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://farmdoc.acala.network/how-to-guides/use-euphrates/stake-jitosol.md).

# Stake JitoSOL

### **Prerequisite:**

Ensure you have Solana (SOL) in your Phantom or Solana wallet. If you don’t hold any SOL, you can purchase or trade for tokens on several centralized or decentralized exchanges.

If you currently hold JitoSOL, you may skip to Step 4.

### **Step-by-Step Guide**

1. Go to <https://www.jito.network/staking/> and connect your Solana wallet.

   <figure><img src="/files/p3qcgFgpJBQ5JDTlaBYu" alt=""><figcaption></figcaption></figure>
2. Enter the amount of SOL you wish to stake and click “Convert to JitoSOL”.

   <figure><img src="/files/bapKLmWbjOwrKgO00l0A" alt=""><figcaption></figcaption></figure>
3. Go to[ https://farm.acala.network/pool/6](https://farm.acala.network/pool/6).

<figure><img src="/files/NDEe2L6V2WP9OWkEz0Gg" alt=""><figcaption></figcaption></figure>

4. Connect your Metamask or EVM wallet to Euphrates platform.

<figure><img src="/files/xFbPvF0u9MefX7cie0c4" alt=""><figcaption></figcaption></figure>

5. Navigate to Solana section, connect your Phantom or Solana Wallet in the “Origin Account” section.

   <figure><img src="/files/rA9ivf9HpETeyJWGUmiw" alt=""><figcaption></figcaption></figure>
6. Enter the amount of JitoSOL you would like to stake, click “Stake Now” and confirm the transaction in your wallet.

   <figure><img src="/files/865x9VSTpM0St3Dj6lxG" alt=""><figcaption></figcaption></figure>
7. Wait for the Bridge + Stake process to complete. You may move off of the screen once the “submit transaction” portion is complete.

   <figure><img src="/files/8Bie2FqOz3QWVWuQVQoQ" alt=""><figcaption></figcaption></figure>
8. Once complete, you may scroll down to the bottom of the page to monitor current stake and see your accrued rewards

   <figure><img src="/files/W4wzYmQnkfvxA0K5jXAh" alt=""><figcaption></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://farmdoc.acala.network/how-to-guides/use-euphrates/stake-jitosol.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.
