the stack: observe, classify, allocate.
MYRMIDONS is a research and execution stack for onchain lending markets. It is built on Morpho. It is live on HyperEVM (chain 999) and Robinhood Chain (chain 4663). The stack runs one continuous loop: it observes every market, classifies which markets are real and investable, and reallocates vault capital to the best of them.
THE LOOP
MNEMON ──▶ samples every Morpho market // every 5 to 15 min
CLASSIFIER ──▶ flags broken markets, marks investable // server-side rules
HEGEMON ──▶ reallocates vault capital // simulated before sent
All data in the loop is public. The archive is served as static JSON. The risk engine is served as a versioned API. The reallocator's decisions stream live into the site's terminal.
COMPONENTS
| COMPONENT | WHAT | WHERE |
|---|---|---|
| MNEMON | Market archive: sampling, classifier, flows | |
| METRON | Pure statistics library (risk estimators) | internal, tag-pinned |
| RISK ENGINE | Capacity and risk metrics on the archive | |
| HEGEMON | Vault reallocator bot | operator VPS |
| VAULTS | ERC-4626 Morpho vaults the bot manages | HyperEVM |
The keeper also exposes a live event stream (SSE). This stream powers the terminal feeds on the vault pages. It is observable, but it has no stability promise.
SCOPE
The archive covers seven chains. Every Morpho market on HyperEVM, Robinhood Chain, Arbitrum, Katana, Monad, Ethereum and Base is archived, classified, and risk-scored. Execution (the vaults and the reallocator) runs on HyperEVM only. The stack operates at proof-of-concept scale. More chains are planned.