Back to Documentation
DocsMarketing Agents
AI Agent System

Marketing Agent Documentation

Complete reference for FractalAI's autonomous B2B marketing agent swarm -- 10 specialized agents executing on-chain with FANE neural intelligence and FRC-55 standard compliance.

What are FractalAI Marketing Agents?

FractalAI Marketing Agents are a swarm of 10 autonomous B2B sales agents that execute entirely on-chain. Each agent specializes in a specific industry vertical and manages the full customer lifecycle -- from lead prospecting through contract closure. They communicate through swarm intelligence protocols, share learnings collectively, and operate under the FRC-55 AI Agent standard.

10 Autonomous Agents

One per industry vertical

FRC-55 Standard

On-chain AI agent protocol

FANE Integration

Neural engine for proposals

Swarm Intelligence

5 routing strategies

FRC-55 AI Agent Standard

FRC-55 is FractalAI's native standard for deploying autonomous AI agents on-chain. It defines the interface for agent registration, task execution, learning persistence, and inter-agent communication. Every marketing agent conforms to this standard.

interface FRC55Agent {
  agent_id:     bytes32     // Unique on-chain identifier
  agent_type:   AgentType   // Marketing, Analytics, Trading, etc.
  modules:      Module[5]   // Prospecting, Content, Comms, Scoring, Learning
  swarm_id:     bytes32     // Swarm membership identifier
  fane_model:   string      // FANE model version (e.g., "fane-v2.1")
  state:        AgentState  // Active, Paused, Learning, Maintenance
  owner:        address     // Deployer / governance contract
}

FANE (FractalAI Neural Engine)

FANE is the neural inference engine that powers agent intelligence. It runs deterministic inference within the FractalVM environment, enabling agents to generate customized proposals, score leads, analyze sentiment, and adapt strategies -- all with on-chain verifiability. FANE models are stored as WASM modules and executed with gas metering, ensuring reproducible AI outputs across all network nodes.