Vault Token
Overview
Core Features
Token Configuration
Token Info Structure
struct TokenInfo {
uint8 decimals; // Decimals of the underlying token
uint256 depositFee; // Fee in basis points (e.g., 50 = 0.5%)
uint256 withdrawalFee; // Fee in basis points
uint256 maxDeposit; // Maximum allowable deposit
bool isSupported; // Whether the token is supported
}Core Operations
Security Features
Use Cases
Configuration Methods
Last updated