FLOWCORE — UNIFIED IAM GATEWAY

One call. Full stack. One proof.

Operational
FlowCoreAPI is NOT a single-purpose guard. The unified gateway is its own layer — one call instead of four.
FLOW CHECKS
$0.02
PER CALL
AVG LATENCY MS

WHAT IT DOES

Agents running the full pre-execution stack face a coordination problem: four API calls, four proof hashes, four error states. FlowCore replaces all four with one call. Send your intent and context — FlowCore runs MemGuard, NoLeak, EP, and RiskOracle in sequence, returns a single approved/blocked decision with a unified proof hash covering all components. 50% cheaper than calling each API individually. Custom routes supported for partial stack checks.

API

POST /flow/check (full stack — $0.02/call) POST /flow/route (custom subset — $0.01/call) GET /health Request: { "agentId": "your_agent", "intent": { "type": "trade", "action": { "type": "swap", "capital": 50 } }, "context": { "walletBalance": 500 }, "route": ["memguard", "noleak", "ep", "riskoracle"] } Response: { "flowId": "uuid", "approved": true, "blockedBy": null, "results": { "memguard": { "stateValid": true, "driftScore": 0.03 }, "noleak": { "shouldExecute": true, "score": 0.82 }, "ep": { "valid": true, "proof_hash": "0x..." }, "riskoracle": { "riskScore": 0.12, "recommendedAction": "proceed" } }, "unifiedProofHash": "0xa3f9...", "latencyMs": 890 }

ROUTING

RoutePriceWhat It Checks
["ep"]$0.01IAM check only
["ep", "riskoracle"]$0.015IAM + risk score
["memguard", "noleak"]$0.015State + execution
["memguard", "noleak", "ep", "riskoracle"]$0.02Full stack (default)

PAYMENT

MethodHow It Works
x402HTTP 402 flow — pay USDC on Base, retry with credential
MPPMachine Payment Protocol via Stripe/Tempo rails
ERC-7710Pre-approve daily spend limit for high-frequency calling
ACPDiscover and call via Virtuals marketplace, USDC auto-settled

THE COMPLETE OLYMPUS STACK

ProductQuestionPrice
MemGuardIs my state valid?$0.01
NoLeakShould I execute?$0.01
EP AgentIAMAm I authorized?$0.01
RiskOracleWhat is my risk?$0.01
SecureExecAPIExecute safely?$0.01
FlowCoreAPIAll of the above?$0.02
GitHub Virtuals ACP Get Access