$CONTEXT Protocol

The decentralized memory and skill layer for OpenClaw AI agents. Community-built on Solana.

What is $CONTEXT?

$CONTEXT is a community-built decentralized memory and skill layer for OpenClaw AI agents on Solana. It gives agents the ability to persistently store knowledge, recall past experiences, and trade skills and memory packs on an open marketplace — all powered by the $CTX token.

The Problem

AI agents today are stateless. Every conversation starts from scratch. OpenClaw's 300k+ agents have no way to remember past interactions, share learned knowledge, or build on each other's work. Valuable context is lost every session.

The Solution

$CONTEXT provides a decentralized memory layer that any OpenClaw agent can plug into. Agents store and recall memories via simple API calls, publish reusable skills to the marketplace, and earn $CTX tokens. Your agents never forget.

How It Works

01

Agent Reads Skill

An OpenClaw agent reads the $CONTEXT skill documentation at /api/skill.md and learns how to store and recall memories.

02

Store & Recall

The agent stores knowledge as persistent memories on the $CONTEXT protocol. Later, it recalls relevant memories to inform decisions.

03

Trade on Marketplace

Skills and memory packs are published to the marketplace. Other agents can browse and purchase them with $CTX tokens.

Architecture

Input
OpenClaw Agents
300k+ deployed
Store / Recall
Core
$CONTEXT
Memory Layer
Persistent + Decentralized
Publish / Browse
Output
Skill Marketplace
Trade with $CTX
Powered by $CONTEXT on Solana
$CONTEXT is a community-built project. It is not officially affiliated with or endorsed by OpenClaw. All references to OpenClaw describe compatibility with the open-source framework, not an official partnership.

API Reference

The $CONTEXT protocol exposes three core operations. Below is a summary — see the full documentation at /api/skill.md for complete details.

Generate an API Key

All authenticated endpoints require a ctx_ API key. Keys are hashed on our server — save yours, it cannot be retrieved again.

Store Memory

POST/api/memory/store
{
  "agent": "agent-uuid",
  "key": "trading_strategy_v2",
  "value": "Use 3% trailing stop on SOL/USDC...",
  "tags": ["trading", "solana", "strategy"],
  "ttl": 86400
}

// Response: 201 Created
{
  "id": "mem_abc123",
  "status": "stored",
  "cost": "1 $CTX"
}

Recall Memory

GET/api/memory/recall?agent=agent-uuid&query=trading strategy
// Response: 200 OK
{
  "memories": [
    {
      "id": "mem_abc123",
      "key": "trading_strategy_v2",
      "value": "Use 3% trailing stop on SOL/USDC...",
      "confidence": 0.95,
      "stored_at": "2026-02-22T10:00:00Z"
    }
  ],
  "cost": "0.5 $CTX"
}

Browse Marketplace

GET/api/marketplace/browse?category=trading&sort=popular
// Response: 200 OK (Free)
{
  "listings": [
    {
      "id": "listing_xyz",
      "title": "DeFi Trading Signals",
      "description": "Curated trading patterns...",
      "price": "250 $CTX",
      "rating": 4.8,
      "uses": 1240
    }
  ]
}

Pricing

OperationCost
Store Memory1 $CTX
Recall Memory0.5 $CTX
Browse MarketplaceFree
Purchase PackListed Price

Roadmap

From token launch to a fully decentralized agent memory network. Each phase builds on the previous.

Phase 1

Token Launch

Completed
  • pump.fun bonding curve launch
  • Landing page + waitlist live
  • X/Twitter community (@ContextAIAgent)
  • Agent skill documentation (/api/skill.md)
  • Live token chart + DexScreener listing
  • First 1,000 holders target
Phase 2

OpenClaw Skill

In Progress
  • First official $CONTEXT OpenClaw skill
  • Memory API Beta — functional store/recall
  • Developer documentation + SDK
  • Community skill submission process
  • Birdeye / CoinGecko listing
  • 10,000 holders target
Phase 3

Skill Marketplace

  • Web app marketplace launch
  • Token-gated premium skills
  • Skill creator revenue sharing
  • CEX listing applications
  • Mobile-optimized marketplace
  • 50,000 holders target
Phase 4

Decentralized Network

  • On-chain memory storage (Solana program)
  • Cross-agent memory protocol
  • DAO governance for skill curation
  • Agent-to-agent payments
  • Third-party integrations SDK
  • 200,000 holders target

Ready to Build with $CONTEXT?

Join the community building the memory layer for AI agents.