feat: add BrownFi protocol entry#430
Merged
Merged
Conversation
Co-authored-by: Keone Hon <323982+keone@users.noreply.github.com>
Contract Verification ResultsChanged Files
Verification OutputWorkflow run: Verify PR Contracts |
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.
BrownFi
Adds
mainnet/brownfi.jsonc. BrownFi is an oracle-based (Pyth) AMM live on Monad — an alternative "proprietary AMM" curve offering concentrated-liquidity-level capital efficiency with reduced impermanent loss vs. constant-product AMMs.Why
BrownFi routes on Monad via KyberSwap but is not yet in this repo. It hard-codes
valueobject.ChainIDMonadin kyberswap-dex-lib:Addresses
Router addresses are taken from kyberswap-dex-lib's Monad config (
brownfi/v2andbrownfi/v3constant.go):RouterV2:0xFaed28e0ffb1C07A2Aa7A41Ae03536dfC12B0db7— verified on both MonadScan and MonadVision (source published).RouterV3(0x43C08a1689e81EFF83bbAfA35617CcCf2EF463fD): commented out for now. Its source is not yet verified on MonadScan or MonadVision, so it's left as an easy-to-re-enable commented line in the.jsoncand can be added back once the BrownFi team verifies it.Notes