> For the complete documentation index, see [llms.txt](https://gnogen.gitbook.io/gnogen/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gnogen.gitbook.io/gnogen/projects.md).

# PROJECTS

- [Gnogen Comics](https://gnogen.gitbook.io/gnogen/projects/gnogen-comics.md): 7 Supreme Heroes. 1 Villain.
- [EMIDAS](https://gnogen.gitbook.io/gnogen/projects/gnogen-comics/emidas.md): The 1st Supreme Hero
- [Emidas Act 1: Zero to One](https://gnogen.gitbook.io/gnogen/projects/gnogen-comics/emidas/emidas-act-1-zero-to-one.md)
- [Emidas Act 2: Fear. Uncertainty. Doubt.](https://gnogen.gitbook.io/gnogen/projects/gnogen-comics/emidas/emidas-act-2-fear.-uncertainty.-doubt..md)
- [Emidas Act 3: DeFi the enemy. Enter the Flywheel.](https://gnogen.gitbook.io/gnogen/projects/gnogen-comics/emidas/emidas-act-3-defi-the-enemy.-enter-the-flywheel..md)
- [Emidas Act 4: The Blockchain Trilemma](https://gnogen.gitbook.io/gnogen/projects/gnogen-comics/emidas/emidas-act-4-the-blockchain-trilemma.md)
- [Emidas Act 5: Power Overwhelming](https://gnogen.gitbook.io/gnogen/projects/gnogen-comics/emidas/emidas-act-5-power-overwhelming.md)
- [Emidas Act 6: The Weight of The World](https://gnogen.gitbook.io/gnogen/projects/gnogen-comics/emidas/emidas-act-6-the-weight-of-the-world.md)
- [Emidas Act 7: All Roads Lead To Elrond](https://gnogen.gitbook.io/gnogen/projects/gnogen-comics/emidas/emidas-act-7-all-roads-lead-to-elrond.md)
- [AERMES](https://gnogen.gitbook.io/gnogen/projects/gnogen-comics/aermes.md): Bonus Hero
- [Aermes Act 1: Lift-Off The Charts](https://gnogen.gitbook.io/gnogen/projects/gnogen-comics/aermes/aermes-act-1-lift-off-the-charts.md)
- [Aermes Act 2: Flight or Fight](https://gnogen.gitbook.io/gnogen/projects/gnogen-comics/aermes/aermes-act-2-flight-or-fight.md)
- [Aermes Act 3: Flying Closer To The Sun](https://gnogen.gitbook.io/gnogen/projects/gnogen-comics/aermes/aermes-act-3-flying-closer-to-the-sun.md)
- [Aermes Act 4: When The Student Is Ready](https://gnogen.gitbook.io/gnogen/projects/gnogen-comics/aermes/aermes-act-4-when-the-student-is-ready.md)
- [Aermes Act 5: The Teacher Appears](https://gnogen.gitbook.io/gnogen/projects/gnogen-comics/aermes/aermes-act-5-the-teacher-appears.md)
- [Aermes Act 6: Reborn](https://gnogen.gitbook.io/gnogen/projects/gnogen-comics/aermes/aermes-act-6-reborn.md)
- [Aermes Act 7: A Hero Is Born](https://gnogen.gitbook.io/gnogen/projects/gnogen-comics/aermes/aermes-act-7-a-hero-is-born.md)
- [Aermes Act 8: Go And Find Them](https://gnogen.gitbook.io/gnogen/projects/gnogen-comics/aermes/aermes-act-8-go-and-find-them.md)
- [DOGA](https://gnogen.gitbook.io/gnogen/projects/gnogen-comics/doga.md): The 2nd Supreme Hero
- [Doga Act 1: Do Only Good Always](https://gnogen.gitbook.io/gnogen/projects/gnogen-comics/doga/doga-act-1-do-only-good-always.md)
- [Doga Act 2: Tough Times Make Tough Dog](https://gnogen.gitbook.io/gnogen/projects/gnogen-comics/doga/doga-act-2-tough-times-make-tough-dog.md)
- [Doga Act 3: Find Your Voice](https://gnogen.gitbook.io/gnogen/projects/gnogen-comics/doga/doga-act-3-find-your-voice.md)
- [Doga Act 4: Every Dog Has Her Day](https://gnogen.gitbook.io/gnogen/projects/gnogen-comics/doga/doga-act-4-every-dog-has-her-day.md)
- [Doga Act 5: She's Back](https://gnogen.gitbook.io/gnogen/projects/gnogen-comics/doga/doga-act-5-shes-back.md)
- [Doga Act 6: To The Moon](https://gnogen.gitbook.io/gnogen/projects/gnogen-comics/doga/doga-act-6-to-the-moon.md)
- [Doga Act 7: Time Waits For No Dog](https://gnogen.gitbook.io/gnogen/projects/gnogen-comics/doga/doga-act-7-time-waits-for-no-dog.md)
- [Gnogons](https://gnogen.gitbook.io/gnogen/projects/gnogons.md): Gnogen's first 10k. Battle. Race. Fuse. Win.
- [Validators](https://gnogen.gitbook.io/gnogen/projects/validators.md): The first brand and IP to be acquired by Gnogen.
- [Digital Trading Card Game](https://gnogen.gitbook.io/gnogen/projects/digital-trading-card-game.md)
- [Supreme Heroes Collection](https://gnogen.gitbook.io/gnogen/projects/supreme-heroes-collection.md): Metaverse ready. Fully upgradeable.


---

# 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://gnogen.gitbook.io/gnogen/projects.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.
