docs(plugins): add hak-uniswap-plugin v0.1.0 — first Uniswap plugin for the Hedera Agent Kit#921
Open
jmgomezl wants to merge 1 commit into
Open
docs(plugins): add hak-uniswap-plugin v0.1.0 — first Uniswap plugin for the Hedera Agent Kit#921jmgomezl wants to merge 1 commit into
jmgomezl wants to merge 1 commit into
Conversation
…or the Hedera Agent Kit Adds hak-uniswap-plugin to the third-party plugins list: a HAK agent can swap tokens through Uniswap permissionless liquidity on EVM chains (uniswap_swap; quote -> dynamic ERC-20 allowance -> execute), for cross-asset settlement and treasury rebalancing, with an optional Ledger Clear-Sign gate above a threshold. NPM: https://www.npmjs.com/package/hak-uniswap-plugin · Source: https://github.com/jmgomezl/hak-uniswap-plugin · validated with real on-chain swaps on Ethereum Sepolia. Signed-off-by: Juan Gomez <juanmag.lpez@gmail.com>
jmgomezl
added a commit
to jmgomezl/aivy-studio
that referenced
this pull request
Jun 14, 2026
Adds a Stack line and a section covering hak-uniswap-plugin — the first Uniswap plugin for the Hedera Agent Kit (built here, published to npm, PR'd upstream as hashgraph/hedera-agent-kit-js#921) — and how it powers Kickoff's cross-asset settlement leg. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Adds
hak-uniswap-pluginto the third-party plugins list indocs/PLUGINS.md.What it does: lets a Hedera Agent Kit agent swap tokens through Uniswap's permissionless liquidity on EVM chains — the first Uniswap plugin in the HAK ecosystem. One tool,
uniswap_swap: quote → dynamic ERC-20 allowance/approval → execute, with an optional Ledger Clear-Sign gate for above-threshold swaps. Enables cross-asset settlement and treasury rebalancing for Hedera agents.hak-uniswap-plugin@0.1.0Validated with real on-chain swaps (native ETH → USDC, Ethereum Sepolia):
0x69babe82…2ea5fc— SUCCESS, block 110490360xb1dc8201…ccbd9e— SUCCESS, block 11053763 — fired automatically as the cross-asset settlement leg of a live Kickoff.bot deal, recorded back on Hedera HCS-10.Docs-only change, following the existing third-party plugin entry format. Commit is DCO signed-off.