MoreMarkets
  • MOREMARKETS
    • Introduction
    • Global Liquidity Marketplace
    • What Problems Do MoreMarkets Solve?
    • Applications
    • User Flow
    • Chains
  • PROTOCOL CONCEPTS
    • Architecture
    • BoringVault
    • Manager
    • Tellers
      • ReceiptTeller
      • RouterTeller
    • Tokens
      • Principal Tokens
      • Receipt Tokens
      • Positional Tokens
    • NEAR Chain Signatures
    • Deposit and Withdrawals
    • Message Passing Systems
      • Wormhole
      • Omni Bridge
      • NFFL
  • DEVELOPERS
    • Contracts
    • API/SDK
  • RESOURCES
    • FAQs
    • Glossary
    • Privacy Policy
    • Terms of Service
    • Twitter
  • Discord
Powered by GitBook
On this page
  1. PROTOCOL CONCEPTS

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.

PreviousArchitectureNextManager

Last updated 1 month ago