feat: add ATV (Aarna Tokenized Vault) action provider#1022
Open
sai-aarna wants to merge 2 commits intocoinbase:mainfrom
Open
feat: add ATV (Aarna Tokenized Vault) action provider#1022sai-aarna wants to merge 2 commits intocoinbase:mainfrom
sai-aarna wants to merge 2 commits intocoinbase:mainfrom
Conversation
🟡 Heimdall Review Status
|
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.
Description
Add ATV (Aarna Tokenized Vault) action provider for interacting with Aarna's DeFi yield vaults on Ethereum and Base.
This provider enables agents to:
The provider connects to Aarna's hosted API (https://atv-api.aarna.ai) via API key authentication and requires no on-chain wallet interaction for read operations.
npm: https://www.npmjs.com/package/@aarna-ai/mcp-server-atv
GitHub: https://github.com/aarna-ai/atv-sdk
Tests
Chatbot: typescript/examples/langchain-cdp-chatbot/chatbot.ts
Network: Ethereum Mainnet (read-only)
Setup: ATV_API_KEY set in environment
Prompt: list all available ATV vaults
The following ATV vaults are available:
Prompt: what is the current NAV for the USDC vault on Ethereum?
The current NAV price for ATV PTmax USDC on Ethereum is $1.0234
Prompt: build a deposit transaction for 1000 USDC into the Ethereum vault for wallet 0xABC...123
Built deposit transaction:
Send these transactions in order to complete the deposit.
Checklist
🤖 Generated with Claude Code