Tulip Protocol

Tulip Protocol is the first yield aggregation platform built on Solana with auto-compounding vault strategies.

tulip.txns

This table has similar schema as of Solana transactions table

tulip.vault

The table contains the parsed instructions data for Tulip V2 Vault. Data related to instruction type, executing account, account arguments, arguments, etc. is available here.

Some columns in the above table needs to be explained a bit for better understanding. Let's go into what each one of them contains.

input accounts

tulip.farming

The table contains the parsed instructions data for Tulip Farming. Data related to instruction type, executing account, account arguments, arguments, etc. is available here.

input accounts

args

depositArgs

harvestArgs

tulip.lending

The table contains the parsed instructions data for Tulip Lending. Data related to instruction type, executing account, account arguments, arguments, etc. is available here.

Some columns in the above table needs to be explained a bit for better understanding. Let's go into what each one of them contains.

input accounts

args

tulip.staking

The table contains the parsed instructions data for Tulip Staking. Data related to instruction type, executing account, account arguments, arguments, etc. is available here.

Some columns in the above table needs to be explained a bit for better understanding. Let's go into what each one of them contains.

input accounts

args

tulip.info

The table contains the info data for Tulip Lending. Data related to loan_to_value_ratio, liquidation_threshold, liquidity_supply_token_mint, collateral_token_mint, etc. is available here.

config

fees

Last updated