From 5fb05570552fde4d16c73ffd9f7d382b0b9ec287 Mon Sep 17 00:00:00 2001 From: Juan Gomez Date: Sat, 13 Jun 2026 20:09:42 -0400 Subject: [PATCH] =?UTF-8?q?docs(plugins):=20add=20hak-uniswap-plugin=20v0.?= =?UTF-8?q?1.0=20=E2=80=94=20first=20Uniswap=20plugin=20for=20the=20Hedera?= =?UTF-8?q?=20Agent=20Kit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- docs/PLUGINS.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/PLUGINS.md b/docs/PLUGINS.md index 248c3641..6ae6782c 100644 --- a/docs/PLUGINS.md +++ b/docs/PLUGINS.md @@ -65,6 +65,15 @@ See this list of available third party plugins for the Hedera Agent Kit in the [ Status: Validated by HAK team, v4-compatible release +- [Uniswap Plugin](https://www.npmjs.com/package/hak-uniswap-plugin) is the first Uniswap plugin for the Hedera Agent Kit, letting a Hedera agent swap tokens through Uniswap permissionless liquidity on EVM chains (Ethereum, Unichain, Base, …). It exposes the action (`uniswap_swap`) with a quote → dynamic ERC-20 allowance → execute flow for cross-asset settlement and treasury rebalancing, plus an optional Ledger Clear-Sign gate for above-threshold swaps: + + NPM: https://www.npmjs.com/package/hak-uniswap-plugin + + Github repository: https://github.com/jmgomezl/hak-uniswap-plugin + + Version: hak-uniswap-plugin@0.1.0 + + - [CoinCap Plugin](https://www.npmjs.com/package/coincap-hedera-plugin) provides access to the [**CoinCap API service**](https://www.coincap.io) to access cryptocurrency market data. It exposes the action (`get HBAR price in USD`) to get the current price of HBAR in USD currency, by using it you can ask your agent to get your current HBAR balance expressed in USD. NPM: https://www.npmjs.com/package/coincap-hedera-plugin