MCRT $MCRT · BNB Chain BEP-20 · On-chain verified

Accept $MCRT on
Any Website or App

Drop-in JavaScript widget. Real-time price conversion. On-chain BscScan verification. No payment processor. No fees. Works with any stack.

// 3-line integration — drop into any HTML page
<script src="https://mcrtpay.com/js/mcrtpay.js"></script>
<div id="mcrtpay-container"></div>
<script>
  new MCRTPay({
    paymentAmount: 25,         // USD — auto-converts to MCRT live
    successCallback: function(txHash) {
      activatePlan(txHash);   // your code here
    }
  });
</script>
~1¢
Transaction fees
< 3s
Settlement time
0%
Platform cut
Live
MCRT price feed

Built for $MCRT. Works anywhere.

Real-time price conversion

CoinGecko + DexScreener price feeds auto-convert your USD price to the exact $MCRT amount at time of payment.

On-chain verification

BscScan API confirms the transfer event on BNB Chain. No trusting the user — the blockchain confirms it.

Any stack, any framework

Vanilla JS widget for any HTML page. Full TypeScript libs for Next.js (Pages or App Router), React, or Node.

QR code included

Auto-generated QR for Trust Wallet, MetaMask Mobile, and any BEP-20 compatible wallet app.

Self-hostable

Run on your own server. No dependency on MCRTPay infrastructure for verification — point the widget at your own API.

MagicCraft ecosystem

$MCRT is the native token of MagicCraft — BEP-20 on BNB Chain. Token contract verified on BscScan.

Try It Live

This is the actual MCRTPay widget your users will see

MCRT
Pay with $MCRT
MagicCraft Starter Pack
~125 MCRT
≈ $5.00 USD
0xYourWalletAddressHere

Live price feed · BNB Chain BEP-20 · No fees

Payment in 3 steps

No payment processor account. No KYC. No withdrawal delays. $MCRT goes straight to your wallet.

Full integration guide →
1
Widget shows price

MCRTPay fetches the live $MCRT price and displays the exact token amount equivalent to your USD price.

2
User sends $MCRT

User scans the QR or copies the wallet address, sends $MCRT on BNB Chain from Trust Wallet, MetaMask, or any BEP-20 wallet.

3
Paste hash — verified on-chain

User pastes the BscScan transaction hash. The API verifies the Transfer event on BNB Chain in real time. Your successCallback fires.

See the widget

This is the exact widget your users see — embedded with 3 lines of code.

The code behind this widget
// 1. Include the script
<script src="/js/mcrtpay.js"></script>

// 2. Add a container
<div id="mcrtpay-container"></div>

// 3. Initialize
new MCRTPay({
  paymentAmount: 25,
  planId: 'premium',
  successCallback: function(txHash) {
    // grant access
  }
});

Add $MCRT to your product today

For subscriptions, one-time purchases, digital goods, or any payment flow — MCRTPay handles it.