MEV Intelligence#174
Open
ValoremFoundation wants to merge 1 commit into
Open
Conversation
🟡 Heimdall Review Status
|
1dbdf20 to
09bd4a2
Compare
09bd4a2 to
dd138f6
Compare
|
Ran a no-payment external pass using Repro: npx --yes x402-surface-check@0.2.33 \
https://mev.advalorem.io/intelligence/openapi \
--limit 12 \
--origin https://mev.advalorem.io
curl -i -X OPTIONS 'https://mev.advalorem.io/intelligence/feed?limit=50' \
-H 'Origin: https://mev.advalorem.io' \
-H 'Access-Control-Request-Method: GET' \
-H 'Access-Control-Request-Headers: X-PAYMENT'What looks good:
Patch notes before merge:
I did not send payment headers, sign requests, or attempt paid calls. |
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.
This PR adds MEV Intelligence to the x402 ecosystem under Services/Endpoints.
What it is
A live, paid x402 service that exposes real-time MEV intelligence to AI agents and quant systems:
GET /intelligence/feed — $0.10 — risk-enriched MEV opportunity stream
GET /intelligence/searcher-leaderboard — $0.25 — landed-bundle searcher rankings
GET /intelligence/builder-recommendation — $0.25 — builder routing recommendations from telemetry
GET /intelligence/liquidation-waves — $0.50 — oracle deltas + borrower health-factor distribution
All endpoints accept USDC on Base via the exact scheme. Free preview mirrors are exposed at /preview/* for evaluation.
Why it's useful to the ecosystem
The service sits on top of a real Ethereum L1 + Base L2 liquidation infrastructure with sub-100ms seen→priced latency. It's an example of an x402-monetized intelligence layer that gives AI agents forward-looking signals (what's about to happen on-chain) rather than just historical data — useful as a reference for any agent system that wants to act before opportunities are consumed.
Compliance with category requirements (Services/Endpoints)
✅ Working mainnet integration (live on Base)
✅ API documentation: OpenAPI 3.1 at https://mev.advalorem.io/intelligence/openapi
✅ 100% uptime since deploy (PM2, 0 restarts)
✅ Discoverable via discoverable: true bazaar metadata on each route
Files added
typescript/site/app/ecosystem/partners-data/advalorem-mev-intelligence/metadata.json
typescript/site/public/logos/advalorem.png (1024×1024 placeholder; happy to swap for a final brand asset on request)
Live URL: https://mev.advalorem.io/intelligence/openapi