Yield Aggregators

Provides connectivity across the various Yield Aggregator protocols.

Following are the common functions implemented for all the Yield Aggregator protocols:-

NameTypeDescription

getbalance

Read

Get balance of the user in a given Vault or Pool (harvest finance).

getvaults

Read

Get the number of the vaults along with the respective vault APY.

depositvault

Write

Trigger the deposit transaction for the given vault.

depositpool

Write

Trigger the deposit transaction for the given pool.

withdrawvault

Write

Trigger the withdraw transaction for the given vault.

withdrawpool

Write

Trigger the withdraw transaction for the given pool.

Last updated