Type: RWA Yield Vaults | Docs: multipli.fi
Overview
Multipli brings real-world asset yields on-chain through tokenized vault strategies on Monad. Depositors earn yield sourced from off-chain instruments such as treasuries, bonds, or private credit, bridged into a standard ERC-4626-compatible vault interface.Functions
getMultipliVault()
Returns current state of the Multipli RWA vault. ReturnsMultipliVault
| Field | Type | Description |
|---|---|---|
address | string | Vault proxy contract address |
asset | string | Underlying token address |
totalAssets | bigint | Total assets under management (raw) |
apy | number | Current APY as a decimal (e.g. 0.052) |
rwaType | string | Type of real-world asset backing (e.g. 'treasury') |
protocol | 'multipli' | Protocol identifier |
getMultipliTVL()
Returns total value locked in the Multipli vault in USD. Returnsnumber
Usage Example
Contract Addresses
| Contract | Address |
|---|---|
| VaultProxy | 0x8EdB8e82c7E8c4B67ceEB9b77d5A3Cf46B3b65Fa |