Core Docs
  • ๐Ÿ”ฎHome
  • nftperp
    • ๐Ÿ’จQuick Start
      • Prerequisities
      • First Trade
      • AMM Liquidity Provisioning
      • Order Types
    • ๐ŸŒŒWhat is nftperp?
      • Tokenomics
      • Mafia Nuts Collection
      • Contracts
    • ๐Ÿ’ฐProtocol Incentives
      • Maker Incentives
      • Referral Incentives
      • AMM Incentives
    • โ›“๏ธChain Incentives
      • ๐Ÿช™Blast Incentives
        • ๐Ÿฅ‡Blast Gold
        • ๐Ÿ’ฏBlast Points
    • ๐ŸงชProtocol Design
      • Matching Engine
      • Decentralized Limit Orderbook (DLOB)
      • AMM
        • Logic
        • Guide
      • Oracle
      • Insurance Fund
      • Funding Payments
      • Liquidations
      • Trigger Orders
      • Launchpad
      • Ordinals
      • Auto Deleveraging (ADL)
    • ๐Ÿ‘จโ€๐Ÿ’ปDevelopers
      • Getting Started
        • Liquidators
        • Trigger Keepers
        • Market Making
      • API
      • SDK
      • Data
    • ๐Ÿซ‚Community, Feedback & Support
      • FAQ
      • Feedback & Bug reports
      • Brand Assets
    • ๐Ÿ“œGlossary
    • ๐Ÿ”Audits
Powered by GitBook
On this page
  1. nftperp
  2. Developers
  3. Getting Started

Market Making

PreviousTrigger KeepersNextAPI

Last updated 1 year ago

On nftperp v2, market makers in the limit orderbook will receive 15 bps fees $VNFTP tokens and chain-specific incentives. A cheat sheet of smart contract functions relevant to starting market-making is located in our .

We recommend the example market-making as the go-to source to begin market-making. We also have a library called nftperp-trader that this repo uses, which is available in the . As we are rapidly iterating the protocol and the example market-making repo, we recommend you to use in the example repo instead of nftperp-trader as nftperp-trader might not always be up-to-date.

Market makers are also encouraged to explore our Liquidity Bootstrapping Initiative if they meet the outlined eligibility requirements.

๐Ÿ‘จโ€๐Ÿ’ป
API
repo
npm store
liveTrader.js