> 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/004.md).

# #004

<figure><img src="/files/Zyq7HARCoXh7UQVvbHam" alt=""><figcaption></figcaption></figure>

### Mutuum Protocol Update #004 — Front-End Read/Write Integrated, Wallet Connect Live, Liquidation Bot Finalized

#### ✅ Completed&#x20;

**Front-end progress**

* Smart-contract helpers integrated for read/write operations
* Wallet connect with user and network checks
* Public RPC data visible for non-connected users
* Contract reads wired for all markets and core protocol stats
* User token balances retrieval added
* Explore table: sorting and page search implemented
* Multiple visual and mobile UI improvements delivered

**User positions**

* Position fetching wired at the data layer; UI validation to follow in testing

**Liquidation bot**

* Core logic finalized and operational
* Purpose-built for protocol stability (not MEV extraction)

**Protocol & deployment**

* Deployment scripts updated to run without DAO governance
* Fee routing via custom contract, governed by multisig; withdrawals use a secure two-step flow with cooldown
* Deposits mint mtTokens; fallback oracle integrated via Pyth in a custom contract
* Safety Module supports mtTokens and staking; slashing and bad-debt handling paths in place

***

#### ⌛ In Progress

* Liquidation bot docs: expand and align with latest logic
* Historical APY charts: visualize supply/borrow APY from Subgraph data
* Deployment & fees: harden flows and align with recent protocol changes
* AWS setup: infra provisioning and access controls
* Front-end data testing: end-to-end checks for portfolio/market reads
* ETH balance logic: unify native ETH + WETH into a single user balance view

***

Released: **24 Oct 2025** (UTC) · Update **#004**


---

# 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:

```
GET https://docs.mutuum.com/protocol-updates/004.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.
