# 10.1 Frequently Asked Questions

***Q: How much do I need to stake to become a validator?*** \
A: The minimum stake requirement is determined by network governance and may change. Check the current requirements on our website or Discord.

***Q: What happens if my node goes offline?*** \
A: Short periods of downtime may result in missed rewards. Extended downtime could lead to slashing of your stake.

***Q: How can I improve my chances of detecting fraud?*** \
A: Ensure your node is always up-to-date, well-maintained, and has sufficient resources to process transactions quickly. Stay informed about potential attack vectors and regularly check for any suspicious activity.


---

# 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://validators.spicenet.io/community-and-support/10.1-frequently-asked-questions.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.
