atv

AI-native access to aarna's tokenized yield vaults on Ethereum and Base.

Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only

What it can do

  • List Vaults: List all available ATV vaults. Returns vault metadata including address, chain, withdraw type, contract type, and supported deposit tokens with balances.
  • Get Vault: Get metadata for a specific ATV vault by its contract address.
  • Get Vault Nav: Get the current Net Asset Value (NAV) of an ATV vault in USD.

What data it sees

Do you need an account

An API key from the service settings is required

AI-native access to aarna's tokenized yield vaults on Ethereum and Base. 20 tools for vault discovery, performance metrics, transaction building, and portfolio tracking.

Server tool list (19)

Raw names from tools/list. Only developers need these.

list_vaultsList all available ATV vaults. Returns vault metadata including address, chain, withdraw type, contract type, and supported deposit tokens with balances.
get_vaultGet metadata for a specific ATV vault by its contract address.
get_vault_navGet the current Net Asset Value (NAV) of an ATV vault in USD.
get_vault_tvlGet the current Total Value Locked (TVL) of an ATV vault in USD.
get_vault_apyGet the current APY breakdown (base + reward + total) for an ATV vault.
build_deposit_txBuild the transaction steps required to deposit tokens into an ATV vault. Returns an ordered array of transactions (approve then deposit) that must be sent in order.
build_withdraw_txBuild the transaction steps required to withdraw vault shares from an ATV vault and receive an output token.
get_deposit_statusCheck whether deposits are currently paused on an ATV vault. Use this before building a deposit transaction to avoid sending a doomed tx.
get_withdraw_statusCheck whether withdrawals are currently paused on an ATV vault. Use this before building a withdraw transaction.
get_queue_withdraw_statusCheck whether queued (delayed) withdrawals are currently paused on an ATV vault.
build_stake_txBuild the transaction steps to stake vault tokens into a timelock contract for boosted rewards. Returns an approve step (if needed) and a stake step.
build_unstake_txBuild the transaction step to unstake vault tokens from a timelock contract.
build_queue_withdraw_txBuild the transaction step to initiate a queued (delayed) withdrawal from an ATV vault. The withdrawal is not instant — it must be redeemed later once processed.
build_unqueue_withdraw_txBuild the transaction step to cancel a pending queued withdrawal request from an ATV vault.
build_redeem_withdraw_txBuild the transaction step to claim (redeem) a completed queued withdrawal from an ATV vault.
get_vault_balanceGet the underlying token breakdown and balance data for an ATV vault from the Aarna engine database.
get_historical_navGet historical NAV (Net Asset Value) data points for an ATV vault over a specified number of days. Useful for charting price trends.
get_total_tvlGet the total TVL (Total Value Locked) across all ATV vaults, or for a specific vault, from the Aarna engine database.
get_user_investmentsGet a user's investment portfolio and position data across ATV vaults. Optionally filter to a specific vault.