# Staking Benefits

### Why should I stake my $SAFE? <a href="#why-should-i-stake-my-safe" id="why-should-i-stake-my-safe"></a>

Staking is a great way to earn passive income in the form of $SAFE. Staking your $SAFE will also help towards the network’s voting process, keeping the network running, and increase decentralization if the stake is spread out evenly over the network.

### Why would I want to delegate rather than run a validator? <a href="#why-would-i-want-to-delegate-rather-than-run-a-validator" id="why-would-i-want-to-delegate-rather-than-run-a-validator"></a>

**No up-front costs:** Running a validator requires that you dedicate resources to a computer 24 hours a day 7 days a week 52 weeks a year. This means increased electricity costs (though not *nearly* as much as mining a Proof-Of-Work cryptocurrency). If you’re running a Full-History (not pruned) node, it also requires 2TB of SSD storage every year to keep the entire ledger. If you don’t have your own computer, you can rent one (called a VPS or VDS), but that costs a monthly fee too. In addition, you will be spending $SAFE on voting fees cutting into the validators profitability.

**Easier:** If you own a validator, you also have to pay attention to it and make sure it stays up and running which means performing regular maintenance on it, etc. If you’re delegating, you can easily place some SAFE in a staking account and check in on it every once in a while to see what kind of rewards you are accumulating.&#x20;


---

# 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.safecoin.org/staking/staking-benefits.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.
