Skip to content

Commit 40aea91

Browse files
docs: add README entry and CHANGELOG for MevIntelligenceActionProvider
1 parent 9fc96e8 commit 40aea91

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

typescript/agentkit/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# AgentKit Changelog
22

3+
## Unreleased
4+
5+
### Minor Changes
6+
7+
- [#1257](https://github.com/coinbase/agentkit/pull/1257) Thanks [@ValoremFoundation](https://github.com/ValoremFoundation)! - Added `mevIntelligenceActionProvider` for real-time Ethereum liquidation intelligence. Provides four actions: `get_liquidation_waves`, `get_searcher_leaderboard`, `get_builder_recommendation`, and `get_mev_feed`. Free preview tier requires no API key; paid tier uses x402 micropayments (USDC on Base). Covers Aave V3, Spark, and Morpho Blue across L1 and L2.
8+
39
## 0.11.0
410

511
### Minor Changes

typescript/agentkit/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,27 @@ const agent = createAgent({
494494
</table>
495495
</details>
496496
<details>
497+
<summary><strong>MEV Intelligence</strong></summary>
498+
<table width="100%">
499+
<tr>
500+
<td width="200"><code>get_liquidation_waves</code></td>
501+
<td width="768">Fetches near-liquidation borrower positions ranked by health factor across Aave V3, Spark, and Morpho Blue. No API key required for preview tier.</td>
502+
</tr>
503+
<tr>
504+
<td width="200"><code>get_searcher_leaderboard</code></td>
505+
<td width="768">Returns top MEV searchers ranked by landed liquidation fires and land rate.</td>
506+
</tr>
507+
<tr>
508+
<td width="200"><code>get_builder_recommendation</code></td>
509+
<td width="768">Returns optimal block builder for bundle routing given current relay dynamics.</td>
510+
</tr>
511+
<tr>
512+
<td width="200"><code>get_mev_feed</code></td>
513+
<td width="768">Fetches an enriched stream of actionable MEV events. Paid tier uses x402 micropayments (USDC on Base).</td>
514+
</tr>
515+
</table>
516+
</details>
517+
<details>
497518
<summary><strong>Moonwell</strong></summary>
498519
<table width="100%">
499520
<tr>

0 commit comments

Comments
 (0)