Skip to content

Alphix: add AlphixLVRFee hook pools, remove deprecated ETH/USDC pool#6289

Merged
bheluga merged 1 commit intoDefiLlama:masterfrom
yanisepfl:alphix-lvrfee-pools
Mar 29, 2026
Merged

Alphix: add AlphixLVRFee hook pools, remove deprecated ETH/USDC pool#6289
bheluga merged 1 commit intoDefiLlama:masterfrom
yanisepfl:alphix-lvrfee-pools

Conversation

@yanisepfl
Copy link
Copy Markdown
Contributor

@yanisepfl yanisepfl commented Mar 29, 2026

Hi! This PR updates the Alphix adapters with our new AlphixLVRFee hook deployment on Base:

  • Add 2 new pools on the AlphixLVRFee hook (0x7cBbfF9C4fcd74B221C535F4fB4B1Db04F1B9044):
    • ETH/USDC (pool 0xebb666...)
    • ETH/cbBTC (pool 0x386078...)
  • Remove deprecated ETH/USDC pool (0x71c069... on old hook 0x831c...) — nearly no volume remaining
  • The new hook is a pure dynamic fee hook (no lending/rehypothecation), so it only contributes swap fees and volume

Happy to adjust anything!

Test results (2026-03-29)

fees/alphix.ts:
base: Daily fees: 10.00 | Supply side: 8.00 | Protocol: 2.00
arbitrum: Daily fees: 3.00 | Supply side: 2.00 | Protocol: 1.00
Aggregate: Daily fees: 13.00

dexs/alphix.ts:
base: Daily volume: 16.87k
arbitrum: Daily volume: 58.69k
Aggregate: Daily volume: 75.56k

Summary by CodeRabbit

  • New Features
    • Added support for two new trading pairs on Base chain Alphix: ETH/USDC and ETH/cbBTC.
    • Updated pool configuration to reflect the new liquidity pools.

- Add ETH/USDC and ETH/cbBTC pools on new AlphixLVRFee hook (0x7cBbfF9C)
- Remove deprecated ETH/USDC pool (0x71c069... on hook 0x831c...)
- New hook is a pure dynamic fee hook (no lending/rehypothecation)
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 29, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: f32e6c0d-3061-4753-9d8b-b2071a379add

📥 Commits

Reviewing files that changed from the base of the PR and between 66759f9 and 6d3af9c.

📒 Files selected for processing (2)
  • dexs/alphix.ts
  • fees/alphix.ts

📝 Walkthrough

Walkthrough

Updated Base chain Alphix configuration by replacing existing pools with new ETH/USDC and ETH/cbBTC pools, adjusting hook addresses, and refining pool naming comments while preserving core token addresses.

Changes

Cohort / File(s) Summary
Alphix Base Configuration
dexs/alphix.ts, fees/alphix.ts
Replaced previous WETH and USDS pools with new ETH/USDC and ETH/cbBTC pools on Base chain. Adjusted Base hook address list by removing one hook entry and retaining another. Updated pool naming annotations for clarity.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Poem

A rabbit hops through pools so new,
ETH paired with USDC's view,
And cbBTC joins the pair,
Hooks revised with utmost care—
Base chain bounces, light and free! 🐰✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately and specifically summarizes the main changes: adding new AlphixLVRFee hook pools and removing a deprecated pool.
Description check ✅ Passed The PR description provides clear context about the changes, includes test results, and explains the technical rationale. It is not a new protocol listing, so the template sections do not apply.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@llamabutler
Copy link
Copy Markdown

The alphix.ts adapter exports:

> adapters@1.0.0 test
> ts-node --transpile-only cli/testAdapter.ts dexs alphix.ts

🦙 Running ALPHIX.TS adapter 🦙
---------------------------------------------------
Start Date:	Sat, 28 Mar 2026 12:44:52 GMT
End Date:	Sun, 29 Mar 2026 12:44:52 GMT
---------------------------------------------------

chain     | Daily volume | Start Time
---       | ---          | ---       
base      | 18.05 k      | 10/2/2026 
arbitrum  | 76.75 k      | 7/3/2026  
Aggregate | 94.80 k      |           

@llamabutler
Copy link
Copy Markdown

The alphix.ts adapter exports:

> adapters@1.0.0 test
> ts-node --transpile-only cli/testAdapter.ts fees alphix.ts

🦙 Running ALPHIX.TS adapter 🦙
---------------------------------------------------
Start Date:	Sat, 28 Mar 2026 12:45:51 GMT
End Date:	Sun, 29 Mar 2026 12:45:51 GMT
---------------------------------------------------

chain     | Daily fees | Daily user fees | Daily supply side revenue | Daily revenue | Daily protocol revenue | Start Time
---       | ---        | ---             | ---                       | ---           | ---                    | ---       
base      | 10.00      | 10.00           | 8.00                      | 2.00          | 2.00                   | 10/2/2026 
arbitrum  | 3.00       | 3.00            | 2.00                      | 1.00          | 1.00                   | 7/3/2026  
Aggregate | 13.00      | 13.00           | 10.00                     | 3.00          | 3.00                   |           

@bheluga bheluga merged commit 7ab885f into DefiLlama:master Mar 29, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants