Conversation
|
Visit the preview URL for this PR (updated for commit 7efa5ba): https://oev-docs--pr296-rewamp-docs-content-xccecla9.web.app (expires Tue, 28 Apr 2026 08:45:10 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 6915b094b5ba83fde754632ba50c1ee9406d433f |
andreogle
left a comment
There was a problem hiding this comment.
Tried to go through this in detail. Let me know what you think. Otherwise, nice work 👍🏻
| 1. **V2 Vault** — The user-facing vault where depositors supply USDC and receive vault shares. Configured with the Api3 role structure and governance controls described above. | ||
|
|
||
| 2. **V1 Vault** — The intermediary vault that executes the actual market allocations. The V1 vault holds two allocators: | ||
| - The **Morpho Public Allocator**, which enables permissionless reallocation to improve liquidity across markets. |
There was a problem hiding this comment.
Maybe it's worth a quick sentence or two about what this does/how it works?
There was a problem hiding this comment.
It will be gone soon with the Morpho requirement to use v2 adapter directly, so not really worth it. It's also best to look into Morpho docs for this kind iof stuff anyway.
There was a problem hiding this comment.
Maybe worth asking Erich to have a look at this one?
There was a problem hiding this comment.
Yes, done in https://api3workspace.slack.com/archives/C0A70NN2WFQ/p1776264148887269 and the changes are already merged into this PR.
| Api3 facilitates OEV using two ways: | ||
|
|
||
| 1. Private auctions performed via partnered searchers on non-delayed data. | ||
| 2. Searching using public Signed APIs on delayed data, open for anyone to participate. |
There was a problem hiding this comment.
I'm not sure that this is strictly "OEV", especially since that was described as only available to "partnered searchers". This is more MEV
There was a problem hiding this comment.
Both are OEV, because the value is extracted by utilizing the oracle updates. The MEV is misleading to both, because the miner is inconsequential for both of these.
What can be argued about is the word "auctions" as that is now a bit inaccurate, but the exact mechanics on how partnered searchers obtain the OEV signature is not important (and most importantly it can change), so I left it in.
| "format:check": "prettier --check --cache \"./**/*.{js,vue,md,json,yaml}\"", | ||
| "lint": "pnpm format:check", | ||
| "test": "vitest run", | ||
| "test": "vitest run --passWithNoTests", |
There was a problem hiding this comment.
I've removed the only test and the CI fails in that case. I didn't want to bother with removing vitest so I just let it pass without any test.
| The Api3 DAO Multisig holds the owner, curator, and allocator roles, consolidating governance and operational control under a single entity. | ||
|
|
||
| The guardian role is operated by the Api3 monitoring team, who can revoke pending actions in case of misconfiguration. | ||
| The monitoring team also maintains an emergency fund for manual liquidations in the event that automated liquidation bots fail. |
There was a problem hiding this comment.
Should we mention about size of funds held or address of this account?
* Revise disclosure terms Updated the disclosure page to clarify Api3's limited role, responsibilities, and terms of service. * Revise roles and operations Updated the roles and operations documentation to reflect the Api3 Foundation Multisig as the holder of key roles and clarified the mission of the foundation. Adjusted language for clarity regarding the monitoring team's role and the emergency fund.
Co-authored-by: André Ogle <andreogle@users.noreply.github.com>
70c1e32 to
7efa5ba
Compare
Closes #292
Closes #295
Summary
Adds a new Curation section to the docs, covering Api3's role as a curator of USDC vaults on Morpho and cleans up the OEV docs given there is no OEV Network.
I think the current docs structure is decent and the addition of the "Curation" tab works well. I do not consider the curation content to be perfect nor complete, but it's a decent start. It's also going to change soon, because Morpho wants the V2 vaults to stop using v1 vaults as intermediaries, which affects our operations.
What's new
/curation/) — Intro to Api3 x Morpho, the skin-in-the-game thesis, yield source, the OEV competitive advantage, vault summary (Api3 Core, Kabu, Api3 dCOMP), and fee structure./curation/roles-and-operations) — Role table, two-layer V2→V1 vault architecture, allocation/rebalancing, monitoring stack, and liquidation handling./curation/risk-management) — Market selection criteria anchored to Api3's data feed listing policy, supply-cap methodology, and treasury-backed risk alignment./curation/disclosure) — Scope of curation, no-advice clause, risk factors, restricted jurisdictions, and limitation of liability. Links to the Api3 terms and conditions. Pending review from Erich.