# MemeCore Docs

## Meme 2.0 Docs

- [What is MemeCore?](https://docs.memecore.com/memecore/what-is-memecore.md)
- [What is Meme 2.0?](https://docs.memecore.com/memecore/what-is-meme-2.0.md)
- [Proof of Meme (PoM)](https://docs.memecore.com/memecore/proof-of-meme-pom.md)
- [PoM Contributors](https://docs.memecore.com/memecore/proof-of-meme-pom/pom-contributors.md)
- [Meme Vault ](https://docs.memecore.com/memecore/proof-of-meme-pom/meme-vault.md)
- [Meme (MRC-20) Reserve](https://docs.memecore.com/memecore/proof-of-meme-pom/meme-mrc-20-reserve.md)
- [Viral Grants Reserve](https://docs.memecore.com/memecore/proof-of-meme-pom/viral-grants-reserve.md)
- [Meme integrated on POM](https://docs.memecore.com/memecore/proof-of-meme-pom/meme-integrated-on-pom.md)
- [Token](https://docs.memecore.com/memecore/token.md)
- [$M](https://docs.memecore.com/memecore/token/usdm.md)
- [MRC-20](https://docs.memecore.com/memecore/token/mrc-20.md)
- [Token Allocation](https://docs.memecore.com/memecore/token/token-allocation.md)
- [Connect to MemeCore](https://docs.memecore.com/memecore/connect-to-memecore.md)
- [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)
- [Quickstart](https://docs.memecore.com/developer-guide/quickstart.md)
- [Basic Environment Setup](https://docs.memecore.com/developer-guide/quickstart/basic-environment-setup.md)
- [Add the MemeCore network to your wallet](https://docs.memecore.com/developer-guide/quickstart/add-the-memecore-network-to-your-wallet.md)
- [Receive Test Tokens from Faucet](https://docs.memecore.com/developer-guide/quickstart/receive-test-tokens-from-faucet.md)
- [Deploying Smart Contracts](https://docs.memecore.com/developer-guide/deploying-smart-contracts.md)
- [Ecosystem](https://docs.memecore.com/support/ecosystem.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.memecore.com/memecore/what-is-memecore.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.
