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

# Protocol Updates

- [#001](https://docs.mutuum.com/protocol-updates/001.md): Update #001: Architecture & wireframes done; lending pool config, event handlers, fee collector, and DB schema complete; liquidation bot development underway.
- [#002](https://docs.mutuum.com/protocol-updates/002.md): Update #002: initial codebase finalized, Fee Collector complete, Liquidation Indexer live; in progress—oracle integration, Safety Module, liquidation client.
- [#003](https://docs.mutuum.com/protocol-updates/003.md): Update #003: Oracle stack (Chainlink + Pyth) integrated, Safety Module live, Liquidation client online; UI, deploy scripts, GraphQL, and contract calls in progress.
- [#004](https://docs.mutuum.com/protocol-updates/004.md): Update #004: FE read/write + wallet connect live, public RPC views, balances & UI polish; liquidation bot finalized. New focus: docs, APY charts, deploy, AWS, data tests.
- [#005](https://docs.mutuum.com/protocol-updates/005.md): Update #005: second code batch finalized, all contracts audit-ready, liquidation bot QA complete; focus shifts to deploy scripts, GraphQL/Subgraph, FE queries, and QA.
- [#006](https://docs.mutuum.com/protocol-updates/006.md): Update #006: testnet deploy scripts live, FE GraphQL queries in place, QA/test scripts ready; focus on Subgraph integration, AWS, APY charts, FE tx flows, data tests.
- [#007](https://docs.mutuum.com/protocol-updates/007.md): Update #007: GraphQL live, AWS set up, APY visuals shipped, core contract interactions in; now focusing on data testing, ELK, and staking UI + deployments.
- [#008](https://docs.mutuum.com/protocol-updates/008.md): Update #008: FE data tests done, ELK set up, staking workflow/scripts tested, bugs fixed; now fixing audit feedback, adding charts, hardening, and running e2e/perf tests.


---

# 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.mutuum.com/protocol-updates.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.
