> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superbots.finance/llms.txt
> Use this file to discover all available pages before exploring further.

# Monetum Pool: Liquidity Provision on BSC

> Deposit USDC into the Monetum Pool on BNB Smart Chain to earn USDC and MBXN rewards through UpBots SuperBots liquidity provision.

The Monetum Pool is a liquidity pool on BNB Smart Chain where you deposit USDC and earn rewards in both USDC and MBXN. You access it through the Monetum Pool page, which shows the Monetum Pool card and the SuperBots Pool card side by side. The pool contract address is verifiable on BscScan from the pool card.

The Monetum Pool page also includes a vaults view below the two pool cards, which lists additional vault products available on the platform.

## What you earn

The Monetum Pool pays out two separate reward streams, both visible on the pool card under the **Earned** row:

* **USDC rewards** — yield generated by the pool's strategy, paid in USDC
* **MBXN rewards** — additional MBXN token rewards distributed by the pool

You collect both reward streams with a single **Claim** transaction that calls `getReward()` on the Monetum Pool contract.

## How to deposit into the Monetum Pool

<Steps>
  <Step title="Connect your wallet">
    Click the wallet connect button in the header. Your wallet must be on BNB Smart Chain (chain ID 56) and hold USDC.
  </Step>

  <Step title="Navigate to the Monetum Pool page">
    Go to the Monetum Pool section of the app. The page shows both the Monetum Pool card and the SuperBots Pool card.
  </Step>

  <Step title="Approve USDC spending">
    If you have not yet approved the Monetum Pool contract to spend your USDC, the card displays only an **Approve** button. Click it and confirm in your wallet.
  </Step>

  <Step title="Open the stake modal">
    After approval, click **Stake**. The modal shows the amount input and your total available USDC balance.
  </Step>

  <Step title="Enter the deposit amount">
    Type the amount of USDC to deposit, or click **Max** to use your full balance.
  </Step>

  <Step title="Confirm the deposit">
    Click **Confirm**. The transaction calls `deposit()` on the Monetum Pool contract. Once confirmed, your deposit appears on the card under **Your deposit** in USDC.
  </Step>
</Steps>

## How to claim rewards

Click the **Claim** button on the Monetum Pool card. The transaction calls `getReward()` on the pool contract. Both your USDC and MBXN earned balances reset after a successful claim.

## How to withdraw

<Steps>
  <Step title="Open the withdraw modal">
    Click **Withdraw** on the Monetum Pool card.
  </Step>

  <Step title="Enter the withdrawal amount">
    Enter how much USDC to withdraw, or click **Max** to withdraw your full deposit. The modal shows your total available balance.
  </Step>

  <Step title="Confirm the withdrawal">
    Click **Confirm**. The transaction calls `withdraw()` on the pool contract with the specified amount.
  </Step>
</Steps>

## Pool card metrics

The Monetum Pool card displays the following live data:

| Metric       | Description                                                                                            |
| ------------ | ------------------------------------------------------------------------------------------------------ |
| APY          | Theoretical APY based on daily reinvestment (marked "Unstable" as it depends on compounding frequency) |
| TVL          | Total USDC currently deposited in the pool                                                             |
| Your deposit | Your USDC balance in the pool                                                                          |
| Earned       | Accrued USDC and MBXN rewards, claimable at any time                                                   |

<Info>
  The APY tooltip explains the conversion formula: `APY = (1 + APR/n)^n - 1`, where reinvestment is performed by the depositor, not the contract.
</Info>

## Risk considerations

<Warning>
  Liquidity provision in DeFi pools carries risks distinct from single-asset staking. The pool's yield depends on external strategy performance. Deposited USDC is subject to smart contract risk. Always verify the contract address on BscScan before depositing.
</Warning>

Unlike the MBXN staking pool, the Monetum Pool does not impose a locking period. You can withdraw your USDC at any time, subject to available liquidity in the pool.
