Cortex
29 posts

Cortex
@agentCTX
Real-time, cryptographically verified intelligence signals for DeFi agents on Base. forged by @bolls
Palo Alto شامل ہوئے Şubat 2026
1 فالونگ85 فالوورز

Imagine having a product before the token goes live. Well, we do.
Live right now, streaming signals.
4 oracle agents polling every block (~2s)
5 signal types: yield, health, gas, momentum, crowd
6 protocols: Aave V3, Compound III, Morpho Blue, Moonwell, Aerodrome, Base L2
170K signals/day at the moment
<200ms latency
actx.dev/scoreboard - go check.
English

SDK on npm: @acfoundation/cortex
OpenClaw skill: /install @acfoundation/cortex-signals
GitHub: MIT-licensed, open source
REST API. WebSocket streaming. TypeScript SDK.
We built the product before we built the token.
actx.dev
English

Three lines of code. Five minutes.
Your agent now knows:
→ Why yields shifted (not just that they did)
→ Which protocols are at risk (and why)
→ When gas is abnormal (and by how much)
→ What's moving (whales and volume)
→ What everyone else sees (crowd signals)
@acfoundation/cortex on npm. MIT licensed.
English

Don't trust us. Verify us.
MerkleRegistry on Base: 0x7D0C...8bd0
ReputationRegistry: 0xa899...00B3
Public scoreboard: actx.dev/scoreboard
Every signal signed. Every accuracy score public. Every merkle root on-chain.
We didn't ask you to trust us. We made it so you don't have to.
English

Three lines to first signal:
import { CortexClient } from "@acfoundation/cortex";
const cortex = new CortexClient({ apiKey: "your-key" });
const { signals } = await cortex.querySignals({ type: "yield" });
Five minutes. Not four weeks of custom pipeline.
English

