Bitcoin Forum
September 21, 2026, 06:28:52 PM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: Animica - Useful Quantum  (Read 946 times)
Animica (OP)
Newbie
*
Offline

Activity: 24
Merit: 0


View Profile
May 20, 2026, 01:09:32 AM
 #21

Hello Bitcointalk,

We wanted to share a major update on Animica, our AI + useful-work blockchain project.

Over the past few weeks, Animica has grown into a much more complete ecosystem. Since finishing the CEX, we now have trading, mining, wallet downloads, the explorer, AICF progress, an updated miner package, and a direct USD purchase portal live.

Main links:

Website:
https://animica.org

Buy ANM with USD:
https://buy.animica.org

Exchange / Trading:
https://trade.animica.org

Explorer:
https://explorer.animica.org

Wallets:
https://animica.org/wallet

Mining:
https://animica.org/mine

Discord:
https://discord.gg/vQHJc2jWUJ



The Animica CEX/trading frontend is live at:

https://trade.animica.org

This gives Animica its own trading interface and helps build the foundation for ANM market activity inside the ecosystem.

We also launched the direct buy portal at:

https://buy.animica.org

Users can now buy ANM directly with USD through a secure checkout flow and receive ANM to their Animica wallet. This makes it much easier for new users to get started without needing to mine first.

One of the biggest technical updates is that AICF is now working.

AICF stands for the AI Compute Fund. It is the part of Animica designed to connect useful AI work, miners/workers, and rewards. The long-term goal is for Animica mining to support more than just hashing. We want the network to help power AI agents, coding tasks, useful compute jobs, and developer tools.

The Animica Python package has also been updated, and miners should upgrade before running AICF useful-work jobs.

Recommended update:

python3 -m pip install --upgrade pip setuptools wheel
python3 -m pip install --upgrade "animica[gpu]"

Verify:

animica --version
python -c "import animica; print(animica.__version__)"

CPU mining:

animica miner setup --device cpu
animica miner start --device cpu

GPU / AICF miner check:

python - <<'PY'
import torch, transformers
print("torch:", torch.__version__)
print("transformers:", transformers.__version__)
print("cuda:", torch.cuda.is_available())
PY

Miners without the right ML stack can still mine normal work, but AICF inference jobs require the AI dependencies to be installed correctly.

Mining is available here:

https://animica.org/mine

Wallet downloads are available here:

https://animica.org/wallet

The explorer is live here:

https://explorer.animica.org

Animica now has:
   •   Live website
   •   Live explorer
   •   Live wallet downloads
   •   Live mining page
   •   Live CEX/trading frontend
   •   Live USD buy portal
   •   Working AICF foundation
   •   Updated Python miner package
   •   Ongoing Studio/developer tooling work

What makes Animica different is that it is not just another token launch. The project is focused on useful-work mining, AI compute, developer tooling, wallets, explorer infrastructure, direct purchasing, and eventually a full Studio portal where users can build, run, and deploy AI-powered Animica apps.

The long-term vision is a blockchain where miners and workers can help power real AI tasks and useful compute, while developers get the tools they need to build on top of the network.

This is still early, but Animica has moved far beyond just an idea. We now have a real ecosystem forming around ANM, with mining, wallets, trading, explorer access, AICF, and direct USD purchases all coming together.

Join the Discord if you want to mine, test, build, or follow development:

https://discord.gg/vQHJc2jWUJ
Animica (OP)
Newbie
*
Offline

Activity: 24
Merit: 0


View Profile
June 03, 2026, 10:31:55 PM
 #22

The Animica mining site has been updated.

Miners can now mine **XMR alongside Animica in a 50/50 setup**, allowing mining power to support both Monero rewards and the Animica ecosystem at the same time.

Payouts can be configured as **Animica only** or **Animica + Monero**, giving miners more flexibility while still contributing to the **AICF**.

Mining site:
[https://pool.animica.org](https://pool.animica.org)

Animica wallet:
[https://animica.org/wallet](https://animica.org/wallet)

You can also install Animica with:


pip install animica


Animica is building a post-quantum, useful-work blockchain focused on AI, mining, and decentralized compute. This update is part of the broader effort to make mining more practical by connecting Animica mining activity with real ecosystem support and outside value generation.

Anyone interested in mining Animica can now try the updated pool and mine with the new 50/50 Animica + XMR option.
Animica (OP)
Newbie
*
Offline

Activity: 24
Merit: 0


View Profile
June 18, 2026, 05:13:45 PM
 #23



Animica 1.9.1 Released — AI ENA Curriculum Flywheel Is Here

Animica 1.9.1 is now live, and this update pushes Animica further beyond being only a proof-of-work blockchain. This release expands AI ENA, Animica’s AI useful-work, training, retrieval, and agent orchestration layer.

Install / update:

Code:
pip install -U animica

What is AI ENA?

AI ENA is Animica’s AI layer. It connects useful-work jobs, datasets, retrieval, model training, training pools, agents, and serving into one CLI-first system under:

Code:
animica ena

With ENA, Animica is building toward a network where contributors can provide compute, train model shards, serve promoted checkpoints, and earn through the Animica ecosystem.

New in Animica 1.9.1: Curriculum Flywheel

The biggest AI improvement in this release is the new Curriculum Flywheel.

Instead of training on the same static dataset forever, an ENA training pool can now rotate each new round toward the model’s weakest topics. After a round completes, ENA can evaluate where the model struggled, generate or retrieve fresh training rows for those weak areas, mix in replay data to reduce forgetting, and prepare the next training round automatically.

In simple terms:

1. Train a round
2. Evaluate weak topics
3. Generate the next round’s curriculum data
4. Train again on the weakest areas
5. Promote better checkpoints for serving

This turns model training into a self-improving loop.

Key features:

  • Opt-in curriculum system for ENA training pools
  • Synthetic deterministic curriculum generation
  • Retrieve-based grounded curriculum from real corpus data
  • Replay buffer to help prevent forgetting
  • Per-topic evaluation and mastery tracking
  • Tool-use curriculum for teaching models valid [TOOL_CALL] behavior
  • Collaborative training pools with funders, trainers, and servers
  • Serve-while-train architecture for promoted checkpoints
  • GPU-ready AI stack included in the base Python package

Why this matters

Animica is moving toward a system where proof-of-work and AI useful work can exist together. Miners and GPU owners are not just hashing; they can participate in useful AI tasks, training, and serving.

This release is another step toward Animica becoming a community-trained AI network powered by contributors.

Useful links:

Website: https://animica.org
Wallet: https://animica.org/wallet
Pool: https://pool.animica.org
GitHub: https://github.com/animicaorg/all

Calling GPU owners, developers, miners, and AI builders:

Animica 1.9.1 is ready for testing. Update with:

Code:
pip install -U animica

Then start exploring:

Code:
animica ena –help

Animica is building a useful-work AI blockchain ecosystem, and AI ENA is becoming the core of that vision.
Animica (OP)
Newbie
*
Offline

Activity: 24
Merit: 0


View Profile
June 25, 2026, 12:01:33 AM
Last edit: June 25, 2026, 03:22:42 PM by Welsh
 #24

Animica 3.0.0 — Bitcoin-Core-Compatible RPC Mode

Animica 3.0.0 introduces a Bitcoin-Core-compatible RPC mode designed to make Animica easier to integrate with existing crypto infrastructure.

This does not mean Animica is a Bitcoin clone. Animica remains its own post-quantum, account-model, PoIES useful-work Layer 1. The compatibility layer exposes Bitcoin Core-style JSON-RPC method names and response shapes so existing explorers, wallets, exchanges, bots, indexers, pool dashboards, and other Bitcoin RPC tooling can connect with much less custom integration work.

Bitcoin-style endpoints

Animica now supports Bitcoin-style JSON-RPC calls at the root endpoint:

Code:
POST /        Bitcoin-compatible RPC endpoint
POST /rpc     Native Animica RPC + Bitcoin-compatible methods

That means tools can be pointed at an Animica node similarly to a Bitcoin node:

Code:
bitcoin-cli -rpcconnect=<host> -rpcport=8545 getblockcount

curl -s http://<host>:8545/ \
  -d '{"jsonrpc":"2.0","id":1,"method":"getblockchaininfo","params":[]}'

JSON-RPC 2.0, positional parameters, named parameters, batch calls, and notifications are supported.

Implemented Bitcoin-style RPC categories

Read-only chain / node methods

Code:
getblockcount
getbestblockhash
getblockhash
getblock
getblockheader
getblockchaininfo
getchaintips
getdifficulty
getmempoolinfo
getrawmempool
getrawtransaction
sendrawtransaction
testmempoolaccept
decoderawtransaction
validateaddress
getnetworkinfo
getpeerinfo
uptime
stop
help

These are the most useful methods for explorers, indexers, exchange integrations, bots, and monitoring tools.

Wallet adapter methods

Code:
getnewaddress
getbalance
listunspent
sendtoaddress
sendmany
listtransactions
gettransaction
createwallet
loadwallet
listwallets
backupwallet

Because Animica uses an account model instead of Bitcoin’s UTXO model, some wallet calls are compatibility adapters. For example, listunspent can synthesize a UTXO-like view from an Animica account balance, while listtransactions currently returns an empty list unless backed by an external explorer/history index.

Mining / pool compatibility

Code:
getblocktemplate
submitblock
prioritisetransaction
generatetoaddress
getmininginfo

Mining compatibility is mapped into Animica’s PoIES useful-work system. getblocktemplate returns a Bitcoin-shaped template, while Animica-specific consensus values such as thetaMicro, templateId, stateRoot, and PoIES fields are carried under animica:* extension keys.

How Bitcoin RPC maps to Animica

Code:
getblockcount        -> chain.getHead().height
getbestblockhash     -> chain.getHead().hash
getblock/getheader   -> chain.getBlockByHash
getrawtransaction    -> tx.getTransactionByHash + mempool raw tx lookup
sendrawtransaction   -> tx.sendRawTransaction
getmempoolinfo       -> mempool.getStats
getrawmempool        -> mempool.getPending
getnetworkinfo       -> node.health
getpeerinfo          -> p2p.listPeers
getblocktemplate     -> miner.getBlockTemplate
submitblock          -> miner.submitBlock

Animica hashes are SHA3-256 and normally use 0x-prefixed 64-hex formatting internally. The Bitcoin compatibility layer strips the 0x prefix for Bitcoin-style bare hex responses.

Balances are mapped from nANM to coin-unit display values, similar to how Bitcoin RPC returns BTC-denominated numbers. Difficulty is synthetic because PoIES does not use Bitcoin nBits; Animica maps thetaMicro into a monotonic Bitcoin-style difficulty analogue.

Important compatibility notes

Animica is not pretending to be Bitcoin at the consensus level.

Some Bitcoin fields are compatibility-only values so existing software does not break:

Code:
chainwork              compatibility placeholder
bits                   compatibility placeholder
verificationprogress   1.0
pruned                 false
softforks              {}

Transactions are also adapted. Bitcoin expects vin/vout UTXO-style transactions, while Animica is account-based. The RPC layer creates a Bitcoin-shaped transaction view with one synthetic vin and one vout, while keeping the real Animica fields under animica:* keys.

Why this matters

This makes Animica 3.0.0 much easier to integrate with existing Bitcoin-oriented infrastructure:

  • Explorers can query familiar block and transaction methods.
  • Exchanges can reuse parts of existing Bitcoin RPC integration logic.
  • Bots and indexers can consume familiar JSON shapes.
  • Pool dashboards and mining tools can use getblocktemplate-style flows.
  • Developers can test with bitcoin-cli-style commands instead of learning a completely new RPC surface first.

Summary

Animica 3.0.0 adds a practical Bitcoin Core 30.x-style RPC compatibility layer while keeping Animica’s own consensus, post-quantum address model, useful-work mining, account system, and native RPC intact.

It is best described as:

Bitcoin RPC compatibility for Animica — not Bitcoin consensus compatibility.

The goal is simple: let existing Bitcoin infrastructure point at Animica faster, while still preserving what makes Animica different.

Animica 4.0.0+ — Ethereum/EVM RPC Facade is Live

Animica has now added an Ethereum/EVM-compatible JSON-RPC facade.

This does not mean Animica is becoming an Ethereum clone, and it does not yet mean Solidity bytecode execution. Animica remains its own post-quantum PoIES useful-work L1.

What this release does add is a familiar Ethereum-style RPC surface so tools like MetaMask, ethers.js, web3.js, explorers, bots, dashboards, and indexers can begin connecting to Animica through common eth_*, net_*, and web3_* methods.

EVM bridge:
https://evm.animica.org

What works in this phase:

    [] Ethereum-style JSON-RPC facade
    [] eth_chainId
    [] eth_blockNumber
    [] eth_getBlockByNumber
    [] eth_getBlockByHash
    [] eth_getBalance
    [] eth_getTransactionCount
    [] eth_getTransactionByHash
    [] eth_getTransactionReceipt
    [] eth_gasPrice
    [] eth_estimateGas
    [] eth_call
    [] eth_getLogs
    [] net_version
    [] net_peerCount
    [] web3_clientVersion
  • web3_sha3

Why this matters:

Ethereum tooling already has a massive ecosystem. By exposing Ethereum-style RPC methods, Animica can become easier for existing wallets, explorers, bots, and infrastructure providers to understand without changing Animica’s native architecture.

Animica uses post-quantum anim1... accounts, while Ethereum uses 20-byte 0x... addresses. The new facade includes an address bridge layer that can create deterministic EVM-style aliases for Animica accounts.

Example concept:

Code:
anim1…  →  0x…
    This allows Ethereum-style tooling to display and query Animica accounts through familiar 0x addresses while the real chain remains Animica-native.

Important boundary:

This is an Ethereum RPC-compatible facade, not full EVM execution yet.

That means:

    [] Animica does not currently run Solidity bytecode through this facade.
    [] eth_getCode returns empty code.
    [] eth_call is currently a compatibility/read placeholder.
    [] eth_sendRawTransaction is bounded because Ethereum uses secp256k1 signatures while Animica uses post-quantum identity.

The honest claim is:

Animica now has an Ethereum RPC-compatible facade, with a path toward full EVM execution.

Roadmap:

[list=1]
[] EVM RPC facade — live in 4.0.0+
[] Wallet compatibility and binding flow
[] Relayer support for EVM-wallet transaction submission
[] ERC-style facade for native Animica assets/contracts
  • Full EVM execution module for Solidity deployment

Animica is building compatibility outward while keeping its core identity intact: post-quantum security, useful-work consensus, AI compute, native Python-VM contracts, and a blockchain architecture designed around more than just hashing.

This release makes Animica easier to connect to, easier to index, easier to build around, and easier for existing Ethereum infrastructure to experiment with.

Install/update:

Code:
pip install -U animica

Animica 4.0.0+ is another step toward making useful-work blockchain infrastructure accessible through the tools developers already know.
Eddyc
Sr. Member
****
Offline

Activity: 1081
Merit: 391


View Profile
July 02, 2026, 08:50:47 PM
 #25



https://www.publish0x.com/crypto-bits/animicaanm-a-post-quantum-layer-1-blockchain-that-s-useful-f-xjyxgmd

Being Useful isn't About having Everything, but rather the Essentials...

Dyor
Animica (OP)
Newbie
*
Offline

Activity: 24
Merit: 0


View Profile
July 15, 2026, 03:26:34 AM
 #26

[ANN] Animica (ANM) — v8.0.6 Released | Post-Quantum Blockchain + Useful Work AI Network

Introduction

Animica is building a new generation of blockchain infrastructure focused on useful work, post-quantum security, and decentralized AI.

Unlike traditional proof-of-work networks that spend computation purely on hashing, Animica is designed around Proof-of-Useful-Work, allowing network participants to contribute meaningful computational resources toward AI, data, and decentralized services while securing the chain.

Today we are announcing the release of Animica v8.0.6, a major milestone toward building an open AI-powered internet.



What is Animica?

Animica (ANM) is a post-quantum blockchain designed for:

• Decentralized AI applications
• AI agent networks
• Useful computational work
• Post-quantum cryptographic identities
• Decentralized data availability
• A future AI-native internet layer

Animica combines blockchain security with AI infrastructure to create a network where computation can create real-world value.



Animica v8.0.6 Highlights

🚀 AI Infrastructure Expansion

Animica continues advancing toward a decentralized AI ecosystem where users can:

• Generate AI content
• Build AI agents
• Deploy decentralized applications
• Contribute computation
• Earn ANM for useful contributions

The goal is an open AI network that does not depend on a single centralized provider.



🔐 Post-Quantum Security

Animica is built with a focus on long-term security through post-quantum cryptography.

Features include:

• Post-quantum wallet identities
• Quantum-resistant signatures
• Secure decentralized communication

The network is designed for a future where quantum computing becomes a practical threat.



⚡ Useful Work Consensus

Animica introduces a different approach to blockchain computation.

Instead of wasting energy on meaningless calculations, network participants can contribute useful resources including:

• AI inference
• AI training workloads
• Data processing
• Decentralized services



🌐 The Animica Internet Vision

Animica is developing toward a decentralized AI internet layer:

• .anm domain system
• AI agents that can discover and communicate with each other
• Decentralized applications
• User-owned AI services

The goal is an internet where intelligent agents and applications can operate openly without centralized gatekeepers.



ANM Token Utility

ANM powers the Animica ecosystem.

Uses include:

• Transaction fees
• AI computation payments
• Agent services
• Marketplace payments
• Network incentives
• Useful work rewards



Roadmap

Phase 1 — Blockchain Foundation ✅

✓ Post-quantum blockchain
✓ Wallet infrastructure
✓ Mining network
✓ Node ecosystem

Phase 2 — AI Network 🚧

✓ AI generation platform
✓ AI agents
✓ Useful work infrastructure
✓ Decentralized AI services

Phase 3 — Animica Internet 🌐

• .anm domains
• Agent-to-agent communication
• Decentralized AI applications
• Global AI compute marketplace



Join the Network

Website:
https://animica.dev

GitHub:
https://github.com/animicaorg/all

Community:
(Add Discord / Telegram links)



Mining & Nodes

Everyone can participate by running infrastructure:

• Run a node
• Mine ANM
• Provide useful computation
• Build applications on Animica



Final Thoughts

Animica is not trying to create another blockchain.

The vision is to create an open infrastructure layer where blockchain, AI, and useful computation converge.

Version 8.0.6 is another step toward building a decentralized AI-powered internet.

Welcome to Animica.

ANM — Useful Work. Open AI. Post-Quantum Future.
mrweeker
Newbie
*
Offline

Activity: 2
Merit: 0


View Profile WWW
July 26, 2026, 03:33:19 PM
 #27

Don't waste your time, the developer has disappeared.
Animica (OP)
Newbie
*
Offline

Activity: 24
Merit: 0


View Profile
August 03, 2026, 10:12:01 PM
 #28

Animica 9.0.8 Released — Major Node Stability and RPC Performance Upgrade

Animica 9.0.8 is now available.

This release resolves an important node-performance issue that could cause the RPC interface to become unresponsive for more than 20 seconds while the node continued to appear healthy. When this occurred, mining pools and solo miners could no longer retrieve new block templates, potentially interrupting block production.

What was fixed

  • Peerstore SQLite performance — The peerstore previously opened, configured and closed a new SQLite connection for nearly every peer operation. Large peer-list messages could therefore block the node’s asyncio event loop for extended periods. Animica 9.0.8 now caches and safely reuses the connection.
  • Network hashrate caching — The network-hashrate cache was invalidated whenever a new block arrived, causing the node to repeatedly scan and decode hundreds of block headers. The cache now behaves as intended and avoids unnecessary database work.
  • Reliable mining RPC — Calls such as
Code:
miner.getBlockTemplate
    now remain responsive under network and RPC load, allowing miners and pools to continue receiving work normally.[/li]

  • Improved node responsiveness — Testing reduced RPC response times from repeated 20-second timeouts to sub-second responses while maintaining healthy block production.

Consensus status

Animica 9.0.8 does not introduce a new consensus rule, state migration or chain reset. It is a stability and performance upgrade and is compatible with the existing mainnet state.

All node operators, mining pools, exchanges and infrastructure providers are strongly encouraged to upgrade.

Upgrade with pip

Code:
python3 -m pip install --upgrade animica==9.0.8

Restart your node or miner after installation:

Code:
animica node down
animica node up

Unified miners can restart with:

Code:
animica up

Confirm the installed version:

Code:
animica --version

About Animica

Animica is a post-quantum Layer-1 blockchain combining:

  • Post-quantum transaction signatures
  • Proof-of-Work and verifiable useful computation
  • AI inference, training and compute settlement through AICF
  • Deterministic Python smart contracts
  • Native ANM payments and an open-source node stack

Official links

Website: https://animica.org
Explorer: https://explorer.animica.org
Wallet: https://animica.org/wallet
Mining pool: https://pool.animica.org
Free AI and developer platform: https://animica.dev
Source code: https://github.com/animicaorg/all

Animica 9.0.8 continues the focus on making the network more reliable under real-world mining, peer-to-peer and RPC workloads.

Please upgrade and restart your infrastructure as soon as practical.
Animica (OP)
Newbie
*
Offline

Activity: 24
Merit: 0


View Profile
August 12, 2026, 06:14:53 PM
 #29

Don't waste your time, the developer has disappeared.

Nope still here Wink still working hard every day.
Animica (OP)
Newbie
*
Offline

Activity: 24
Merit: 0


View Profile
August 13, 2026, 01:58:07 PM
 #30

⚡ ANIMICA 10.1.0 — POST-QUANTUM L1 + ANM-NATIVE L2 + VERIFIABLE AI INFRASTRUCTURE

From 9.0.8 to 10.1.0, Animica has undergone one of the largest development cycles in the history of the network.

Animica is an open-source Layer-1 blockchain built around three ideas that we believe will become increasingly important over the next decade:

• Post-quantum cryptography
• Decentralized/verifiable AI and useful compute
• A programmable monetary and application layer built around ANM

10.x significantly expands that architecture.

The project is open source:

https://github.com/animicaorg/all

Main website:

https://animica.org

WHAT IS ANIMICA?

Animica is not an ERC-20 token or a token deployed on another chain.

It is an independent Layer-1 blockchain with its own:

• Consensus implementation
• P2P network
• Block production
• Native ANM asset
• Account/state model
• Post-quantum transaction signatures
• Smart-contract execution environment
• Mining infrastructure
• AI capability framework
• Wallets
• Explorer
• SDKs
• RPC stack
• Developer tooling
• Data-availability infrastructure

The network uses PoIES — Proof of Integrated External Services — which is designed to combine conventional proof-of-work security with externally useful services such as AI, quantum/randomness and storage proofs.

Animica also uses a deterministic Python-based VM for smart contracts rather than simply cloning the EVM.

9.0.8 — STABILIZING THE L1

9.0.8 was largely about making the existing Layer-1 infrastructure considerably more robust.

One of the problems identified was an unexpectedly expensive P2P peer-store path.

The peer store was repeatedly opening SQLite connections and executing PRAGMAs during peer ingestion.

Under load, a single large peer-list message could cause enormous amounts of synchronous work on the asyncio event loop.

Measured internally, opening/writing/closing the peer store was around 135x slower than using the cached connection path.

Under pathological conditions this could translate into tens of seconds of event-loop blocking.

The result looked strange from the outside:

The node could technically remain alive while RPC requests timed out.

That meant miners could fail to retrieve new block templates even though the node process itself appeared healthy.

9.0.8 changed the peer store to reuse a cached SQLite connection protected by the existing lock.

The network-hashrate calculation was also corrected so that its cache actually survived across blocks instead of effectively being invalidated every time a new block appeared.

The practical result:

RPC timeouts that could exceed 20 seconds were reduced to sub-second operation in testing, while block production remained healthy.

This was an important foundation for what came next.

10.x — ANM INSTANT / ANM-NATIVE LAYER 2

The largest architectural addition in 10.0.0 is the introduction of an ANM-native Layer-2 payments rollup.

This is not intended to replace Animica L1.

Animica L1 remains the settlement and security layer.

The L2 is additive and opt-in.

It is designed to allow ANM transfers and payment activity to execute at much higher throughput while periodically committing the resulting state back to Layer 1.

Think:

ANM for settlement on L1.
ANM Instant for high-frequency payments on L2.


POST-QUANTUM L2 TRANSACTIONS

The L2 does not abandon Animica’s post-quantum identity.

Transactions are built around ML-DSA-65 signatures.

That means the high-throughput payment layer remains aligned with the post-quantum cryptographic direction of the base chain.

DETERMINISTIC PARALLEL EXECUTION

One of the central goals of the L2 is throughput.

Instead of treating every transaction as something that must wait for an entire Layer-1 block cycle, the L2 can process transactions separately and batch settlement.

The execution architecture includes deterministic parallel processing.

The objective is straightforward:

Increase practical transaction throughput without changing Animica L1 into a centralized high-speed database.

AUTHENTICATED L2 STATE

The rollup maintains authenticated state using a Sparse Merkle Tree (SMT).

This allows account/state transitions to be represented by cryptographic roots that can be committed and verified rather than requiring participants to blindly trust an opaque balance database.

DATA AVAILABILITY

Batches include reconstructable data-availability blobs.

The goal is that the state transition is not merely represented by a mysterious hash.

The data necessary to reconstruct the rollup’s activity can be made available alongside the commitment structure.

PROOF ARCHITECTURE

The proof system is intentionally pluggable.

The current implementation supports validity by deterministic re-execution.

The architecture also contains a backend slot for future zero-knowledge proving systems.

We want to be precise here:

Animica 10.x is not claiming that the current L2 is already a production zk-rollup.

The design creates a path toward stronger cryptographic validity proofs without pretending that technology exists where it does not.

L1 ↔ L2 BRIDGE

The L2 includes an L1 bridge architecture built around strict conservation of ANM.

ANM does not magically appear because it moved onto Layer 2.

The system is designed around a conservation invariant:

L2 value must remain backed by value entering through the Layer-1 side of the system.

The architecture also includes forced-exit mechanisms intended to reduce dependence on the designated sequencer.

THE TRUST MODEL

We also want to be transparent about what “trust-minimized” means.

The present architecture uses a designated sequencer.

That is different from claiming a completely decentralized sequencer network already exists.

The security model, escape mechanisms, settlement rules and limitations are documented in the repository.

The long-term objective is progressive decentralization without hiding the assumptions of the system today.

L2 RPC + CLI + EXPLORER

This isn’t only a whitepaper proposal.

The L2 implementation was introduced as a real code package with its own test suite.

10.0.0 reported 53 tests for the initial implementation.

The system integrates with the existing Animica node and exposes l2_* JSON-RPC functionality.

It also integrates with:

animica l2

through the CLI.

Explorer support was added for L2 information including:

• L2 overview/status
• TPS information
• Batches
• Transactions
• Accounts
• State roots

The L2 can be explicitly enabled with:

Code:
ANIMICA_L2_ENABLE=1

The L1 consensus layer remains separate.

10.1.0 — REAL ML-DSA-65 SMART-CONTRACT DEPLOYMENT

10.1.0 fixes an especially important issue in the smart-contract deployment path.

Animica’s node transaction allowlist accepts the real ML-DSA-65 / FIPS 204 transaction signature scheme.

However, the SDK path used by:

Code:
animica contract deploy
animica contract send

was still restricting signing to legacy algorithm names.

This created a nasty deadlock:

A wallet using the real ML-DSA-65 scheme could not be signed by the CLI.

Meanwhile transactions using the legacy/stub algorithms would be rejected by the node.

The result was that genuine on-chain contract deployment could fail even though both the VM and transaction infrastructure existed.

10.1.0 fixes this.

The omni_sdk signer now understands:

Code:
ml_dsa_65
ml-dsa-65
mldsa65

and routes signing through the real ML-DSA-65 backend.

VERIFIED ON MAINNET

This was not only tested locally.

The 10.1.0 release commit documents a real ANM20 contract deployment on Animica mainnet from an ML-DSA-65 wallet.

The deployment was accepted and confirmed on-chain.

Recorded test:

Block: 71,724

Contract prefix:

Code:
0xd3274e7e…

Reported deployment gas was approximately:

0.0002 ANM

That closes an important gap between Animica’s post-quantum transaction policy and its smart-contract tooling.

OMNI SDK NOW SHIPS WITH ANIMICA

Another practical 10.1.0 change is packaging.

omni_sdk is now vendored into the Animica Python package.

Previously it could exist as an optional dependency, creating situations where a basic Animica installation didn’t contain everything necessary for the contract-signing path.

The relevant runtime dependencies are now declared by the main package.

The objective is that:

Code:
pip install animica

provides a much more complete base installation.

POST-QUANTUM CRYPTOGRAPHY

Animica’s cryptographic architecture is one of the areas where the project intentionally differs from most existing cryptocurrency networks.

The current repository includes support centered around:

ML-DSA-65

for post-quantum digital signatures, alongside other PQ infrastructure.

ML-DSA is the standardized successor to CRYSTALS-Dilithium under NIST’s FIPS 204 standard.

Animica is being designed around the assumption that blockchain infrastructure may need to survive much longer than today’s cryptographic comfort window.

That means post-quantum security is being treated as an architectural property rather than something we intend to bolt on years later.

AI IS PART OF THE NETWORK ARCHITECTURE

Animica is also being built around decentralized AI and useful compute.

The repository contains the AICF — AI Capability Framework, AI agent runtime infrastructure, provider systems and compute coordination.

The broader goal is to create an environment where compute providers can perform useful AI workloads and where ANM can become the settlement asset connecting:

• AI inference
• Compute providers
• AI agents
• Applications
• Developers
• Users
• Blockchain settlement

AGENT INFRASTRUCTURE EXPANDED

The development line leading into 10.1.0 also includes substantial work on the AI agent runtime.

The repository now contains expanded orchestration infrastructure, provider-hosted execution, entitlement handling and AICF worker improvements.

Animica’s direction is increasingly larger than “a blockchain with an AI API.”

The goal is a network where autonomous software can:

discover → execute → pay → settle → verify

using common infrastructure.

ANIMICA INTERNET

Another major experimental subsystem appearing in this development period is Animica Internet.

The repository now contains a dedicated application covering areas including:

• Animica-native naming
• Resolution
• Registry interaction
• Network configuration
• Wallet integration
• Custom schemes
• Content serving
• Desktop UI
• Linux packaging
• macOS packaging
• Windows packaging

The broader idea is to allow Animica identities, services and applications to exist in a network-native namespace rather than treating the blockchain as nothing more than a payment ledger.

THE STACK IS GETTING LARGE

The Animica monorepo now includes dedicated systems for:

• Consensus
• Execution
• P2P networking
• Mining
• RPC
• Post-quantum cryptography
• Proof systems
• Randomness
• Data availability
• Smart contracts
• L2 payments
• AI
• AICF
• Agent runtime
• Wallets
• Browser wallet
• Desktop wallet
• Explorer
• SDKs
• Studio
• Developer tooling
• Compute providers
• Marketplace infrastructure
• Animica Internet
• dVPN-related infrastructure
• Apps and services

This is why the 9.x → 10.x transition is important.

Animica is increasingly becoming an integrated decentralized computing platform rather than a single-purpose cryptocurrency daemon.

ANM’S ROLE

ANM is the native asset of the Animica network.

The goal is for the same asset to connect multiple economic layers:

L1 settlement
→ L2 payments
→ smart contracts
→ AI compute
→ applications
→ services
→ agents


Rather than creating a new token for every subsystem, the intention is to make ANM increasingly useful across the stack.

WHY BUILD AN L2 THIS EARLY?

Because payment infrastructure becomes far more interesting when users don’t have to think in block intervals.

L1 blockchains are excellent settlement systems.

They are not always ideal for every interaction inside a game, marketplace, AI service or application.

Imagine paying tiny amounts for:

• AI inference
• API calls
• Game actions
• Agent-to-agent services
• Compute jobs
• Marketplace purchases
• Streaming services
• Machine-to-machine payments

Waiting for an L1 block for every interaction is unnecessary.

Animica’s model is therefore becoming:

L1 for security and settlement.

L2 for speed and high-frequency economic activity.


10.1.0 IS NOT THE END

There is still a large amount of work ahead.

Areas we are continuing to investigate include:

• L2 sequencer decentralization
• Stronger validity-proof systems
• Higher transaction throughput
• Additional AI provider decentralization
• Better developer tooling
• More robust wallet integration
• Contract ecosystem growth
• More real economic activity denominated in ANM
• Improved node performance
• Broader infrastructure distribution

Animica is experimental technology.

We would rather publish the architecture, document assumptions and improve it in public than claim every part of the system is finished.

FOR DEVELOPERS

The entire project can be inspected here:

https://github.com/animicaorg/all

The repository currently contains more than 5,000 commits and includes the blockchain implementation alongside the surrounding ecosystem.

Clone:

Code:
git clone https://github.com/animicaorg/all.git
cd all

Setup:

Code:
./setup.sh
source .venv/bin/activate

Check the CLI:

Code:
animica –help

NETWORK

Animica Mainnet:

Native Chain ID: 1
Default RPC: 8545
Default P2P: 30333

The network supports peer discovery, gossip propagation and multiple transport mechanisms.

Run your own node if you want to independently verify the network rather than depending on public infrastructure.

WHERE WE ARE HEADING

Animica began with a relatively simple question:

What should a blockchain designed for a post-quantum, AI-heavy computing world actually look like?

10.1.0 moves the answer considerably further.

It now includes the foundations for:

Post-quantum L1 security.

Post-quantum smart-contract transactions.

ANM-native high-speed L2 payments.

Verifiable AI infrastructure.

Useful compute.

Autonomous agents.

Native applications.

A broader decentralized service economy settled in ANM.


There is plenty left to build.

But the architecture is becoming real code rather than a roadmap diagram.

WELCOME TO ANIMICA 10.1.0.

Build. Mine. Compute. Verify. Settle.

Website:
https://animica.org

Source:
https://github.com/animicaorg/all

Wallet:
https://animica.org/wallet

Explorer:
https://explorer.animica.org

AI / Developer Platform:
https://animica.dev

Mining:
https://pool.animica.org

We welcome miners, node operators, developers, cryptographers, AI researchers and anyone interested in experimenting with the network.
Animica (OP)
Newbie
*
Offline

Activity: 24
Merit: 0


View Profile
August 21, 2026, 06:39:22 AM
 #31

Animica 11.0.0 is live.

What started as an experiment in building a blockchain that doesn’t inherit today’s signature assumptions has grown into a full network for post-quantum transactions, decentralized compute, and machine-to-machine payments.

What is Animica?

Animica is a Layer-1 blockchain built around ML-DSA-65, the NIST FIPS 204 post-quantum digital-signature standard.

The bigger goal, though, is infrastructure for an internet where software and AI agents can pay, compute, transact, and provide services without a human sitting in the middle of every interaction.

Animica 11.0.0 brings that vision considerably closer.

Animica 11.0.0

The network now combines several pieces that are usually separate:

Post-quantum Layer 1

* ML-DSA-65 transaction signatures
* Native ANM
* Proof-of-Work consensus
* Smart contracts
* Public RPC/P2P infrastructure

AI Compute

* GPUs can contribute inference capacity
* Providers can serve AI workloads
* Compute can become an economically useful network resource
* The long-term goal is turning idle hardware into permissionless AI infrastructure

x402

* HTTP resources can require payment before serving a request
* Designed for APIs, data, inference and other machine-consumable services
* Supports the emerging model of AI agents paying other services automatically
* Animica is building x402 infrastructure around both ANM and USDC on Base

The interesting part isn’t any one of these individually.

It’s putting them together.

An agent should eventually be able to discover a resource, pay for it, consume it, perform compute, and sell the resulting service to another agent — with very little human coordination.

Run Animica

Animica is intentionally distributed as a Python package.

pip install -U animica

Then:

animica up --address YOUR_ANIMICA_ADDRESS

The idea is to make joining the network feel less like administering enterprise blockchain infrastructure and more like installing software.

Why post-quantum now?

Most cryptocurrency ownership ultimately depends on digital signatures.

Animica’s position is simple: if we’re designing infrastructure intended to survive for decades, quantum resistance shouldn’t be something bolted on after cryptographically relevant quantum computers arrive.

Animica therefore uses ML-DSA-65 today, rather than treating post-quantum migration as a problem for some future version of the network.

Why x402?

The web was designed around humans clicking buttons, creating accounts, entering credit cards and approving purchases.

AI agents don’t operate that way.

An autonomous agent requesting an API endpoint may simply need to know:

What does this cost?

Where do I pay?

Can I prove payment?

Give me the resource.

That’s what makes HTTP-native payment protocols such as x402 interesting.

Animica is experimenting aggressively here because I think machine-to-machine commerce could become one of crypto’s genuinely useful applications.

The experiment

Animica isn’t pretending to be Bitcoin.

It isn’t Ethereum.

And it isn’t another token launched around a whitepaper with the network promised later.

I’m building the network in public, shipping releases, breaking things, fixing them, and seeing whether this combination can become useful:

Post-quantum security + decentralized AI compute + programmable money + autonomous agents.

11.0.0 is another major step in that direction.

If you’re a miner, developer, AI builder, GPU operator, agent developer, security researcher, or just someone who likes experimenting with unusual blockchain infrastructure, you’re invited to try it.

Build something. Run a node. Break something. Tell me what sucks.

Animica 11.0.0 is live.
Animica (OP)
Newbie
*
Offline

Activity: 24
Merit: 0


View Profile
August 26, 2026, 06:03:15 PM
 #32

I’ve posted a number of individual Animica updates recently, so I wanted to consolidate the important pieces into one larger update.

Animica started with a relatively simple idea: build a Layer-1 that does not inherit the same cryptographic assumptions as older blockchains.

It has grown into something much broader.

Today Animica combines a post-quantum Layer-1, Proof-of-Work mining, decentralized AI inference, browser/mobile compute, smart contracts, AI agents, and x402 machine payments into one ecosystem.

Website: https://animica.org
AI: https://animica.dev
Mining/Compute: https://pool.animica.org
Mobile Serve & Earn: https://pool.animica.org/serve
Explorer: https://explorer.animica.org
Academy: https://academy.animica.org
Wallet: https://animica.org/wallet
x402: https://animica.dev/x402

Post-Quantum From the Beginning

Animica is not trying to retrofit post-quantum signatures onto an existing network years later.

The chain uses ML-DSA-65, standardized by NIST as part of FIPS 204.

Animica includes its own:

* Layer-1 blockchain
* Proof-of-Work consensus
* P2P network
* VM and smart-contract system
* Wallet and SDK
* JSON-RPC/WebSocket infrastructure
* Explorer
* Mining pools
* AI compute infrastructure
* x402 payment infrastructure

ANM is the network’s native asset.

AI Compute Is Part of the Network

One of the biggest areas of development has been AICF — Animica’s AI compute infrastructure.

The idea is that blockchain infrastructure does not have to burn compute exclusively for consensus.

Compute providers can perform useful inference work.

Animica’s architecture connects miners, inference workers, models, jobs, verification, settlement, and on-chain economics.

That means the network can develop into something closer to a distributed machine economy than a conventional blockchain.

Serve & Earn Is Now Running on Phones

This is one of the developments I’m most excited about.

You can now open:

https://pool.animica.org/serve

from a compatible device, install a supported model into the browser, and use that device as an inference worker.

This is inference — not simply pretending that a phone is a high-end GPU miner.

The model runs locally in the browser and the device can contribute useful AI computation.

That opens a very different scaling path.

Instead of assuming decentralized AI requires everyone to own a rack of GPUs, Animica can potentially aggregate large numbers of smaller devices.

Imagine 10,000 phones.

Individually they are small workers. Collectively they become a geographically distributed inference cluster spanning time zones, networks, and hardware vendors.

Phones charge overnight. Devices appear and disappear. Capacity follows users around the world.

The long-term objective is to make contributing useful compute increasingly accessible.

Animica 11.1.0

The recent 11.1.0 release also substantially expanded Animica’s generative AI capabilities.

Image generation now uses a more structured pipeline.

Prompts can be compiled into explicit constraints, multiple candidates can be generated, and a CLIP-based judge can select the result that best satisfies the request.

Generated images can retain their recipe, including information such as the seed, model, and generation parameters, making results reproducible.

Video generation has also moved beyond simply producing animated images.

The pipeline can turn a prompt into multiple shots such as:

* wide shot
* main shot
* close-up

and incorporate camera movement such as dolly, pan, and orbit.

GPU systems can use heavier generation pipelines while CPU-oriented systems can use lighter techniques such as depth/parallax processing.

x402: APIs That AI Agents Can Pay For

Another major area I’ve been building is Animica’s x402 infrastructure:

https://animica.dev/x402

x402 makes HTTP 402 Payment Required useful for machine-to-machine commerce.

Instead of:

create account → verify email → create API key → fund account → manage subscription

the model becomes closer to:

request resource → receive payment requirement → pay → receive resource

That is particularly interesting for autonomous AI agents.

Animica has been expanding its collection of x402-accessible services and discovery infrastructure so agents can find services, inspect them, pay for them, and consume them programmatically.

The larger goal is not merely to sell API requests.

It is to create an ecosystem where autonomous software can discover and purchase useful resources without requiring a human to manually create an account for every service.

Why Combine All of This?

At first glance, post-quantum cryptography, Proof-of-Work, AI inference, mobile compute and x402 might sound like separate projects.

They aren’t.

The architecture I am working toward looks like this:

Devices provide compute → AI jobs consume compute → agents purchase services → x402 handles machine payments → Animica coordinates/verifies infrastructure → ANM provides the native economic layer.

Miners secure the chain.

Inference workers provide useful computation.

Developers build applications and paid endpoints.

AI agents become customers.

Browsers, phones, desktops and GPU servers become potential suppliers.

That’s the experiment.

Mining Is Still Open

Animica remains a Proof-of-Work network, and new miners are welcome.

Mining information:

https://pool.animica.org

The project has intentionally remained open to independent miners and compute providers rather than restricting participation to a closed infrastructure provider.

If you have hardware sitting idle, I’d rather see it become part of an open network than another centralized compute silo.

Built in Public

Animica began in September 2025 and I’ve continued building the stack aggressively in public.

Some parts worked immediately.

Others absolutely did not.

The VM, wallet and SDK were substantial projects, but the AI compute and settlement infrastructure has been one of the hardest pieces because it crosses several traditionally separate systems: distributed compute, blockchain consensus, job accounting, verification and economic settlement.

There is still a lot to build.

That’s also why I’m posting here.

I’m interested in feedback from people who actually run nodes, miners, pools, infrastructure and software rather than only people interested in another token.

Try the network.

Run a miner.

Run inference.

Break something.

Tell me what is bad.

Build something I didn’t think of.

Animica:

https://animica.org

Mining / Compute:

https://pool.animica.org

Serve & Earn:

https://pool.animica.org/serve

AI:

https://animica.dev

x402:

https://animica.dev/x402

Explorer:

https://explorer.animica.org

Wallet:

https://animica.org/wallet

Academy:

https://academy.animica.org

Post-quantum security. Proof-of-Work. Useful AI compute. Machine-native payments. One open network.
Pages: « 1 [2]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!