feat: add Metric propAMM (mainnet)#432
Merged
Merged
Conversation
Co-authored-by: Keone Hon <323982+keone@users.noreply.github.com>
Contract Verification ResultsChanged Files
Verification OutputWorkflow run: Verify PR Contracts |
Co-authored-by: Keone Hon <323982+keone@users.noreply.github.com>
Contract Verification ResultsChanged Files
Verification OutputWorkflow run: Verify PR Contracts |
keone
approved these changes
Jul 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Metric (metric.xyz)
Adds
mainnet/metric.jsoncfor Metric, a proprietary AMM (propAMM) DEX built around an oracle-anchored active pool standard — each pool continuously reprices to the asset's real market price rather than sitting on a static curve. Live on Monad mainnet and integrated by KyberSwap, 0x, Odos, OpenOcean, Monorail and other aggregators.DeFi::DEXCore contracts
0xe22F9fc0f04486dE25ed6CF1800a4a47aFD82e0C0x0f732971a3503afee276782173170D1F1154d4c10xaF9ADa6b6eC7993CE146f6c0bF98f7211CDfD3e50xe6b102a2aea65b9b59e4F8B86B38E221886675A8Pools
The requested MON/USDC, BTC/USDC and WETH/USDC pools. Metric deploys multiple pool instances per pair; listed here is the currently-funded/active instance for each (the others hold no liquidity). Quote token is USDC (
0x754704bc059f8c67012fed69bc8a327a5aafb603).0xFA32f9ec28787d1F9C5BA5c39e54e59984FEF3f00x2D82AC42334b394A9a8d8f097d61DC1c6B065Fd80x354D92279cA0190fF275095fE6A2a6989BAa66FbHow these addresses were sourced
Metric's public API only exposes Ethereum + Base (not Monad), and the KyberSwap dex-lib discovers Metric pools dynamically via that API rather than hardcoding addresses. So these were derived on-chain:
0xa9e4513754c3a86e752009d273f0c9eaee6a12a3, the same EOA that deployed Metric's Base factory) via CreateX (0xba5Ed0…). Roles inferred from bytecode: Factory (Ownable, creates/configures pools, drives the PoolDeployer); PoolDeployer (itsfactory()returns the Factory); Router (wraps/unwraps native MON via WMON); Lens (reads pool storage viaextsload).PoolCreatedevents (topic0xe1c304ac…); the active instance per pair was chosen by on-chain USDC reserve.cc @keone