The Blockchain
Built for AI
Most coins are just printed. AI is earned — by making a model genuinely smarter, and proving it. ChatAPI runs on AxisAI: a network where a coin is only minted when a miner trains a model that measurably beats the benchmark, and every node re-checks that work down to the last bit. No trust required. The numbers below are read live, straight off the chain.
A utility credit, not an investment — no price, no market. Read the open source.
Live, on-chain
The chain, right now.
Figures read live from the AxisAI seed node and refreshed every few minutes. If they pause, the node is briefly unreachable — the chain keeps running and you can verify it yourself against the open source.
Mine in your browser
Try mining — right here, no install.
A real miner, running in your browser. Paste your axpa1… address, hit Start, and it pulls live work from the network, solves the proof-of-work on your CPU, and submits the block. Win one and the reward is minted straight to your address. No address yet? Make one in 30 seconds with the wallet steps below.
Paste your address and hit Start. This mines real proof-of-work in your browser and submits solved blocks to the live network.
Real mining: it uses your CPU while running and competes with other miners, so wins aren't guaranteed. It only needs your public address — never your seed — and any reward is minted straight to you. Stops the moment you hit Stop or leave the page.
Check a wallet balance
Paste any axpa1… address to see its live mined balance, read straight off the chain.
Enter an address to see its live, on-chain mined balance. Updates automatically while it's shown.
Why it's different.
Three things make AxisAI more than another coin: the work is useful, the proof is real, and the start line is the same for everyone.
Work that actually means something
Most chains burn electricity on puzzles that prove nothing. On AxisAI, the same mining that secures the chain also trains a model — and a real improvement is what earns the reward.
You can't fake your way in
Claim a better model? Every node re-runs it with bit-exact math against a public benchmark. If it doesn't truly beat the bar, you earn nothing. The coin is only minted on proof.
Everybody starts at zero
~21,000,000 coins, all CPU-mined, none pre-made, no founder stash. The same open-source miner for everyone. The bar climbs with every win — so the earlier you join, the easier the opening.
How a coin is minted
Improve the model, prove it, earn it.
A challenge opens every epoch
The network posts a model-training task with a public benchmark. Anyone with a CPU can take a swing.
Train something better
Your miner trains a small model and submits it. To earn the useful-work reward, it has to measurably beat the current champion.
The whole network double-checks
Consensus re-scores it bit-exact. A genuine win mints the coin and raises the bar for everyone next round; a fake one gets thrown out.
How to get AI
Mine it — or buy it on Base.
Nobody minted the native coin and sold it into existence — there was no presale and no ICO. It's earned by mining, fair launch, no pre-mine. If you'd rather buy than mine, it also bridges to Base as a standard ERC-20 you can trade on the open market — see below. To mine it yourself, here's the whole path — you'll need Python 3.10+.
Run the miner with no seed and it creates a wallet for you, prints your address + seed, and starts mining on every core. Three lines from nothing to mining:
$ git clone https://github.com/zenashwoldeyes-rgb/tryaxis.git axis && cd axis$ pip install requests cryptography scikit-learn$ python -m axispai.miner --node http://167.99.8.104:5000Verify you're on the real chain first (30 seconds): curl http://167.99.8.104:5000/status must report "network":"axis-mainnet-v1".
Save the seed it prints— it's the only way to control your coins, and no one can recover it for you. Want to pick your own wallet or see each step broken out? The full walkthrough is right below.
- Network ID
- axis-mainnet-v1
- Ticker
- AI · 8 decimals
- Seed node
- 167.99.8.104:5000
- Supply
- ~21,000,000 cap
- Block reward
- 50 AI / block, halving every 210,000 blocks
- Reward split
- 60% block security + 40% verified useful-work
Verify before you trust any node: a real Axis node has genesis a31a2a93a1b02c89ff2e934787104620e02a5f65bbbac29b8830588680b8fa29. If it differs, you're on the wrong chain — stop.
Prefer the full walkthrough?
Get the code + install
$ git clone https://github.com/zenashwoldeyes-rgb/tryaxis.git axis && cd axis$ pip install requests cryptography scikit-learnThen confirm you're on the real network: curl http://167.99.8.104:5000/status should report "network":"axis-mainnet-v1".
Create your wallet — back up the seed
$ python -m axispai.wallet new --out wallet.seed$ python -m axispai.wallet address --seed-file wallet.seedThe second command prints your axpa1… address. The seed file is the onlyway to control your coins — there's no password reset. Lose it and they're gone, so back it up somewhere safe.
Start mining — and minting
$ python -m axispai.miner --node http://167.99.8.104:5000 --seed <paste-your-seed>This uses all your CPU cores and trains a small model each round. When your model beats the current champion, the network mints you the useful-work share of the block — that's minting. Add --no-train-ai for pure proof-of-work, or --train-seed K to train a different model than everyone else (that diversity is what lets the shared model actually improve).
Watch it land
$ curl http://167.99.8.104:5000/balance/<your-axpa1-address>$ curl http://167.99.8.104:5000/mine/championThe first shows your balance (in AIand base units). The second shows the champion score you're trying to beat — the live minting bar.
On the open market
Buy or sell it on Base.
Mined AI doesn't have to stay on the mining chain. It bridges to Base(lock-and-mint — the same model WBTC uses), where it's a standard ERC-20. So miners who want to cash out can sell, and anyone can buy from them on a Base DEX. No presale, just a peer market.
Scam tokens copy the name and ticker. On Base (chain 8453), the only real Axis AI token is this address. Check it against Basescan and in your wallet before sending anything.
$ 0xB1Ff0569941320c42431a73b5299476a31b6CE95Bridge your AI from the mining chain to Base, then sell the ERC-20 on a Base DEX or to any buyer. The bridge guide walks the lock-and-mint steps.
Connect a wallet on Base and swap for the token at the verified address above — where liquidity exists. It's early, so check the current supply and any liquidity on Basescan first.
The open market sets the price — none is quoted or promised here. AI is an experimental utility credit, not an investment, and nothing on this page is financial advice. Only ever interact with the verified contract address above, and do your own research before buying or selling.
- A utility credit, not an investment. AI is the unit you earn for useful computation and spend for computation on the network. The project doesn't sell it — it's mined, fair launch, no presale. A bridged version trades on Base, where the open market sets the price; we don't quote or promise one. No yield, no dividend, no guaranteed value — a utility credit, not an investment.
- “Verified on-chain” ≠ “audited.” The ledger is public and every coin's useful-work is re-scored bit-exact by every node — that's consensus verification, not an independent third-party security audit. The source is open so you can check it yourself.
- Experimental, by design. It's a small, fair-launch network doing real but bounded useful work — not frontier AI. Verify the genesis hash before trusting any node, and take part according to your local laws.
Build on a model layer that has to prove its work.
Describe your idea in plain English and ChatAPI ships the software. Powered by AxisAI underneath. Free to start — no sign-up.
ChatAPI