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

# Partner Projects

Below is a list of partner projects collaborating with IronMON. Each project contributes to the ecosystem by providing unique components for robot NFTs.

More and more projects are coming to IronMON!

| Logo                                                 | Project Name    | Website                                | Twitter                                                                       | Discord                                                                                                                               | Description                                                       |
| ---------------------------------------------------- | --------------- | -------------------------------------- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- |
| ![LootGo Logo](/files/zSM2G7XMZimZhkBiMUTp)          | LootGo          | <https://www.lootgo.app/>              | [![Twitter Icon](/files/idoReS8R2bDXz3YJJI0j)](https://x.com/lootgo_official) | [![Discord Icon](/files/ysD3A00VMWFmTFHUDWF2)](https://discord.gg/JPGuznqJf2)                                                         | Walk, earn, and hunt for treasures in this free mobile game       |
| ![TowneSquare Logo](/files/KCftvVi6tF0dbCnx8ZLo)     | TowneSquare     | <https://www.townesquare.xyz/onboard>  | [![Twitter Icon](/files/idoReS8R2bDXz3YJJI0j)](https://x.com/TowneSquarexyz)  | [![Discord Icon](/files/ysD3A00VMWFmTFHUDWF2)](https://discord.gg/townesquare)                                                        | Powering cross-app experiences with next-gen dApp abstraction     |
| ![Meta Leap Logo](/files/zsJeu9qrr90r8W1etyP9)       | Meta Leap       | <https://metaleap.io/>                 | [![Twitter Icon](/files/idoReS8R2bDXz3YJJI0j)](https://x.com/MetaLeap_io)     | [![Discord Icon](/files/ysD3A00VMWFmTFHUDWF2)](https://discord.gg/tNAFtgMy)                                                           | The first plug-and-play AI gaming solution                        |
| ![Nad.fun Logo](/files/J5g1LCeIgMKQO2MLvzTI)         | Nad.fun         | <https://testnet.nad.fun/>             | [![Twitter Icon](/files/idoReS8R2bDXz3YJJI0j)](https://x.com/naddotfun)       | [![Discord Icon](/files/ysD3A00VMWFmTFHUDWF2)](https://discord.gg/naddotfun)                                                          | Social memecoin playground                                        |
| ![Narwhal Finance Logo](/files/fgXbgRg7gwUhR3lirRFw) | Narwhal Finance | <https://narwhal.finance/>             | [![Twitter Icon](/files/idoReS8R2bDXz3YJJI0j)](https://x.com/Narwhal_Finance) | [![Discord Icon](/files/ysD3A00VMWFmTFHUDWF2)](https://discord.com/invite/bzTQuxr3ME)                                                 | AI-driven trading meets gamified glory                            |
| ![Mozi Logo](/files/OBVrVeIlIRl9HIUVsyMu)            | Mozi            | <https://www.mozi.finance/>            | [![Twitter Icon](/files/idoReS8R2bDXz3YJJI0j)](https://x.com/mozifinance)     | [![Discord Icon](/files/ysD3A00VMWFmTFHUDWF2)](https://discord.com/invite/XwzKeAj3tJ)                                                 | AI-powered social trading on Monad. Trade smarter, connect deeper |
| ![Tezza Poker Logo](/files/aItMe1ROz0NRGYu4MWRr)     | Tezza Poker     | <https://t.me/playtezzapoker_bot/play> | [![Twitter Icon](/files/idoReS8R2bDXz3YJJI0j)](https://x.com/TezzaPoker)      | [![Discord Icon](/files/ysD3A00VMWFmTFHUDWF2)](https://github.com/jeonghoyeo7/ironmon-docs/blob/main/discord.gg/TezzaPoker/README.md) | Play, Earn, Connect – the future of social poker starts here      |
| ![MuDigital Logo](/files/1DrX5VASdRvHr2w6QXGp)       | MuDigital       | <https://mudigital.net/>               | [![Twitter Icon](/files/idoReS8R2bDXz3YJJI0j)](https://x.com/MuDigitalHQ)     | [![Discord Icon](/files/ysD3A00VMWFmTFHUDWF2)](https://discord.com/invite/MuDigital)                                                  | RWA on Monad. Earn rewards, join the Yield Mu-vement              |


---

# 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://ironmon.gitbook.io/docs/partners.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.
