Admin Authentication Gate
This Operator Panel is restricted to the Deployer / Owner BEP-20 Blockchain Address only. In local preview mode this acts as a localStorage simulator where claims credit user.usdtBalance in this browser.
0x52CA...c1d1
Not connected
A verified mainnet move still requires audited Solidity (donate, vaults, sell-only AMM, vault 10% daily sell cap, community 3×/5× cap), a third-party audit, and BscScan verification. Current claims credit the in-browser user.usdtBalance / user.walletXYZ simulator.
Hardening covers clickjacking (no framing), XSS escaping, storage prototype-pollution skips, Pay replay/treasury bans, required Pay slippage, donate caps, and admin sessions bound to the connected wallet. It cannot stop stolen keys, a compromised device, MEV if a caller sets a huge slippage, or every unknown attack.
- Donate: min $10 · 5% charity + 5% platform · 90% effective.
- Community / Free USDT claims: 7.5% platform + 7.5% charity · 85% to wallet. Donate stays 5/5.
- Whenever USDT or MAVRIC leaves (Claim to wallet or Claim → DEX): one-time 85 / 7.5 / 7.5. Same rates on sell. Donate stays 5/5.
- Vaults store 50% USDT + 50% MAVRIC. Free is not 3×/5× capped. Community default 3×; Capping Booster $5,000 personal → 5× lifetime.
| User / Address | Join Date | Rank | Personal Donated | Team Volume | Directs | Total Claimed | Boosters | Status | On-Chain |
|---|---|---|---|---|---|---|---|---|---|
| Loading user directory… | |||||||||
| Date / Time | Contributor | Type | Gross (USDT) | 90% Vault | 5% Charity | 5% Platform | Tx Hash | Status |
|---|---|---|---|---|---|---|---|---|
| No deposit transactions recorded yet. | ||||||||
| Date / Time | Recipient | Claim Source | Gross Amount | 85% Net Disbursed | 7.5% Platform | 7.5% Charity | Tx Hash | Status |
|---|---|---|---|---|---|---|---|---|
| No withdrawal or claim transactions recorded yet. | ||||||||
| Rank | Reward % | Team Volume Required | Leg Balance (60 / 40) | Qualified Leaders | Total Disbursed | Status |
|---|
MavricAMM.setBuyOpen after canOpenBuy(). 5% platform + 5% charity on USDT in; 90% into the pool.amount is USDT; gateway debits MAVRIC at paySpotPrice() and applies the same 85/7.5/7.5 sell fee. Live payUsdtValue() operates directly on BNB Smart Chain Mainnet (Chain ID 56).<script>
window.MAVRIC_PAY_CONFIG = {
chainId: '0x38',
token: '0x80E59bD559008645f037F40069e2bc413348d787',
gateway: '0x30714d1169A132FF4A05F0E5679a1B3706Fa027c',
treasury: '0x52CAa950e3e3d4F1560f595fDFFaf2B05F72c1d1',
rpcUrl: 'https://bsc-dataseed.binance.org/'
};
</script>
<script src="https://YOUR_DOMAIN/pay/mavric-pay.sdk.js"></script>
<button type="button" id="pay-mavric">Pay with MAVRIC</button>
<script>
document.getElementById('pay-mavric').onclick = function () {
MavricPay.checkout({
merchant: '0xYOUR_MERCHANT_WALLET',
amount: '10',
orderId: 'INV-' + Date.now(),
onPaid: function (rec) { /* UX only — never fulfill from this callback */ },
onError: function (err) { alert(err.message); }
});
};
</script>
<!-- Server: python pay/verify.py --merchant 0x... --order INV-... --gateway 0x... --expect-usdt 10 -->
| Applicant / Wallet | Full Name | Country | ID Type & Number | Submitted | Status | Action |
|---|---|---|---|---|---|---|
0x52CA...c1d1 |
John Doe | United Arab Emirates | Emirates ID (784-1988-...) | Just now | Tier 2 Approved |
MavricAMM.adminSellMavric().