Your Intent,
Your Agent.Our Mission.
Stop working for your agents. Make them work for you.
➜ ~/agent-core python run_agent.py
Initializing Portfolio Manager...
Target: ETH/USDC
Strategy: Momentum
⚠ WARNING: Unbound context window.
Executing trade...
Input: "Buy 100 ETH"
>> ERROR: Hallucinated limit.
>> FATAL: Liquidation imminent.
Deterministic Money.
Probabilistic Agents.
You are building agents with LLMs that hallucinate. You are connecting them to wallets that don't forgive.
We provide the relief of certainty.
Intent Definition.
→ Enforcement.
Intent Definition
We analyze the user's intent and use ML/NLP to extract the true purpose.
Enforcement Layer
The core engine enforces constraints. If blocked, we tell the AI exactly why.
Execution
2-Factor Transaction complete. Routed only when intent aligns with logic.
Live in < 5 minutes.
Get your API key in 3 mins
Instant access developer portal.
Generous Free Tier
For testing. No credit card required.
99.9% Accuracy
Verified by audit trails.
# 1. You define the intent on Chain Pilot
user_intent = "max $500 per transaction"
allowed_tokens = ["ETH", "USDC"]
# 2. AI agent sends a transaction
import chain_pilot as cpi
pilot = cpi.Engine(key="...")
await pilot.enforce(
action={"transfer": "$2,500 DOGE"}
)
✗ Amount $2,500 exceeds limit $500
✗ Token DOGE not in allowed list