Integration Guide

This guide outlines the process for integrating minting of mBGT into your protocol's $BGT flow.

Step 1: Call setOperator function

  • ABI: Available here

  • Parameters

    • Vault contract address: 0x488F847E277D6cC50EB349c493aa0875136cBFF1

Step 2: Call deposit function to claim $BGT to the vault contract

  • ABI: Available here

  • Parameters

    • Addresses of the reward vaults that you have approved for BGTM contract to be operator

    • Address of the recipient for mBGT

    • Address of the referrer (Can be set to the 0 address if not applicable)

  • You will see new mBGT being minted to your address

Last updated