Contract Addresses
🌐 Current Deployment Addresses
All SEAL360 smart contract addresses for the active Fuji Testnet deployment.
Avalanche Fuji Testnet (Active)
Version: v4.1.0 — Fuji Final Sync 2026-03-16
Chain ID: 43113
RPC: https://api.avax-test.network/ext/bc/C/rpc
Explorer: https://testnet.snowtrace.io (opens in a new tab)
Deployed: March 16, 2026
Status: ✅ Core + Compensation fully live and synced to dApp
Security: OMEGA Audit 100% (8/8 findings fixed). Compensation redeployed successfully, EIP-712 enabled, MultiSig admin active.
Tests: 2,460 passing (1,484 Hardhat + 976 Foundry)
maxHourlyVolume: 129,636,001 S360 (10% supply) — anti-dump active
Core Contracts
SEAL360 Token (Principal)
Address: 0xe6b3FB013dFA6BBC5930Ed32E5B71AAc89E45f31- Symbol: S360
- Decimals: 18
- Total Supply: 1,296,360,012 S360
- Distribution: Safe Passage already funded on-chain
- Admin: MultiSig 0xd77F0080FEEFa8cB033437ea431f3206001B63C9
- Explorer: View on SnowTrace (opens in a new tab)
S360 Staking Rewards
Address: 0xE5c34871C7F54880bD0C57d42EaD502F09ffF7eB- Status: ✅ ACTIVE — 108M S360 funded
- Explorer: View on SnowTrace (opens in a new tab)
S360 Vesting
Address: 0xce9354a2DdF89e35b10B63D660C8eD06b8fb9e09- Status: ✅ ACTIVE
- Explorer: View on SnowTrace (opens in a new tab)
S360 Time Vault R&D
Address: 0x88930dcc947FF4a8e4E7dC76a56DC77C1A0bDA79- Status: ✅ ACTIVE — 5-year lock
- Explorer: View on SnowTrace (opens in a new tab)
Governance Contracts
S360 Governor
Address: 0xa6Dc722E51E511696C41a35e71CA223BEBfB4528- Voting Delay: 1 day | Voting Period: 3 days
- Explorer: View on SnowTrace (opens in a new tab)
S360 MultiSig Timelock
Address: 0x316DdE429b127c95543eD2d6003C2Cdce2606154- Explorer: View on SnowTrace (opens in a new tab)
MultiSig Admin
Address: 0xd77F0080FEEFa8cB033437ea431f3206001B63C9- Role: DEFAULT_ADMIN_ROLE on the synced operational stack
- Explorer: View on SnowTrace (opens in a new tab)
Economic Contracts
S360 Bonding Curve
Address: 0x33Ac0dcFd6485814D62CAEfCAe06147Fc3D3b475- Status: ✅ ACTIVE
- Explorer: View on SnowTrace (opens in a new tab)
Compensation System (v4.1.0 — final Fuji deployment)
CompensationOrchestratorV2
Address: 0x41Ac2e03abfff462D46EC07a54b672aC1fDDeF95- Purpose: Master coordinator of the compensation stack
- Explorer: View on SnowTrace (opens in a new tab)
LiquidityReserveFund (LRF)
Address: 0x96b46D40dd9CBF29122fa41418b6069b8585C582- Explorer: View on SnowTrace (opens in a new tab)
SPBound
Address: 0x742BF1e45D5CF2Dc7F78469f01d806E29F056362- Explorer: View on SnowTrace (opens in a new tab)
Tier1_DirectCommissions
Address: 0xeDF243010242B52870b2425EEA2c73a2f9Bf2593- Purpose: Direct commissions
- Explorer: View on SnowTrace (opens in a new tab)
Tier2_BinaryBonus
Address: 0xf8145469fADFB3802824bd078B2a70b2358dCe6b- Purpose: Binary bonus with EIP-712 + oracle controls
- Explorer: View on SnowTrace (opens in a new tab)
Tier3_MatrixCycles
Address: 0xefa37A46a6f0bF4EfAd8551c497b9F7A87036a8d- Purpose: 5×5 matrix cycles
- Explorer: View on SnowTrace (opens in a new tab)
Tier4_UnilevelResiduals
Address: 0x429E8f0b5F9299337eE58Cf06b00EEbA93329931- Purpose: Unilevel residual commissions
- Explorer: View on SnowTrace (opens in a new tab)
FeeRouter
Address: 0xC5912FcD8AA05C4Fe35E853B80644C93071b6df3- Purpose: Commercial routing + split logic
- Explorer: View on SnowTrace (opens in a new tab)
📦 Quick Import
// Updated: 2026-03-16 — Fuji final sync
export const SEAL360_ADDRESSES = {
fuji: {
chainId: 43113,
token: '0xe6b3FB013dFA6BBC5930Ed32E5B71AAc89E45f31',
staking: '0xE5c34871C7F54880bD0C57d42EaD502F09ffF7eB',
governor: '0xa6Dc722E51E511696C41a35e71CA223BEBfB4528',
timelock: '0x316DdE429b127c95543eD2d6003C2Cdce2606154',
multisig: '0xd77F0080FEEFa8cB033437ea431f3206001B63C9',
bondingCurve: '0x33Ac0dcFd6485814D62CAEfCAe06147Fc3D3b475',
vesting: '0xce9354a2DdF89e35b10B63D660C8eD06b8fb9e09',
timeVault: '0x88930dcc947FF4a8e4E7dC76a56DC77C1A0bDA79',
ecosystem: '0xB6527D1Ecc16d1Ed6a6086125fBd9Cf25DE68be0',
orchestrator: '0x41Ac2e03abfff462D46EC07a54b672aC1fDDeF95',
lrf: '0x96b46D40dd9CBF29122fa41418b6069b8585C582',
spBound: '0x742BF1e45D5CF2Dc7F78469f01d806E29F056362',
tier1: '0xeDF243010242B52870b2425EEA2c73a2f9Bf2593',
tier2: '0xf8145469fADFB3802824bd078B2a70b2358dCe6b',
tier3: '0xefa37A46a6f0bF4EfAd8551c497b9F7A87036a8d',
tier4: '0x429E8f0b5F9299337eE58Cf06b00EEbA93329931',
feeRouter: '0xC5912FcD8AA05C4Fe35E853B80644C93071b6df3',
}
};