Mainnet Live

The Blockchain Built
for Gaming

Antonym is a high-performance Layer 1 with monster NFTs, on-chain battles, a built-in DEX, and native Unreal Engine integration. Own your assets. Battle for real. Breed the future.

Launch App Explore Features
Antonym Blockchain Coin
ATM Token
Liquid Antonym Coin
Liquid Unit
100M
Max Supply (ATM)
PoW
Consensus
50 ATM
Block Reward
<2s
Block Time
ATM Antonym Token 50 ATM/block
NFT Monster Mints Live Active
DEX Liquidity Pools Open
BRIDGE Cross-Chain Enabled
SHARDS Dynamic Scaling Online
UE5 Unreal Engine SDK Ready
ATM Antonym Token 50 ATM/block
NFT Monster Mints Live Active
DEX Liquidity Pools Open
BRIDGE Cross-Chain Enabled
SHARDS Dynamic Scaling Online
UE5 Unreal Engine SDK Ready
Core Protocol

Everything On-Chain.
Nothing Left Out.

Antonym isn't a sidechain or rollup. It's a full Layer 1 blockchain engineered from scratch in C++ for speed, gaming, and real ownership.

Proof of Work Mining

SHA-256 PoW consensus with dynamic difficulty scaling. Mine ATM tokens with 50 ATM block rewards. Difficulty adjusts every 5 blocks up to level 6.

👾

Monster NFTs

Mint unique monster NFTs with elemental types, stats, and skills. Each monster has Power, Health, Speed, and a full leveling system with XP progression.

On-Chain Battles

PvP monster battles with elemental advantage system. Fire beats Grass, Grass beats Water, Water beats Fire. 20% damage bonuses for type advantage.

🧬

Breeding System

Breed two monsters to create offspring with combined stats plus bonuses. Genetic inheritance of elements, skills, and stat averaging with evolution boosts.

💱

Built-in DEX

Native decentralized exchange with liquidity pools and LP token rewards. Trade ATM and custom tokens without leaving the ecosystem. No third-party dependencies.

🌐

Cross-Chain Bridge

Bridge service for wrapped token transfers between chains. Deposit, verify, and wrap tokens from external blockchains directly into Antonym.

🎮

Unreal Engine SDK

Pre-built UE5 integration functions for wallet access, NFT minting, in-game purchases, and token operations. Ship blockchain games natively.

📊

Dynamic Sharding

Horizontal scaling through auto-balanced shard management. Add shards on demand, distribute nodes evenly, and scale throughput without bottlenecks.

📦

Custom Token Minting

Anyone can create custom tokens on Antonym with configurable supply, max wallet limits, metadata, and community governance. Your chain, your token.

ATM Token Economics

Simple, fair, and hard-capped. No pre-mine, no VC allocation, no inflation. Just mining rewards for securing the network.

ATM Token
100M
ATM Max Supply
  • Mining Rewards 50%
  • Ecosystem & Development 25%
  • Liquidity Pools 15%
  • Community & Gaming Rewards 10%
// Chain Parameters
supply_cap      = 100,000,000 ATM
block_reward   = 50 ATM
base_unit      = 100,000,000 liquid
consensus      = "Proof of Work (SHA-256)"
difficulty     = 26 (scales every 5 blocks)
max_tx_block   = 1,000
sharding       = "Dynamic auto-balance"
Gaming Layer

Monster NFTs.
Battle. Breed. Evolve.

Every monster is a fully on-chain NFT with real stats, elemental typing, and genetic inheritance. This isn't a JPEG collection — it's a living ecosystem.

🔥

Valkyrie

Fire

A blazing warrior forged in volcanic depths. Its Secret Move incinerates Grass types with devastating 20% bonus damage.

100
Power
200
Health
50
Speed
🌊

River

Water

An ancient leviathan from the deep trenches. Devastates Fire opponents with relentless tidal force and unmatched endurance.

100
Power
200
Health
50
Speed
🌿

Exodus

Grass

A sentient forest guardian born from the blockchain itself. Ensnares Water types with vine attacks and 20% bonus devastation.

100
Power
200
Health
50
Speed

All 16 Breedable Monster Names

Fluffy Barky ByteLord CoinPup CryptoKitty SatoshiJr Spark Valkyrie Exodus Zippy Chainie PawCoin Boomer Rex River Nova

Breed two monsters and their offspring inherits a random name, combined stats + bonuses, and genetic element from either parent.

Elemental Advantage System

🔥 Fire  →  🌿 Grass  →  🌊 Water  →  🔥 Fire

20% damage bonus when attacking a weaker element. 20% reduction against a stronger one.

Architecture

Built Different. Built in C++.

No Solidity. No EVM. Antonym is a native C++ blockchain engineered for raw performance and gaming workloads.

C++ Core

Native performance, zero garbage collection

🔒

SHA-256

OpenSSL cryptographic hashing

🔗

P2P Network

Decentralized peer node architecture

Thread-Safe

Shared mutex concurrent operations

📡

REST API

HTTP endpoints for all chain operations

🎮

UE5 SDK

Native Unreal Engine 5 bindings

🌐

Cross-Chain

Bridge service + wrapped tokens

📊

Sharding

Dynamic horizontal scaling

Cross-Chain Bridge

Bridge Assets In.
Fuel the Ecosystem.

Wrap any external token into Antonym, pair it with ATM in a liquidity pool, and give ATM real-world price discovery. Here's exactly how it works.

1
🔒

Lock

User locks real ETH (or BTC, SOL, etc.) into the bridge escrow on the source chain. The tokens are held securely until unlocked.

Source Chain
2
🔍

Verify

Antonym's CrossChainBridge service cryptographically verifies the lock transaction on the source chain. No trust required.

Bridge Layer
3
💰

Mint Wrapped Token

A 1:1 wrapped token (wETH, wBTC, wSOL) is minted on Antonym and sent to the user's wallet. Fully backed by the locked asset.

Antonym Chain
4
📊

Add Liquidity

User pairs wETH + ATM in a DEX liquidity pool. This creates a trading pair, earns LP tokens, and gives ATM a real market price.

DEX Pool

💱 How ATM Gets Its Price

User deposits into pool:
1,000 ATM + 1 wETH
This means:
1,000 ATM = 1 ETH
Now anyone can swap:
ATM ⇄ wETH

More liquidity = less slippage = more stable price. Every bridge-in strengthens the ATM economy.

🔀 The Reverse — Unwrapping

1 User sends wETH to the bridge
2 Bridge burns wETH on Antonym
3 Bridge unlocks real ETH on source chain
4 User receives original ETH back

Wrapped supply always equals locked supply. Every wETH on Antonym is backed 1:1 by real ETH. Zero fractional reserve.

Supported Bridge Assets

🔵
ETH
wETH
🟠
BTC
wBTC
🟣
SOL
wSOL
🔴
AVAX
wAVAX
MATIC
wMATIC
🟢
USDT
wUSDT
// Bridge ETH into Antonym and add liquidity

bridge.deposit("ethereum", "antonym", 1.0, "ETH");
// → Locks 1 ETH on Ethereum
// → Mints 1 wETH on Antonym

bridge.verifyTransfer("tx_hash_abc123...");
// → Cryptographic proof of lock

dex.addLiquidity("ATM", 1000, "wETH", 1);
// → Creates ATM/wETH pool
// → Receives LP tokens as reward
// → ATM now has a price: 1000 ATM = 1 ETH
Token Launchpad

Launch Your Token.
Memecoins Welcome.

Deploy an ERC-20 token on Antonym in minutes. Memecoins, utility tokens, community tokens — no gatekeepers, no approval, instant liquidity on the built-in DEX.

1
📝

Write Token Contract

Deploy a simple Solidity ERC-20 — set name, symbol, and supply. Or use a no-code launcher.

2
💰

Add Liquidity

Pair your token with ATM on the native DEX. Instant trading. No Uniswap needed.

3
📈

Community Trades

Every buy, sell, and transfer burns ATM gas. Volume pumps. The ecosystem grows.

4
🚀

Moon

Your community rallies. Price discovers. And ATM demand rises with every transaction.

Imagine What Gets Launched

$VALKYRIE
Valkyrie Coin
The fire monster memecoin. Burn your way to the top.
Supply: 1B ATM/VALKYRIE
$BYTELORD
ByteLord Token
For the blockchain degens and on-chain gamers.
Supply: 420M ATM/BYTELORD
$CKIT
CryptoKitty
The OG cat coin, reborn on Antonym.
Supply: 69B ATM/CKIT
$PAWCOIN
PawCoin
Man's best friend, on the blockchain.
Supply: 10B ATM/PAWCOIN
$SATJR
SatoshiJr
The next generation. Respecting the OG.
Supply: 21M ATM/SATJR
$NOVA
Nova Token
Exploding onto the scene. Supernova energy.
Supply: 100M ATM/NOVA

Every Memecoin Pumps ATM

This isn't just fun — it's economics. Every token launched on Antonym creates permanent demand for ATM.

  • Gas fees — Every deploy, trade, and transfer burns ATM
  • Liquidity locks — Every pool pairs the token with ATM, locking supply
  • User onboarding — New users buy ATM first to trade memecoins
  • Volume — Memecoin trading drives massive DEX volume
  • Ecosystem growth — Every new token is another reason to use Antonym
$VALKYRIE $BYTELORD $CKIT
↓ all need
ATM
for gas & liquidity
↓ driving
Demand Price Adoption
// Launch a memecoin on Antonym in 10 lines

contract ValkyrieCoin is ERC20 {
  constructor() ERC20("Valkyrie Coin", "VALKYRIE") {
    _mint(msg.sender, 1_000_000_000 * 1e18); // 1 billion supply
  }
}

// Deploy → Add liquidity → Community trades
// Every transaction burns ATM gas
// Pool: 500M VALKYRIE + 10,000 ATM = price discovery

Build Anything.
Deploy Permissionlessly.

Antonym's EVM-compatible Smart Contract VM turns the chain from a product into a platform. Write Solidity, deploy to Antonym, and tap into the gaming-first ecosystem.

📝
Write

Write smart contracts in Solidity using Hardhat, Foundry, or Remix — the same tools you already know.

🚀
Deploy

Deploy to Antonym with one command. No approval needed. No gatekeepers. Your contract goes live instantly.

🌍
Earn

Users pay ATM gas to interact with your contract. The ecosystem grows. Everyone benefits.

What You Can Build on Antonym

🏦

DeFi Protocols

Lending markets, stablecoins, yield vaults, options, futures, insurance — the full DeFi stack, deployed by anyone.

🎮

Gaming Contracts

Tournament systems, monster rental markets, crafting, prediction markets, battle wagers — all using existing monster NFTs.

🗳

DAOs & Governance

Community DAOs, investment pools, guild management, protocol governance — all with on-chain voting and treasury management.

💰

Token Launches

ERC-20 tokens, launchpads, fair launches, airdrops, vesting contracts. Every new project needs ATM for gas and liquidity.

🎨

NFT Platforms

Marketplaces, auction houses, generative art, music NFTs, royalty enforcers — all built on Antonym's native NFT layer.

🤖

AI Agents

On-chain AI opponents, dynamic quest generators, automated market makers with AI strategies, intelligent NPCs for games.

The Ecosystem Flywheel

Every smart contract deployed on Antonym creates a self-reinforcing cycle that grows the entire ecosystem.

1 Developers deploy smart contracts
2 Contracts need ATM for gas fees
3 Users buy ATM to use the apps
4 More users attract more developers
5 More apps = more demand for ATM
Cycle repeats — ecosystem compounds
200K+
Solidity Developers Worldwide
EVM compatibility means instant access to the largest smart contract developer ecosystem on Earth.
100%
Tool Compatibility
MetaMask, Hardhat, Foundry, Remix, Etherscan-style explorers — everything works out of the box.
0
Permission Required
No approval process, no gatekeepers. Deploy your contract and it's live. Permissionless innovation.
// Deploy a monster tournament contract on Antonym
// Written in Solidity — same as Ethereum

contract MonsterTournament {
  uint256 public entryFee = 100 * 1e8; // 100 ATM
  uint256 public prizePool;

  function enterTournament(uint256 monsterId) external payable {
    require(msg.value >= entryFee, "Pay entry fee in ATM");
    require(monsterNFT.ownerOf(monsterId) == msg.sender);
    prizePool += msg.value;
    participants.push(Participant(msg.sender, monsterId));
  }

  function claimPrize() external {
    // Winner takes the ATM prize pool
    payable(winner).transfer(prizePool);
  }
}

Why Game Devs Choose Antonym

🎮
Native Monster NFT Access

Smart contracts can directly interact with the monster battle system, breeding, and XP — no wrapper needed.

🎮
UE5 + Smart Contracts

Call your custom contracts from inside Unreal Engine. In-game economies backed by real on-chain logic.

Session Keys (Gasless Gaming)

Account abstraction lets players authorize N game actions without re-signing. No wallet popups mid-battle.

💱
Built-in DEX for Game Economies

In-game tokens auto-tradeable on the native DEX. No need to integrate third-party exchanges.

The Path Forward

From genesis block to a full gaming metaverse. Here's what's built and what's coming.

Phase 1 — Foundation (Complete)
Core Blockchain & Mining
PoW consensus, SHA-256 mining, wallet system, ATM token with 100M hard cap, P2P networking, transaction processing with 1000 tx/block capacity.
Phase 2 — Assets (Complete)
NFTs, Custom Tokens & Marketplace
Full NFT minting with IPFS metadata, marketplace with buy/sell, custom token creation with configurable supply and wallet limits.
Phase 3 — Gaming (Complete)
Monster NFTs, Battles & Breeding
Monster NFTs with Fire/Water/Grass elements, PvP battle system with elemental advantages, genetic breeding with stat inheritance and evolution.
Phase 4 — Infrastructure (Complete)
DEX, Cross-Chain & Sharding
Native DEX with liquidity pools and LP tokens, cross-chain bridge for wrapped assets, dynamic sharding for horizontal scaling.
Phase 5 — Coming Soon
Web Dashboard & Explorer
Full web dashboard with wallet management, block explorer, NFT gallery, battle arena UI, and real-time chain analytics.
Phase 6 — Future
Unreal Engine Game Launch
Full UE5 game integration, mobile app, tournament system, DAO governance, and public testnet/mainnet with global node operators.

Ready to Enter
the Antonym Arena?

Mine ATM, mint monsters, battle opponents, and build on a blockchain that was designed for gaming from block zero.

Launch App Read Whitepaper