For the complete documentation index, see llms.txt. This page is also available as Markdown.

Vault

Provides details about a specific vault in the system.

Table of contents

Properties

Properties

address

address: `0x${string}`

The address of the vault.


name

name: string

A human-readable string identifier for the vault.


description

description: string

A description of the vault.


logoUrl

logoUrl: string

The URL of the vault's logo, which can be displayed in the UI.


tvl

tvl: string

The total value of assets locked in the vault, denominated in wei.


apy

apy: number

The average annual yield percentage for the vault, based on historical data.

Last updated

Was this helpful?