# Guides

- [Consensus](https://docs.memecore.com/guides/consensus.md): Here is the current architecture of the MemeCore mainnet. The Meme 2.0 structure is currently under development. Please refer to this information when accessing the current structure.
- [Validator](https://docs.memecore.com/guides/consensus/validator.md)
- [Staking/Delegating](https://docs.memecore.com/guides/consensus/staking-delegating.md)
- [Multi-reward](https://docs.memecore.com/guides/consensus/multi-reward.md)
- [Running a node](https://docs.memecore.com/guides/consensus/running-a-node.md): This document contains step-by-step instructions for running a gmeme node in MemeCore Network.
- [Setting Up a Wallet](https://docs.memecore.com/guides/setting-up-a-wallet.md)
- [Bridging Stablecoins to MemeCore](https://docs.memecore.com/guides/bridging-stablecoins-to-memecore.md)


---

# 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.memecore.com/guides.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.
