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

# How to stake?

## Buy some SOL

In order to invest in Solana Staking, you need some SOL. You can purchase it through a trusted global exchange. We recommend the following:

* BINANCE => <https://www.binance.com/fr/activity/referral-entry?fromActivityPage=true&ref=LIMIT_FYANC0QM>

## Keep your SOL safe

We recommend using a hardware wallet to keep your SOL or any other crypto assets safe.

* Ledger => <http://ledger.refr.cc/manystake> (You can use this link for a 20% discount)<br>

## Choose your own validators

There are a couple of things to consider while choosing the right validator to delegate your stake.

#### Validator total stake (Do not stake on to big validator)

The concentration of stake is a bad thing on a decentralized proof-of-stake blockchain. If you are an investor delegating stake, please consider high-performing nodes without high stake concentrations.

#### Data Center Concentration

A high data center concentration means that a problem with the hosting provider could take many of the nodes offline. If you are an investor who is delegating stake, please consider high-performing nodes without a high data center concentration.

#### Annual Percentage Yield (APY) and commission

The commission charged by the validator has an effect on the returns you earn. However, the important metric to consider is not the commission, but the validator’s Annual Percentage Yield (APY). This amount is the yearly compounded returns that you may expect, taking into account the fee and the validator’s performance.&#x20;

{% file src="/files/s9gdVLPs5YcEvh8ZWcHY" %}


---

# 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.manystake.com/guides/how-to-stake.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.
