Aave V3 StataToken

Wrap Aave V3 aTokens into ERC-4626 compliant static vaults with StataTokenFactory deployment and price-feed integration.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/cyotee/aave-v3-skill --skill aave-v3-statatoken
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Aave V3 StataToken
Source: https://github.com/cyotee/aave-v3-skill/tree/main/.opencode/skills/aave-v3-stata-token
Command: npx skills add https://github.com/cyotee/aave-v3-skill --skill aave-v3-statatoken

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

StataToken provides a static, ERC-4626 compliant wrapper for Aave V3 aTokens to align dynamic yields with a stable accounting interface for downstream protocols and tooling.

Core Features & Use Cases

  • ERC-4626 compatibility for aTokens enabling seamless integration with vaults and yield protocols
  • Liquidity-mining forwarding and accumulation through the StataToken architecture
  • Governance upgradeability and a permissionless deployment path via StataTokenFactory
  • Price feed integration (latestAnswer) to reflect real-time underlying value
  • Deployable for any aToken to create a static-yield vault representation

Quick Start

Deploy a StataToken wrapper for your aToken and start wrapping to obtain static shares that accrue value with the underlying.

Frequently Asked Questions about Aave V3 StataToken

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I wrap Aave V3 aTokens to get an ERC-4626 compliant vault interface?

To wrap Aave V3 aTokens with an ERC-4626 compliant interface, deploy a StataToken wrapper via StataTokenFactory. This creates static shares that accrue value from the underlying dynamic yield, providing a stable accounting interface for downstream protocols.

What is a StataToken used for in liquidity mining and yield vaults?

A StataToken provides a static ERC-4626 wrapper for Aave V3 aTokens, enabling liquidity-mining forwarding and accumulation. It standardizes dynamic yield into a compliant vault interface, allowing yield-bearing assets to integrate seamlessly with yield vaults and protocols.

Can I deploy an ERC-4626 wrapper for any Aave V3 aToken?

Yes, you can deploy a StataToken wrapper for any Aave V3 aToken. The StataTokenFactory provides a permissionless deployment path and governance upgradeability, allowing you to create a static-yield vault representation for any supported aToken.

How do StataTokens handle price feeds for real-time underlying value?

StataTokens integrate price feeds using the latestAnswer mechanism to reflect the real-time underlying value of the wrapped assets. This ensures the ERC-4626 compliant vault accurately represents the accrued value of the Aave V3 aTokens.

Why do I need an ERC-4626 wrapper for Aave aTokens?

You need an ERC-4626 wrapper to align Aave V3's dynamic yields with a stable accounting interface. This standardization is required by downstream yield protocols, vaults, and tooling that rely on ERC-4626 semantics to function correctly.

Does the Aave V3 StataToken support upgradeable governance?

Yes, the Aave V3 StataToken architecture supports upgradeable governance and a permissionless deployment path through StataTokenFactory. This ensures the wrapped ERC-4626 vaults can be managed and upgraded as protocol integrations evolve.