For the complete documentation index, see llms.txt. This page is also available as Markdown.

BoringVault

BoringVault is a smart vault that can:

  • Hold different assets

  • Store fungible tokens (ERC20, NEP141, SPL)

  • Receive ETH/SOL/NEAR/BTC

  • Issue shares. When users deposit assets, they get vault shares (like a receipt). Shares represent ownership of the assets in the vault. These shares are fungible tokens that can be transferred.

It is a barebone contract that interacts with other roles in the protocol.

Last updated