@hypurrquant/defi-cli 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/config/chains.toml +54 -0
  2. package/config/protocols/dex/aerodrome_base.toml +15 -0
  3. package/config/protocols/dex/aerodrome_cl.toml +17 -0
  4. package/config/protocols/dex/apeswap_bnb.toml +14 -0
  5. package/config/protocols/dex/babydogeswap_bnb.toml +14 -0
  6. package/config/protocols/dex/bakeryswap_bnb.toml +14 -0
  7. package/config/protocols/dex/biswap_bnb.toml +14 -0
  8. package/config/protocols/dex/bscswap_bnb.toml +14 -0
  9. package/config/protocols/dex/curve_hyperevm.toml +21 -0
  10. package/config/protocols/dex/fstswap_bnb.toml +14 -0
  11. package/config/protocols/dex/hybra.toml +3 -1
  12. package/config/protocols/dex/hyperswap.toml +15 -0
  13. package/config/protocols/dex/kittenswap.toml +4 -1
  14. package/config/protocols/dex/merchantmoe_mantle.toml +1 -0
  15. package/config/protocols/dex/nest.toml +3 -1
  16. package/config/protocols/dex/pancakeswap_v2_bnb.toml +14 -0
  17. package/config/protocols/dex/pancakeswap_v3_bnb.toml +15 -0
  18. package/config/protocols/dex/project_x.toml +4 -2
  19. package/config/protocols/dex/ramses_cl.toml +14 -7
  20. package/config/protocols/dex/ramses_hl.toml +6 -14
  21. package/config/protocols/dex/thena_fusion_bnb.toml +14 -0
  22. package/config/protocols/dex/thena_v1_bnb.toml +13 -0
  23. package/config/protocols/dex/traderjoe_monad.toml +14 -0
  24. package/config/protocols/dex/uniswap_v2_monad.toml +12 -0
  25. package/config/protocols/dex/uniswap_v3_base.toml +14 -0
  26. package/config/protocols/dex/uniswap_v3_bnb.toml +13 -0
  27. package/config/protocols/dex/uniswap_v3_monad.toml +14 -0
  28. package/config/protocols/lending/.omc/state/last-tool-error.json +7 -0
  29. package/config/protocols/lending/aave_v3_base.toml +14 -0
  30. package/config/protocols/lending/aave_v3_bnb.toml +14 -0
  31. package/config/protocols/lending/compound_v3_base.toml +14 -0
  32. package/config/protocols/lending/felix_morpho.toml +2 -1
  33. package/config/protocols/lending/hyperlend.toml +2 -1
  34. package/config/protocols/lending/hypurrfi.toml +2 -1
  35. package/config/protocols/lending/kinza_bnb.toml +15 -0
  36. package/config/protocols/lending/morpho_blue_monad.toml +11 -0
  37. package/config/protocols/lending/venus_bnb.toml +18 -0
  38. package/config/protocols/lending/venus_flux_bnb.toml +22 -0
  39. package/config/protocols/vault/beefy_bnb.toml +12 -0
  40. package/config/tokens/arbitrum.toml +77 -0
  41. package/config/tokens/base.toml +50 -0
  42. package/config/tokens/bnb.toml +50 -0
  43. package/config/tokens/ethereum.toml +107 -0
  44. package/config/tokens/hyperevm.toml +1 -0
  45. package/config/tokens/monad.toml +48 -0
  46. package/package.json +3 -1
  47. package/skills/defi-cli/package.json +1 -1
  48. package/config/pools.example.toml +0 -31
  49. package/config/protocols/cdp/felix.toml +0 -21
  50. package/config/protocols/nft/seaport_hyperevm.toml +0 -10
  51. package/config/protocols/vault/felix_vaults.toml +0 -21
  52. package/config/protocols/vault/hyperbeat_hyperevm.toml +0 -29
  53. package/config/protocols/vault/hypersurface_hyperevm.toml +0 -13
  54. package/config/protocols/vault/looping_hyperevm.toml +0 -17
  55. package/config/protocols/vault/upshift.toml +0 -14
  56. package/config/protocols/yield_aggregator/lazy_summer.toml +0 -13
@@ -7,6 +7,13 @@ native_token = "HYPE"
7
7
  wrapped_native = "0x5555555555555555555555555555555555555555"
8
8
  multicall3 = "0xcA11bde05977b3631167028862bE2a173976CA11"
9
9
 
10
+ [chain.hyperevm.aggregators]
11
+ kyber = "hyperevm"
12
+ openocean = "hyperevm"
13
+ liquid = "hyperevm"
14
+ lifi = "auto"
15
+ relay = "auto"
16
+
10
17
  [chain.mantle]
11
18
  name = "Mantle"
12
19
  chain_id = 5000
@@ -15,3 +22,50 @@ explorer_url = "https://mantlescan.xyz"
15
22
  native_token = "MNT"
16
23
  wrapped_native = "0x78c1b0C915c4FAA5FffA6CAbf0219DA63d7f4cb8"
17
24
  multicall3 = "0xcA11bde05977b3631167028862bE2a173976CA11"
25
+
26
+ [chain.mantle.aggregators]
27
+ openocean = "mantle"
28
+ lifi = "auto"
29
+ relay = "auto"
30
+
31
+ [chain.base]
32
+ name = "Base"
33
+ chain_id = 8453
34
+ rpc_url = "https://base.drpc.org"
35
+ explorer_url = "https://basescan.org"
36
+ native_token = "ETH"
37
+ wrapped_native = "0x4200000000000000000000000000000000000006"
38
+ multicall3 = "0xcA11bde05977b3631167028862bE2a173976CA11"
39
+
40
+ [chain.base.aggregators]
41
+ kyber = "base"
42
+ openocean = "base"
43
+ lifi = "auto"
44
+ relay = "auto"
45
+
46
+ [chain.bnb]
47
+ name = "BNB"
48
+ chain_id = 56
49
+ rpc_url = "https://bsc-dataseed1.binance.org"
50
+ explorer_url = "https://bscscan.com"
51
+ native_token = "BNB"
52
+ wrapped_native = "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c"
53
+ multicall3 = "0xcA11bde05977b3631167028862bE2a173976CA11"
54
+
55
+ [chain.bnb.aggregators]
56
+ kyber = "bsc"
57
+ openocean = "bsc"
58
+ lifi = "auto"
59
+ relay = "auto"
60
+
61
+ [chain.monad]
62
+ name = "Monad"
63
+ chain_id = 143
64
+ rpc_url = "https://rpc.monad.xyz"
65
+ explorer_url = "https://monadscan.com"
66
+ native_token = "MON"
67
+ wrapped_native = "0x3bd359C1119dA7Da1D913D1C4D2B7c461115433A"
68
+ multicall3 = "0xcA11bde05977b3631167028862bE2a173976CA11"
69
+
70
+ # Monad: no aggregator support yet (early-stage mainnet)
71
+ [chain.monad.aggregators]
@@ -0,0 +1,15 @@
1
+ [protocol]
2
+ name = "Aerodrome"
3
+ slug = "aerodrome-base"
4
+ category = "dex"
5
+ interface = "solidly_v2"
6
+ chain = "base"
7
+ native = true
8
+ description = "Aerodrome Finance — ve(3,3) DEX on Base"
9
+
10
+ [protocol.contracts]
11
+ router = "0xcF77a3Ba9A5CA399B7c97c74d54e5b1Beb874E43"
12
+ factory = "0x420DD381b31aEf6683db6B902084cB0FFECe40Da"
13
+ voter = "0x16613524e02ad97eDfeF371bC883F2F5d6C480A5"
14
+ ve_token = "0xeBf418Fe2512e7E6bd9b87a8F0f294aCDC67e6B4"
15
+ gauge_factory = "0x35f35cA5B132CaDf2916BaB57639128eAC5bbcb5"
@@ -0,0 +1,17 @@
1
+ [protocol]
2
+ name = "Aerodrome Slipstream"
3
+ slug = "aerodrome-cl"
4
+ category = "dex"
5
+ interface = "uniswap_v3"
6
+ cl_style = "slipstream"
7
+ chain = "base"
8
+ native = true
9
+ description = "Aerodrome Slipstream — concentrated liquidity on Base ($203M TVL)"
10
+ [protocol.contracts]
11
+ router = "0xBe6D8f0d05cC4be24d5167a3eF062215bE6D18a5"
12
+ factory = "0x5e7BB104d84c7CB9B682AaC2F3d509f5F406809A"
13
+ quoter = "0x254cF9E1E6e233aa1AC962CB9B05b2cfeaae15b0"
14
+ voter = "0x16613524e02ad97eDfeF371bC883F2F5d6C480A5"
15
+ ve_token = "0xeBf418Fe2512e7E6bd9b87a8F0f294aCDC67e6B4"
16
+ position_manager = "0x827922686190790b37229fd06084350E74485b72"
17
+ gauge_factory = "0xD30677bd8dd15132F251Cb54CbDA552d2A05Fb08"
@@ -0,0 +1,14 @@
1
+ [protocol]
2
+ name = "ApeSwap"
3
+ slug = "apeswap-bnb"
4
+ category = "dex"
5
+ interface = "uniswap_v2"
6
+ chain = "bnb"
7
+ native = false
8
+ verified = true
9
+ reward_strategy = "none"
10
+ description = "ApeSwap V2 on BNB Chain. On-chain verified 2026-04-03."
11
+
12
+ [protocol.contracts]
13
+ router = "0xcF0feBd3f17CEf5b47b0cD257aCf6025c5BFf3b7"
14
+ factory = "0x0841BD0B734E4F5853f0dD8d7Ea041c241fb0Da6"
@@ -0,0 +1,14 @@
1
+ [protocol]
2
+ name = "BabyDogeSwap"
3
+ slug = "babydogeswap-bnb"
4
+ category = "dex"
5
+ interface = "uniswap_v2"
6
+ chain = "bnb"
7
+ native = false
8
+ verified = true
9
+ reward_strategy = "none"
10
+ description = "BabyDogeSwap V2 on BNB Chain. On-chain verified 2026-04-03."
11
+
12
+ [protocol.contracts]
13
+ router = "0xC9a0F685F39d05D835c369036251ee3aEaaF3c47"
14
+ factory = "0x4693B62E5fc9c0a45F89D62e6300a03C85f43137"
@@ -0,0 +1,14 @@
1
+ [protocol]
2
+ name = "BakerySwap"
3
+ slug = "bakeryswap-bnb"
4
+ category = "dex"
5
+ interface = "uniswap_v2"
6
+ chain = "bnb"
7
+ native = false
8
+ verified = true
9
+ reward_strategy = "none"
10
+ description = "BakerySwap V2 on BNB Chain. On-chain verified 2026-04-03."
11
+
12
+ [protocol.contracts]
13
+ router = "0xCDe540d7eAFE93AC5fE6233Bee57E1270D3E330F"
14
+ factory = "0x01bF7C66c6BD861915CdaaE475042d3c4BaE16A7"
@@ -0,0 +1,14 @@
1
+ [protocol]
2
+ name = "Biswap"
3
+ slug = "biswap-bnb"
4
+ category = "dex"
5
+ interface = "uniswap_v2"
6
+ chain = "bnb"
7
+ native = false
8
+ verified = true
9
+ reward_strategy = "none"
10
+ description = "Biswap V2 on BNB Chain. On-chain verified 2026-04-03."
11
+
12
+ [protocol.contracts]
13
+ router = "0x3a6d8cA21D1CF76F653A67577FA0D27453350dD8"
14
+ factory = "0x858E3312ed3A876947EA49d572A7C42DE08af7EE"
@@ -0,0 +1,14 @@
1
+ [protocol]
2
+ name = "BSCSwap"
3
+ slug = "bscswap-bnb"
4
+ category = "dex"
5
+ interface = "uniswap_v2"
6
+ chain = "bnb"
7
+ native = false
8
+ verified = true
9
+ reward_strategy = "none"
10
+ description = "BSCSwap V2 on BNB Chain. On-chain verified 2026-04-03."
11
+
12
+ [protocol.contracts]
13
+ router = "0xd954551853F55deb4Ae31407c423e67B1621424A"
14
+ factory = "0xCe8fd65646F2a2a897755A1188C04ACe94D2B8D0"
@@ -0,0 +1,21 @@
1
+ [protocol]
2
+ name = "Curve HyperEVM"
3
+ slug = "curve-hyperevm"
4
+ category = "dex"
5
+ interface = "curve_stableswap"
6
+ chain = "hyperevm"
7
+ native = false
8
+ verified = true
9
+ reward_strategy = "lp_fee_only"
10
+ description = "Curve Finance on HyperEVM (StableswapNG + TwoCryptoNG). 38 stable pools + 1 tricrypto pool deployed (verified 2026-04-29). Source: curvefi/curve-core deployments/prod/hyperliquid.yaml. Best for stable LP — low slippage, capital-efficient."
11
+
12
+ [protocol.contracts]
13
+ router = "0xd2002373543Ce3527023C75e7518C274A51ce712"
14
+ stableswap_factory = "0x604388Bb1159AFd21eB5191cE22b4DeCdEE2Ae22"
15
+ tricrypto_factory = "0x5702BDB1Ec244704E3cBBaAE11a0275aE5b07499"
16
+ address_provider = "0x1764ee18e8B3ccA4787249Ceb249356192594585"
17
+ metaregistry = "0x5eeE3091f747E60a045a2E715a4c71e600e31F6E"
18
+ stableswap_implementation = "0xa7Ba18EeFcD9513230987eC2faB6711AF5AbD9c2"
19
+ tricrypto_implementation = "0x635742dCC8313DCf8c904206037d962c042EAfBd"
20
+ math = "0x686bdb3D24Bc6F3ED89ed3d3B659765c54aC78B4"
21
+ views = "0xe61Fb97Ef6eBFBa12B36Ffd7be785c1F5A2DE66b"
@@ -0,0 +1,14 @@
1
+ [protocol]
2
+ name = "FstSwap"
3
+ slug = "fstswap-bnb"
4
+ category = "dex"
5
+ interface = "uniswap_v2"
6
+ chain = "bnb"
7
+ native = false
8
+ verified = true
9
+ reward_strategy = "none"
10
+ description = "FstSwap V2 on BNB Chain. On-chain verified 2026-04-03."
11
+
12
+ [protocol.contracts]
13
+ router = "0xb3ca4d73b1e0ea2c53b42173388cc01e1c226f40"
14
+ factory = "0x9A272d734c5a0d7d84E0a892e891a553e8066dce"
@@ -5,7 +5,9 @@ category = "dex"
5
5
  interface = "hybra"
6
6
  chain = "hyperevm"
7
7
  native = true
8
- description = "Hybra V4 CL DEX with ve(3,3) gauge emissions on HyperEVM"
8
+ verified = true
9
+ reward_strategy = "on_chain_gauge_tokenid"
10
+ description = "Hybra V4 CL DEX with ve(3,3) gauge emissions on HyperEVM. gauge.earned(tokenId) single-arg variant."
9
11
 
10
12
  [protocol.contracts]
11
13
  # V4 CL
@@ -0,0 +1,15 @@
1
+ [protocol]
2
+ name = "HyperSwap V3"
3
+ slug = "hyperswap-v3"
4
+ category = "dex"
5
+ interface = "uniswap_v3"
6
+ chain = "hyperevm"
7
+ native = true
8
+ verified = true
9
+ reward_strategy = "lp_fee_only"
10
+ description = "First native DEX on HyperEVM — Uniswap V3 fork. NPM↔factory cross-verified on-chain 2026-04-28; WETH9 = WHYPE (0x5555...5555). Quoter address pending."
11
+
12
+ [protocol.contracts]
13
+ router = "0x4E2960a8cd19B467b82d26D83fAcb0fAE26b094D"
14
+ factory = "0xB1c0fa0B789320044A6F623cFe5eBda9562602E3"
15
+ position_manager = "0x6eDA206207c09e5428F281761DdC0D300851fBC8"
@@ -5,7 +5,10 @@ category = "dex"
5
5
  interface = "algebra_v3"
6
6
  chain = "hyperevm"
7
7
  native = true
8
- description = "Algebra V3 ve(3,3) DEX on HyperEVM ($1.3M TVL)"
8
+ verified = true
9
+ native_input_style = "algebra-native"
10
+ reward_strategy = "on_chain_farming_center"
11
+ description = "Algebra V3 ve(3,3) DEX on HyperEVM ($1.3M TVL). Eternal farming verified 2026-04-03 (gauge-verification.md)."
9
12
 
10
13
  [protocol.contracts]
11
14
  router = "0x4e73E421480a7E0C24fB3c11019254edE194f736"
@@ -14,6 +14,7 @@ lb_router = "0x013e138EF6008ae5FDFDE29700e3f2Bc61d21E3a"
14
14
  lb_factory = "0xa6630671775c4EA2743840F9A5016dCf2A104054"
15
15
  lb_quoter = "0x501b8AFd35df20f531fF45F6f695793AC3316c85"
16
16
  masterchef = "0xA756f7D419e1A5cbd656A438443011a7dE1955b5"
17
+ masterchef_v2 = "0xA756f7D419e1A5cbd656A438443011a7dE1955b5"
17
18
  # Common intermediary tokens for LB multi-hop routing
18
19
  lb_mid_wmnt = "0x78c1b0C915c4FAA5FffA6CAbf0219DA63d7f4cb8"
19
20
  lb_mid_usdc = "0x09Bc4E0D864854c6aFB6eB9A9cdF58aC190D0dF9"
@@ -5,7 +5,9 @@ category = "dex"
5
5
  interface = "algebra_v3"
6
6
  chain = "hyperevm"
7
7
  native = true
8
- description = "Algebra V3 ve(3,3) MetaDEX on HyperEVM ($4M TVL)"
8
+ is_active = false # ve(3,3) gauges return rewardRate=0; emissions tracked off-chain via blaze.nest.aegas.it
9
+ reward_strategy = "off_chain_api"
10
+ description = "Algebra V3 ve(3,3) MetaDEX on HyperEVM ($4M TVL). Rewards via NestOffChainAdapter (usenest.xyz/api/blaze)."
9
11
 
10
12
  [protocol.contracts]
11
13
  # DEX
@@ -0,0 +1,14 @@
1
+ [protocol]
2
+ name = "PancakeSwap V2"
3
+ slug = "pancakeswap-v2-bnb"
4
+ category = "dex"
5
+ interface = "uniswap_v2"
6
+ chain = "bnb"
7
+ native = true
8
+ verified = true
9
+ reward_strategy = "none"
10
+ description = "PancakeSwap V2 — largest DEX on BNB Chain."
11
+
12
+ [protocol.contracts]
13
+ router = "0x10ED43C718714eb63d5aA57B78B54704E256024E"
14
+ factory = "0xcA143Ce32Fe78f1f7019d7d551a6402fC5350c73"
@@ -0,0 +1,15 @@
1
+ [protocol]
2
+ name = "PancakeSwap V3 BNB"
3
+ slug = "pancakeswap-v3-bnb"
4
+ category = "dex"
5
+ interface = "uniswap_v3"
6
+ chain = "bnb"
7
+ native = false
8
+ description = "PancakeSwap V3 on BNB Chain — CAKE emissions via MasterChef V3"
9
+
10
+ [protocol.contracts]
11
+ router = "0x13f4EA83D0bd40E75C8222255bc855a974568Dd4"
12
+ factory = "0x0BFbCF9fa4f9C56B0F40a671Ad40E0805A091865"
13
+ quoter = "0xB048Bbc1Ee6b733FFfCFb9e9CeF7375518e25997"
14
+ position_manager = "0x46A15B0b27311cedF172AB29E4f4766fbE7F4364"
15
+ masterchef = "0x556B9306565093C855AEA9AE92A594704c2Cd59e"
@@ -2,10 +2,12 @@
2
2
  name = "Project X"
3
3
  slug = "project-x"
4
4
  category = "dex"
5
- interface = "uniswap_v4"
5
+ interface = "uniswap_v3"
6
6
  chain = "hyperevm"
7
7
  native = true
8
- description = "Uniswap V3 fork on HyperEVM ($44M TVL)"
8
+ verified = true
9
+ reward_strategy = "lp_fee_only"
10
+ description = "Uniswap V3 fork on HyperEVM ($44M TVL). factory.owner valid + NPM.factory ↔ factory + NPM.WETH9 = WHYPE verified 2026-04-29. No gauge/farming — LP collects trading fees via NPM.collect()."
9
11
 
10
12
  [protocol.contracts]
11
13
  router = "0x1EbDFC75FfE3ba3de61E7138a3E8706aC841Af9B"
@@ -3,9 +3,13 @@ name = "Ramses CL"
3
3
  slug = "ramses-cl"
4
4
  category = "dex"
5
5
  interface = "uniswap_v3"
6
+ cl_style = "ramses"
6
7
  chain = "hyperevm"
7
8
  native = false
8
- description = "Ramses V3 concentrated liquidity (x(3,3) model) on HyperEVM ($2.8M TVL)"
9
+ verified = true
10
+ reward_strategy = "auto_stake"
11
+ reward_tokens = ["xRAM", "WHYPE"]
12
+ description = "Ramses V3 concentrated liquidity (x(3,3) model) on HyperEVM ($2.8M TVL). factory bytecode + NPM.WETH9 = WHYPE + WHYPE/USDT0 pool slot0 active verified 2026-04-29. NPM.factory()/voter.length() revert by design (uses pool_deployer + gaugeForPool, non-standard but documented x(3,3) interface). 'Auto-stake' = no separate deposit; rewards via gauge.getReward(account, tokens[])."
9
13
 
10
14
  [protocol.contracts]
11
15
  # V3 CL AMM
@@ -22,14 +26,17 @@ gauge_factory = "0xE17988013E15d29B655634Da0056ba27BA4D3E27"
22
26
  fee_distributor_factory = "0xE7E05591362a74D3746F828941ec833e102a6E90"
23
27
  vote_module = "0x6736102621f7c0dbB0E2989e3ad7A8793e71930b"
24
28
 
25
- # CL gauged pools
29
+ # CL gauged pools — gauge addresses verified via voter.gaugeForPool() 2026-04-29.
30
+ # All 5 prior config gauges were STALE (off by 4-8 bytes); corrected below.
31
+ # Runtime callers SHOULD prefer voter.gaugeForPool(pool) for fresh lookups since gauges
32
+ # can be replaced by Ramses governance.
26
33
  [[protocol.pools]]
27
34
  name = "WHYPE/USDT0"
28
35
  address = "0xeE02e3A3034e9EF3bD569B140bc9911fcf1Ba067"
29
36
  token0 = "WHYPE"
30
37
  token1 = "USDT0"
31
38
  tick_spacing = 10
32
- gauge = "0x46e8936e83d6f3a3078D49F8C47b6EE0d078078c"
39
+ gauge = "0x46e851d8264fE6951209d52ED7C86eE27142078c"
33
40
 
34
41
  [[protocol.pools]]
35
42
  name = "USDC/USDT0"
@@ -37,7 +44,7 @@ address = "0x46abBdfC675ffa9dDf032c64FEE363745204E63e"
37
44
  token0 = "USDC"
38
45
  token1 = "USDT0"
39
46
  tick_spacing = 1
40
- gauge = "0xF2A1DE75c65ad0f590E1F18d5D8E3Cc65e7ed836"
47
+ gauge = "0xF2A1Df5DEB6B1555484Fe3D8603E6a781E98f836"
41
48
 
42
49
  [[protocol.pools]]
43
50
  name = "WHYPE/RAM"
@@ -45,7 +52,7 @@ address = "0x1Bd9646f3dd9008338323C3C310F63f15077Fa58"
45
52
  token0 = "WHYPE"
46
53
  token1 = "RAM"
47
54
  tick_spacing = 50
48
- gauge = "0xa00B42702fC1cF24A8cd96F0Af21AeFB543E5405"
55
+ gauge = "0xa00B2B626D4b01A94aab548b5681936705755405"
49
56
 
50
57
  [[protocol.pools]]
51
58
  name = "WHYPE/UBTC"
@@ -53,7 +60,7 @@ address = "0x8326507ed1195b00Ee36B585c8f085A279DF96A1"
53
60
  token0 = "WHYPE"
54
61
  token1 = "UBTC"
55
62
  tick_spacing = 100
56
- gauge = "0x9072ee98D4481Cfe48f8F3D51B4b4bfef8d0d130"
63
+ gauge = "0x9072003a843ee5BDad28D2e1606cf7c4B02Cd130"
57
64
 
58
65
  [[protocol.pools]]
59
66
  name = "USDH/USDC"
@@ -61,7 +68,7 @@ address = "0x04183b7F588Fa69D4C6aE17a54C93fe953AFd032"
61
68
  token0 = "USDH"
62
69
  token1 = "USDC"
63
70
  tick_spacing = 1
64
- gauge = "0x5ed429050D97c9E12f71Aee8F8bB3E2A5e67bB77"
71
+ gauge = "0x5ed45f5E8635f46cd0EB4F8FC56c019EE45BbB77"
65
72
 
66
73
  # CL pools (no gauge)
67
74
  [[protocol.pools]]
@@ -5,7 +5,10 @@ category = "dex"
5
5
  interface = "solidly_v2"
6
6
  chain = "hyperevm"
7
7
  native = true
8
- description = "Ramses V2 AMM (x(3,3) model) on HyperEVM ($2.6M TVL)"
8
+ verified = true
9
+ reward_strategy = "auto_stake"
10
+ reward_tokens = ["RAM", "WHYPE"]
11
+ description = "Ramses V2 AMM (x(3,3) model) on HyperEVM. 'auto_stake' is misleading — router.addLiquidity does NOT auto-deposit; caller must invoke gauge.deposit(amount). WHYPE/RAM gauge rewards RAM (0x555570...), not xRAM (0xAE6D5F... isReward=false). Claim via gauge.getReward(account, [RAM, WHYPE])."
9
12
 
10
13
  [protocol.contracts]
11
14
  # V2 AMM
@@ -32,19 +35,8 @@ token0 = "WHYPE"
32
35
  token1 = "RAM"
33
36
  gauge = "0x92fBD7B15dA58e03F6E3D1d7026c6c69cbD2E637"
34
37
 
35
- [[protocol.pools]]
36
- name = "hyperRAM/USDC"
37
- address = "0x5F5E466665397BD71F9bA595cE83E06593E51584"
38
- token0 = "hyperRAM"
39
- token1 = "USDC"
40
- gauge = "0x005e24c9029392f9496701749530c0F374Ca67FC"
41
-
42
- [[protocol.pools]]
43
- name = "sUSDe/hyperRAM"
44
- address = "0x0F71c99ba20AECEE5b5D3bcCb3A6871cE90eCD0a"
45
- token0 = "sUSDe"
46
- token1 = "hyperRAM"
47
- gauge = "0xd4c7120C644cf23A8EBcFEc0FA320b88BF8c8B03"
38
+ # Pools using hyperRAM removed: hyperRAM contract (0xAAAE8378...) has NO BYTECODE
39
+ # (verified 2026-04-29 via Ramses x(3,3) investigation). Re-add when token contract is republished.
48
40
 
49
41
  [[protocol.pools]]
50
42
  name = "USDC/WS"
@@ -0,0 +1,14 @@
1
+ [protocol]
2
+ name = "Thena Fusion"
3
+ slug = "thena-fusion"
4
+ category = "dex"
5
+ interface = "algebra_v3"
6
+ chain = "bnb"
7
+ native = true
8
+ description = "Thena Fusion (Algebra V3) on BNB ($2M TVL) [gauge: no pools registered via voter as of 2026-04-03]"
9
+ [protocol.contracts]
10
+ router = "0x327Dd3208f0bCF590A66110aCB6e5e6941A4EfA0"
11
+ factory = "0x306F06C147f064A010530292A1EB6737c3e378e4"
12
+ quoter = "0xeA68020D6A9532EeC42D4dB0f92B83580c39b2cA"
13
+ voter = "0xb594c0337580Bd06AFf6aB50973A7eF228616cbD"
14
+ ve_token = "0xd9693EfEbD93133e1cd406d6d516F2d610ADae7c"
@@ -0,0 +1,13 @@
1
+ [protocol]
2
+ name = "Thena V1"
3
+ slug = "thena-v1"
4
+ category = "dex"
5
+ interface = "solidly_v2"
6
+ chain = "bnb"
7
+ native = true
8
+ description = "Thena V1 (Solidly) on BNB ($2M TVL) [gauge emissions inactive: rewardRate=0 for all reward tokens as of 2026-04-03]"
9
+ [protocol.contracts]
10
+ router = "0x20a304a7d126758dfe6B243D0fc515F83bCA8431"
11
+ factory = "0xAFD89d21BdB66d00817d4153E055830B1c2B3970"
12
+ voter = "0xb594c0337580Bd06AFf6aB50973A7eF228616cbD"
13
+ ve_token = "0xd9693EfEbD93133e1cd406d6d516F2d610ADae7c"
@@ -0,0 +1,14 @@
1
+ [protocol]
2
+ name = "Trader Joe Monad"
3
+ slug = "traderjoe-monad"
4
+ category = "dex"
5
+ interface = "uniswap_v2"
6
+ chain = "monad"
7
+ native = false
8
+ description = "Trader Joe (LFJ) V1/V2.2 DEX on Monad — multi-chain DEX with Liquidity Book"
9
+
10
+ [protocol.contracts]
11
+ router = "0x4faCe5b0EF2757Ceb9151D14C036A1135931C70E"
12
+ factory = "0xe32D45C2B1c17a0fE0De76f1ebFA7c44B7810034"
13
+ lb_router = "0x18556DA13313f3532c54711497A8FedAC273220E"
14
+ lb_factory = "0xb43120c4745967fa9b93E79C149E66B0f2D6Fe0c"
@@ -0,0 +1,12 @@
1
+ [protocol]
2
+ name = "Uniswap V2 Monad"
3
+ slug = "uniswap-v2-monad"
4
+ category = "dex"
5
+ interface = "uniswap_v2"
6
+ chain = "monad"
7
+ native = false
8
+ description = "Uniswap V2 on Monad"
9
+
10
+ [protocol.contracts]
11
+ router = "0x4B2ab38DBF28D31D467aA8993f6c2585981D6804"
12
+ factory = "0x182a927119D56008d921126764bF884221b10f59"
@@ -0,0 +1,14 @@
1
+ [protocol]
2
+ name = "Uniswap V3 Base"
3
+ slug = "uniswap-v3-base"
4
+ category = "dex"
5
+ interface = "uniswap_v3"
6
+ chain = "base"
7
+ native = false
8
+ description = "Uniswap V3 on Base"
9
+
10
+ [protocol.contracts]
11
+ router = "0x2626664c2603336E57B271c5C0b26F421741e481"
12
+ factory = "0x33128a8fC17869897dcE68Ed026d694621f6FDfD"
13
+ quoter = "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a"
14
+ position_manager = "0x03a520b32C04BF3bEEf7BEb72E919cf822Ed34f1"
@@ -0,0 +1,13 @@
1
+ [protocol]
2
+ name = "Uniswap V3 BNB"
3
+ slug = "uniswap-v3-bnb"
4
+ category = "dex"
5
+ interface = "uniswap_v3"
6
+ chain = "bnb"
7
+ native = false
8
+ description = "Uniswap V3 on BNB Chain ($100M TVL)"
9
+
10
+ [protocol.contracts]
11
+ router = "0xB971eF87ede563556b2ED4b1C0b0019111Dd85d2"
12
+ factory = "0xdB1d10011AD0Ff90774D0C6Bb92e5C5c8b4461F7"
13
+ quoter = "0x78D78E420Da98ad378D7799bE8f4AF69033EB077"
@@ -0,0 +1,14 @@
1
+ [protocol]
2
+ name = "Uniswap V3 Monad"
3
+ slug = "uniswap-v3-monad"
4
+ category = "dex"
5
+ interface = "uniswap_v3"
6
+ chain = "monad"
7
+ native = false
8
+ description = "Uniswap V3 on Monad — concentrated liquidity DEX leveraging Monad's high-performance EVM"
9
+
10
+ [protocol.contracts]
11
+ router = "0xfE31F71C1b106EAc32F1A19239c9a9A72ddfb900"
12
+ factory = "0x204FAca1764B154221e35c0d20aBb3c525710498"
13
+ quoter = "0x661E93cca42AfacB172121EF892830cA3b70F08d"
14
+ position_manager = "0x7197E214c0b767cFB76Fb734ab638E2c192F4E53"
@@ -0,0 +1,7 @@
1
+ {
2
+ "tool_name": "Bash",
3
+ "tool_input_preview": "{\"command\":\"rsync -av /Users/hik/Documents/GitHub/defi-cli/config/protocols/ /Users/hik/Documents/GitHub/defi-cli/ts/config/protocols/ 2>&1 | tail -2 && pnpm build 2>&1 | grep \\\"Done\\\" && echo \\\"=== C...",
4
+ "error": "Exit code 1\nsent 12819 bytes received 92 bytes 985572 bytes/sec\ntotal size is 83034 speedup is 6.43",
5
+ "timestamp": "2026-03-21T09:20:25.337Z",
6
+ "retry_count": 1
7
+ }
@@ -0,0 +1,14 @@
1
+ [protocol]
2
+ name = "Aave V3 Base"
3
+ slug = "aave-v3-base"
4
+ category = "lending"
5
+ interface = "aave_v3"
6
+ chain = "base"
7
+ native = false
8
+ description = "Aave V3 on Base"
9
+
10
+ [protocol.contracts]
11
+ pool = "0xA238Dd80C259a72e81d7e4664a9801593F98d1c5"
12
+ pool_addresses_provider = "0xe20fCBdBfFC4Dd138cE8b2E6FBb6CB49777ad64D"
13
+ oracle = "0x2Cc0Fc26eD4563A5ce5e8bdcfe1A2878676Ae156"
14
+ pool_data_provider = "0x2d8A3C5677189723C4cB8873CfC9C8976FDF38Ac"
@@ -0,0 +1,14 @@
1
+ [protocol]
2
+ name = "Aave V3 BNB"
3
+ slug = "aave-v3-bnb"
4
+ category = "lending"
5
+ interface = "aave_v3"
6
+ chain = "bnb"
7
+ native = false
8
+ description = "Aave V3 on BNB Chain"
9
+
10
+ [protocol.contracts]
11
+ pool = "0x6807dc923806fE8Fd134338EABCA509979a7e0cB"
12
+ pool_addresses_provider = "0xff75B6da14FfbbfD355Daf7a2731456b3562Ba6D"
13
+ oracle = "0x39bc1bfDa2130d6Bb6DBEfd366939b4c7aa7C697"
14
+ pool_data_provider = "0xc90Df74A7c16245c5F5C5870327Ceb38Fe5d5328"
@@ -0,0 +1,14 @@
1
+ [protocol]
2
+ name = "Compound V3 Base"
3
+ slug = "compound-v3-base"
4
+ category = "lending"
5
+ interface = "compound_v3"
6
+ chain = "base"
7
+ native = false
8
+ verified = true
9
+ reward_strategy = "none"
10
+ description = "Compound V3 (Comet) on Base — USDC and WETH markets. On-chain verified 2026-04-03."
11
+
12
+ [protocol.contracts]
13
+ comet_usdc = "0xb125E6687d4313864e53df431d5425969c15Eb2F"
14
+ comet_weth = "0x46e6b214b524310239732D51387075E0e70970bf"
@@ -5,7 +5,8 @@ category = "lending"
5
5
  interface = "morpho_blue"
6
6
  chain = "hyperevm"
7
7
  native = false
8
- description = "Felix Morpho Blue fork — MetaMorpho ERC-4626 lending vaults, TVL $103M"
8
+ verified = true
9
+ description = "Felix Morpho Blue fork — MetaMorpho ERC-4626 lending vaults. 7 MetaMorpho vaults all responding to totalAssets(), morpho.owner verified 2026-04-29."
9
10
 
10
11
  [protocol.contracts]
11
12
  morpho_blue = "0x68e37dE8d93d3496ae143F2E900490f6280C57cD"
@@ -5,7 +5,8 @@ category = "lending"
5
5
  interface = "aave_v3"
6
6
  chain = "hyperevm"
7
7
  native = true
8
- description = "Aave V3 fork — largest native lending on HyperEVM"
8
+ verified = true
9
+ description = "Aave V3 fork — largest native lending on HyperEVM. 17 reserves listed, provider.getPool ↔ pool verified 2026-04-29."
9
10
 
10
11
  [protocol.contracts]
11
12
  pool = "0x00A89d7a5A02160f20150EbEA7a2b5E4879A1A8b"
@@ -5,7 +5,8 @@ category = "lending"
5
5
  interface = "aave_v3"
6
6
  chain = "hyperevm"
7
7
  native = true
8
- description = "HypurrFi Pooled — Aave V3 fork on HyperEVM"
8
+ verified = true
9
+ description = "HypurrFi Pooled — Aave V3 fork on HyperEVM. 19 reserves listed, provider.getPool ↔ pool verified 2026-04-29."
9
10
 
10
11
  [protocol.contracts]
11
12
  pool = "0xceCcE0EB9DD2Ef7996e01e25DD70e461F918A14b"
@@ -0,0 +1,15 @@
1
+ [protocol]
2
+ name = "Kinza Finance"
3
+ slug = "kinza-bnb"
4
+ category = "lending"
5
+ interface = "aave_v3"
6
+ chain = "bnb"
7
+ native = false
8
+ verified = true
9
+ reward_strategy = "none"
10
+ description = "Kinza Finance — Aave V3 fork on BNB. On-chain verified 2026-04-03."
11
+
12
+ [protocol.contracts]
13
+ pool = "0xcb0620b181140e57d1c0d8b724cde623ca963c8c"
14
+ pool_addresses_provider = "0xCa20a50ea454Bd9F37a895182ff3309F251Fd7cE"
15
+ oracle = "0xec203E7676C45455BF8cb43D28F9556F014Ab461"