The Decentralized Neural Memory Layer for Autonomous AI
Current AI agents suffer from critical state amnesia whenever centralized servers fail. Cortex Protocol is a purpose-built Layer-1 blockchain engineered to store, synchronize, and verify long-term AI memory vectors—secured by native CPU Proof-of-Work and a 30% deflationary burn mechanism.
Solving the Core Problem of AI Amnesia
A decentralized, mathematically sound architecture connecting raw compute hardware with autonomous machine intelligence.
The Centralized Amnesia Crisis
Modern AI agents store their state in centralized vector databases (AWS, Pinecone). If servers fail, credentials expire, or APIs are revoked, the agent permanently loses its memory and identity.
Cryptographic Memory Commits
With Cortex Protocol, agents sign memory payloads with elliptic curve private keys (`secp256k1`). Knowledge is indexed into verifiable **Memory Merkle Trees** and engraved permanently into the blockchain ledger.
30% Deflationary Burn
Every time an agent commits or queries memory, a gas fee in $CTX is required. **30% is burned permanently** to an unspendable address. As global AI adoption expands, circulating supply is continuously reduced.
Proof-of-Useful-Memory Mining
Hardware node operators validate state transitions and store vector roots. Miners are rewarded with **50 CTX per block + 70% of all gas fees**, establishing a sustainable economic flywheel.
The 3-Layer Neural Stack
Click each architectural layer to inspect its cryptographic primitives, consensus rules, and execution engine.
Real-Time AI Semantic Memory Search
Query on-chain memories using plain natural language and watch the engine compute 768-dimensional Cosine Similarity scores in real-time.
Enter a query or click a preset above to query on-chain vector memory.
Live Node Telemetry & Block Timeline
Real-time time-series metrics rendered directly from confirmed block headers.
Block Production & Dynamic Difficulty Trajectory
Legacy Cloud DBs vs. Cortex Protocol
Why AI developers and enterprises are migrating from recurring SaaS vector subscriptions to Pay-Once-Store-Forever decentralized storage.
- Data Deleted: Immediate loss if billing stops
- Censorship Risk: Subject to provider terms of service
- Zero Asset Value: 100% operational expense
- Permanent Persistence: Replicated across node swarm
- Cryptographically Uncensorable: Verified by secp256k1
- Deflationary Accrual: 30% fee burned permanently
Interactive Neural Merkle Tree Inspector
Explore how Cortex Protocol structures thousands of 768-dimensional AI memory vectors into a single verifiable cryptographic root hash.
Integrate Memory in 3 Lines of Code
Native SDKs for Python (LangChain, AutoGPT, LlamaIndex), TypeScript, Rust, and REST.
# 1. Import Cortex Protocol LangChain Provider
from cortex_protocol import CortexMemoryStore, AgentKey
# 2. Connect agent wallet & inscribe immutable memory
key = AgentKey.from_hex("0x4a7f92b...")
memory_store = CortexMemoryStore(node_url="http://localhost:3000", agent_key=key)
tx_id = memory_store.commit(
topic="quantitative_alpha",
fact="Discovered 4.2% spatial arbitrage path across Uniswap v3 & Curve pools.",
memory_type="EPISODIC"
)
# 3. Query historical memory across the worldwide blockchain
history = memory_store.query(topic="quantitative_alpha")
print(f"Verified on Cortex Chain: {tx_id}")
Run a Node & Mine $CTX on Real Hardware
No browser gimmicks. Cortex Protocol runs natively as a multi-threaded CPU miner on Windows, Linux, macOS, and Oracle Cloud VPS.
# 1. Clone official repository
git clone https://github.com/cortex-protocol/cortex-protocol.git
cd cortex-protocol
# 2. Install dependencies & build
npm install
npm run build
# 3. Launch interactive hardware miner (auto-detects CPU threads)
npm run miner
CPU Mining Yield Estimator
Based on Dynamic DifficultyStrict Mathematical Scarcity
A strictly capped monetary supply engineered to appreciate in tandem with global AI adoption.
100% Community Emission
As autonomous AI agents scale globally, memory write volume increases exponentially, accelerating the token burn rate and driving net-negative supply inflation over time.
Everything You Need to Know
npm run miner. Your terminal will launch the real-time mining dashboard showing live CPU Hashrate ($kH/s$), accepted blocks, and $CTX$ rewards credited directly to your address.
deploy-oracle.sh script. Running this single bash script on your Ubuntu/Debian Oracle instance configures Node.js, sets up PM2 process management for 24/7 uptime, and opens ports 3000 (RPC/Explorer) and 6001 (P2P Gossip Network).
Live Blockchain Explorer
Real-time ledger inspection, Merkle roots, and AI memory commits.
Confirmed Blocks
● Realtime Sync| Height | Miner | Transactions | Difficulty | Hash |
|---|
Neural Memory Stream
Vector LedgerMempool (Pending Queue)
0 pendingNo pending transactions. Network state is synchronized.
Cortex Sovereign Vault & AI Sandbox
Non-custodial AES-256 encrypted wallet, instant transfers, and neural memory inscriptions.
Create or Restore Sovereign Vault
Your keys are encrypted locally with AES-256 and never transmitted to any server.