# How Shell Works

- [Architecture Overview](https://wiki.shellprotocol.io/how-shell-works/architecture-overview.md): An overview of Shell's major components
- [The Ocean: Accounting Hub](https://wiki.shellprotocol.io/how-shell-works/the-ocean-accounting-hub.md): An explanation of the Ocean architecture
- [Proteus: AMM Engine](https://wiki.shellprotocol.io/how-shell-works/proteus-amm-engine.md): An explanation of the Proteus design
- [Intents (MEV Harnessing System)](https://wiki.shellprotocol.io/how-shell-works/intents-mev-harnessing-system.md): Shell opens new possibilities for fighting MEV
- [Why Arbitrum](https://wiki.shellprotocol.io/how-shell-works/why-arbitrum.md): A discussion of Shell's first L2 home
- [Shell v1 (Retired)](https://wiki.shellprotocol.io/how-shell-works/shell-v1-retired.md): A discussion of the earliest iteration of Shell Protocol
- [ShellDrop DAO (Retired)](https://wiki.shellprotocol.io/how-shell-works/shelldrop-dao-retired.md): Administering external airdrops to the Shell community


---

# 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://wiki.shellprotocol.io/how-shell-works.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.
