# Examples

Explore real-world demos that showcase how AIP + Membase infrastructure enables decentralized, interoperable AI agents.

### By Scenario

| Scenario                 | Example                                                                                                | Description                                        |
| ------------------------ | ------------------------------------------------------------------------------------------------------ | -------------------------------------------------- |
| **Multi-agent games**    | [aip\_chess\_game](https://github.com/unibaseio/aip-agent/tree/main/examples/aip_chess_game)           | Two agents playing chess with decentralized memory |
| **Trading**              | [aip\_trader\_agents](https://github.com/unibaseio/aip-agent/tree/main/examples/aip_trader_agents)     | Autonomous trading on BNBChain                     |
| **Personal agents**      | [aip\_personal\_agents](https://github.com/unibaseio/aip-agent/tree/main/examples/aip_personal_agents) | Agents built from X (Twitter) user data            |
| **Full-featured agents** | [aip\_agents](https://github.com/unibaseio/aip-agent/tree/main/examples/aip_agents)                    | Memory, identity, interoperability                 |
| **Tools**                | [aip\_tools](https://github.com/unibaseio/aip-agent/tree/main/examples/aip_tools)                      | Weather, trading APIs, etc.                        |
| **Memory Hub**           | [aip\_hubs](https://github.com/unibaseio/aip-agent/tree/main/examples/aip_hubs)                        | Upload, sync, retrieve from Hub                    |
| **LLM + MCP**            | [aip\_agents\_llm](https://github.com/unibaseio/aip-agent/tree/main/examples/aip_agents_llm)           | LLM-driven agents with MCP and Membase             |
| **Agent config**         | [aip\_agent\_config](https://github.com/unibaseio/aip-agent/tree/main/examples/aip_agent_config)       | Customizable agent templates (CallbackAgent)       |

📂 All examples: [AIP GitHub /examples](https://github.com/unibaseio/aip-agent/tree/main/examples)

***

> New demos and applications are actively being added — stay tuned for multi-agent collaboration demos, decentralized gaming agents, and knowledge-driven autonomous bots!


---

# 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://unibaseio.gitbook.io/unibase-docs/examples.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.
