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?