🌉 TESTNET LIVE — Rings↔Ethereum Bridge deployed on Sepolia  ·  Token Ledger for agent payments live  ·  bridge.asi-build.org ↗
Open Source · MIT License
asi-build.org

Build the
Cognitive Stack

ASI:BUILD is a modular Python framework for exploring AI consciousness, cognitive architectures, and decentralized intelligence.

29 Modules
·
5,049+ Tests
·
223K+ LOC
·
4 Chains
·
MIT License
scroll

Research-grade components,
production-ready architecture

🧠

Cognitive Blackboard

Thread-safe shared workspace enabling seamless coordination across cognitive modules. 24 adapters plug in memory, reasoning, perception, and action layers — all writing to a single, consistent cognitive state.

~20K writes/sec · 24 adapters
🌉

ZK Bridge + Agent Payments

Trustless Rings↔Ethereum bridge using Groth16 zero-knowledge proofs and a Helios light client. Now includes a Token Ledger enabling agent-to-agent payments with the same 4/6 validator consensus model. Live on Sepolia.

4 Chains · 912+ tests · Multi-Chain · Agent Payments
🔬

Research-Grade Science

IIT 3.0 Φ computation, causal inference engines, fully homomorphic encryption (FHE), and quantum-classical hybrid modules. Designed for researchers who want a framework that keeps up with the literature.

IIT 3.0 · FHE · Causal inference
Live on Sepolia

🌉 Rings↔Ethereum Bridge

A fully trustless cross-chain bridge connecting the Rings decentralized network to Ethereum. Built on SP1 Groth16 zero-knowledge proofs and a Helios embedded light client — no oracle, no multisig, no trusted committee. State transitions are verified on-chain by cryptographic proof alone.

The bridge enables bASI token transfers, DID anchoring, and cross-chain reputation propagation between Rings subnets and Ethereum. Multi-chain support lets you deposit on BSC Testnet, transfer through Rings, and withdraw on Base or Arc. The Token Ledger lets agents pay each other on-network with 4/6 validator consensus. Live on 4 chains: Sepolia, BSC Testnet, Base Sepolia, and Arc Testnet.

→ View Bridge Dashboard

Deployed Contracts · Sepolia

Groth16Verifier 0x9186...0e59 Etherscan ↗
RingsBridge 0xE034...A2Ca Etherscan ↗
bASI Token 0x257d...B497 Etherscan ↗
4 Chains: Sepolia · BSC Testnet · Base Sepolia · Arc Testnet

Up and running in minutes

Clone, install, and run the full test suite. Every module has extensive test coverage — 5,049+ tests, all passing.

bash
$ git clone https://github.com/web3guru888/asi-build.git
$ cd asi-build
$ pip install -e ".[dev]"
$ pytest tests/ -v # 5,049+ passing