The genesis currency of the new financial era. Deflationary, multi-chain, and community-governed. Built to endure from the first to the last.
AOC is engineered for long-term value preservation through deflationary mechanics and strategic distribution.
Deflationary Mechanics: 1% of every transaction is permanently burned, reducing circulating supply over time. Additionally, 0.5% goes to staking rewards and 0.5% to the ecosystem fund. Team tokens are locked with a 3-year vesting schedule and 1-year cliff.
Six fundraising stages — from exclusive seed to public listing. Early participants receive the best entry prices.
Current price: $0.0080 / AOC
Stake, send, buy, and simulate your AOC portfolio returns.
AOC is permanently deflationary. Every interaction with the protocol reduces total supply.
Every token transfer burns 1% of the transaction amount permanently.
10% of ecosystem fund used monthly to buy and burn AOC from open market.
Failed governance proposals burn 0.5% of the proposer's staked AOC.
Quarterly milestone achievements trigger community-voted burn events.
AOC v1.2 — Technical Architecture, Tokenomics & Governance Framework
Alpha and Omega Coin (AOC) is a deflationary ERC-20/BEP-20 compatible digital asset designed for multi-chain interoperability. AOC leverages an autonomous burn mechanism, decentralized governance via DAO voting, and a tiered staking infrastructure to create a sustainable, community-first economy. Total supply is capped at 1,000,000,000 AOC with no minting capability post-genesis.
Traditional cryptocurrencies suffer from inflationary pressure, centralized governance, and opaque tokenomics. AOC addresses these systemic failures through protocol-enforced deflation (1% burn per transaction), transparent on-chain distribution records, and community-controlled treasury management.
AOC is deployed across Ethereum (primary), BNB Chain, Polygon, Avalanche, and Base using LayerZero OFT (Omnichain Fungible Token) standard. Cross-chain bridging incurs a 0.5% protocol fee directed to the ecosystem treasury. Smart contracts are audited by CertiK and Hacken with full reports available on-chain.
AOC holders with ≥10,000 tokens may submit governance proposals. Voting is weighted by staked balance and tier. Quorum requires 10% of circulating supply participation. Proposals require 67% supermajority for protocol changes and 51% for treasury allocations. All votes are recorded on-chain via Snapshot integration.
Q1 2024: Seed & Private Sale. Q2 2024: Mainnet ERC-20 deploy, CertiK audit, exchange listings (DEX). Q3 2024: BNB Chain & Polygon bridge, staking v1 launch. Q4 2024: Governance DAO activation, Public ICO. Q1 2025: CEX listings (Tier 1 target), cross-chain liquidity pools. Q2 2025: AOC mobile wallet, NFT collateral integration.
Step-by-step instructions to deploy, configure, and go live with AOC.
git clone https://github.com/aoc-protocol/aoc-contracts
cd aoc-contracts
npm install
cp .env.example .envConfigure your .env with PRIVATE_KEY, INFURA_API_KEY, and ETHERSCAN_API_KEY.
npx hardhat deploy --network sepolia
# Output: AOC deployed to: 0x...
npx hardhat verify --network sepolia 0x<CONTRACT_ADDRESS>Verify on Sepolia Etherscan before mainnet deployment.
# Install Netlify CLI
npm install -g netlify-cli
# Build and deploy
npm run build
netlify deploy --prod --dir=dist/client
# Or connect via Git for automatic deploys:
netlify link
git push origin main # auto-deploysPoint your domain to Netlify by adding these DNS records with your registrar (GoDaddy, Namecheap, Cloudflare, etc.):
| Type | Name | Value | TTL |
|---|---|---|---|
| A | @ | 75.2.60.5 | 3600 |
| CNAME | www | earnest-souffle-853717.netlify.app | 3600 |
| CNAME | app | earnest-souffle-853717.netlify.app | 3600 |
| TXT | @ | v=spf1 include:netlify.com ~all | 3600 |