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

# WELCOME TO METACADE

- [What is Metacade](https://docs.metacade.co/welcome-to-metacade/what-is-metacade.md): Metacade is the home for gaming on Base.
- [MiCAR EU Approval](https://docs.metacade.co/welcome-to-metacade/micar-eu-approval.md): Metacade will always actively pursue regulation in the interest of larger adoption and compliance as the world wakes up to blockchain.
- [Vision & Values](https://docs.metacade.co/welcome-to-metacade/vision-and-values.md): An ecosystem built for onchain mass adoption.
- [Go To Market Strategy - Base App](https://docs.metacade.co/welcome-to-metacade/go-to-market-strategy-base-app.md): Here is a detailed breakdown of our Coinbase-focused go-to-market strategy for the Base App
- [WTF is an Echosystem?](https://docs.metacade.co/welcome-to-metacade/wtf-is-an-echosystem.md): Firstly, It’s not a typo.
- [Metacade Team](https://docs.metacade.co/welcome-to-metacade/metacade-team.md): The Metacade team brings together a fantastic mix of gaming, business, and onchain experience, which we utilise to deliver game-changing products and experiences.
- [Metacade is Based](https://docs.metacade.co/welcome-to-metacade/metacade-is-based.md): Why Metacade Chose Base...
- [Metacade Max Litepaper](https://docs.metacade.co/welcome-to-metacade/metacade-max-litepaper.md): The AI Concierge of Rewards, Gaming & Onchain Entertainment on Base
- [Metacade Mascot (M.A.X.)](https://docs.metacade.co/welcome-to-metacade/metacade-mascot-m.a.x..md)
- [Metacade Partners](https://docs.metacade.co/welcome-to-metacade/metacade-partners.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 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.metacade.co/welcome-to-metacade.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.
