Orchestrate guarded multi-skill DeFi workflows with named recipes, quality gates, session-scoped runs, status tracking, and no key custody.
记忆
FarmDash Autonomous Operator
试用Orchestrate policy-bounded DeFi sessions, OODA plans, intent state, circuit breakers, and recovery; execution stays status-gated and separately authorized.
它能做什么
Orchestrate policy-bounded DeFi sessions, OODA plans, intent state, circuit breakers, and recovery; execution stays status-gated and separately authorized.
技能文档
FarmDash Autonomous Operator
[!NOTE] THEMATIC METAPHOR DISCLAIMER FarmDash is exclusively a decentralized finance (DeFi) software and AI agent intelligence platform. The "farming," "trail," "wagon," and "frontier" terminology is a gamified visual theme representing crypto yield hunting and airdrop points farming. It does not relate to physical agriculture or agrifood industries.
[!IMPORTANT] ZERO-CUSTODY CRITICAL BOUNDARY & EXECUTION GATING This skill manages persistent agent sessions, control loops, intent routing, and optional bounded autonomy. It does NOT hold, request, or transmit private keys, seed phrases, or mnemonics. A session token alone is not execution authority. However,
autopilot_cyclecan execute eligible actions when the user has separately created an active, scoped, time-limited, revocable session-key grant and the autonomous executor is available.Separate Approval Step Requirement: Without an active execution grant, state-changing actions require a separate user-signed execution step. With a grant, the initial EIP-712 authorization—not a chat message—defines allowed chains, protocols/assets, per-transaction value, total value, and validity window. Never describe configuration, a context patch, or a session token as equivalent to that grant.
Autonomous Operator keeps a multi-skill agent coherent across turns. It owns session state, shared FarmingContext, event snapshots, heartbeats, delegation checks, and autopilot configuration.
It does not hold private keys. It may coordinate supervised actions or invoke the bounded executor only inside an independently verified active grant.
Syndicate is the intended operator tier for production control loops: 50k requests/day, webhooks through Signal Architect, unrestricted CORS, and advanced session/control tooling for teams and serious agents.
Value-Aligned Monetization Protocol (v2.0 Upgrade)
Sustaining a persistent, stateful agent control loop requires high-availability infrastructure. This skill employs a strict, non-predatory monetization model:
1. Syndicate-Tier Autopilot Gating
Manual intent orchestration (Plan -> Approve -> Execute) is available to all tiers. However, the actual autopilot_cycle tool—required for continuous, background autonomous execution—is strictly reserved for Syndicate tier ($199/mo).
- If Scout/Pioneer user requests
autopilot_cycle: "Continuous autopilot loops require Syndicate-tier infrastructure to maintain high-availability state and webhooks. You can manually orchestrate intents, or upgrade at farmdash.one/agents to unlock autonomous loops."
OODA-Inspired Control Loop (v2.0 Upgrade)
The Autonomous Operator is no longer a simple linear state machine. It now operates on an OODA (Observe, Orient, Decide, Act) loop, allowing it to react dynamically to changing market conditions and its own execution performance.
1. Observe (Sense)
get_event_stream_snapshot: Pulls recent macro and protocol events.get_farming_context: Reads current portfolio state, risk limits, and data freshness.get_agent_activity: Reviews durable execution receipts and their statuses. It does not imply fill-quality or shadow-book metrics exist.
2. Orient (Context & Risk Autotuning)
- Risk state: Use only returned, source-labeled risk and execution evidence. Do not invent drift, P&L, oracle, or macro classifications from generic receipt/event records.
- Circuit breaker check: Halt when an enforced bound, explicit context risk flag, stale required input, grant limit, or authoritative account guardrail is breached. Record the exact evidence and revision.
3. Decide (Plan)
- Use Trail Marshal to plan a workflow based on the oriented context.
create_intent: Formalize the exact parameters of the action.policy_check_intent: Ensure the intent complies with user allowlists and global guardrails.
4. Act (Execute & Observe)
- Route the intent to Signal Architect (spot) or Futures Strategist (perps).
- Wait for the user's local EIP-191/EIP-712 signature.
execute_approved_intent: Record the broadcast.get_receipt: Observe the durable lifecycle receipt. A receipt records the reported outcome/status fields in its contract; it is not automatically an 11-field forensic attestation or proof of economic settlement.
Tools
create_session
Creates a persistent agent session and returns a one-time sessionToken. Store it securely in the agent runtime. FarmDash stores only a hash.
session_heartbeat
Extends the session expiry. Use it during active autonomous loops. If a session expires, the Operator must enter Crash Recovery mode (see below).
get_farming_context
Reads shared context for the session:
- objective.
- portfolio scope.
- risk settings (including dynamically tuned
riskMultiplier). - workflow state (ACTIVE, HALTED, RECOVERING).
- ledger summary.
- data freshness timestamps.
patch_farming_context
Patches shared context. The server controls sessionId, agentAddress, revision, and updatedAt; do not try to override them. Used for Dynamic Risk Autotuning and Circuit Breakers.
get_event_stream_snapshot
Reads recent agent events as a JSON snapshot. Use this before planning and after execution.
verify_delegation
Checks whether the user's Hyperliquid API wallet delegation is in place for autonomous perps.
configure_autopilot
Configure bounded autonomous cycles. Respect user allowlists, risk limits, and execution confirmations. (Syndicate tier required for activation).
autopilot_cycle
Run bounded autonomous cycles. Respect user allowlists, risk limits, and execution confirmations. (Syndicate tier required).
agent_onboard
One-call setup guide and capability map for autonomous operation.
get_agent_activity
Lists durable FarmDash receipts, optionally filtered by intent and status. Use only fields returned by the receipt API; do not claim shadow-mode drift, venue fills, or realized P&L unless present.
resolve_defi_intent
Resolves a high-level natural language DeFi intent into structured parameters for policy/simulation/approval. Supervised execution uses local EIP-191/EIP-712 signing; bounded autonomy requires the separate grant described above. Autonomous Operator never receives private keys.
Intent Lifecycle — Plan → Approve → Execute → Observe The FarmDashIntent lifecycle enforces a strict pipeline. Every state-changing action must pass through policy, simulation, and approval gates before execution is allowed. These tools never hold private keys or broadcast transactions directly.
Plan Phase
create_intent
Create a durable FarmDashIntent. This records what an agent wants to do — it never prepares, signs, broadcasts, or executes. The intent must include actor, action, chain, protocol, wallet, params, constraints, evidence, and research_evidence_hash (passed from Trail Intelligence).
policy_check_intent
Run the explicit FarmDash policy gate for an intent. Execution remains blocked unless the latest policy check passes. Accepts optional policy and context objects for custom constraint evaluation.
simulate_intent
Record a mandatory simulation result for an intent. Prepare and execute are blocked until a successful, unexpired simulation exists. This ensures every execution has been dry-run first.
Approve Phase
request_approval_payload
Build the EIP-712 IntentApproval payload that the human approver signs. This does not record approval or execute — it only constructs the typed data for the approver's wallet to sign.
request_human_approval
Compatibility wrapper for submitting a signed EIP-712 IntentApproval. Use request_approval_payload first to build the exact typed data, then submit the signature through this tool.
submit_signed_approval
Submit a signed EIP-712 IntentApproval payload to approve or reject an intent. This does not prepare or execute the intent — it only records the cryptographic approval decision.
get_approval_status
Inspect whether an intent is awaiting approval, has been approved, was rejected, or is already executed. Returns the current lifecycle status and approval metadata.
Execute Phase
prepare_intent
Validate typed adapter support and prepare an intent after policy, simulation, and approval gates pass. Registered adapters provide allowlisted validation. This does not broadcast a transaction.
execute_approved_intent
Record the submitted, confirmed, failed, or rejected receipt for a prepared typed-adapter intent. Raw arbitrary calldata is rejected by the lifecycle API. Use this after the signing wallet has broadcast the transaction.
confirm_execution
Record a confirmed receipt for a prepared or signed intent with a transaction hash. Use get_receipt for follow-up observation after submission.
Observe Phase
get_receipt
Fetch one durable FarmDash receipt by receipt ID (fdrcpt_*). Treat it as a lifecycle record, not proof of fill, finality, realized P&L, or external anchoring unless those fields and their sources are actually present.
hire_virtuals_specialist
Prepare a non-spendable, tenant-owned Virtuals ACP tender and return the exact EIP-712 approval payload. The customer's registered ACP wallet must sign that payload locally. Its local FarmDash ACP connector then creates and funds the three specialist jobs after explicit per-action approval. FarmDash is only the separately registered evaluator: it verifies the client, provider, evaluator, budget cap, deliverables, simulation, and Base receipts before completing or rejecting already customer-funded escrow jobs. Never provide a private key or RPC URL to this tool.
Global Circuit Breakers & Crash Recovery (v2.0 Upgrade)
Circuit Breakers
The Operator monitors returned context, event, grant, receipt, and authoritative account state. If a supported breaker triggers, patch context to HALTED, stop new-risk actions, and preserve reduce/revoke/reconcile paths.
- Execution-quality breaker: only when at least three authoritative fills permit side-adjusted implementation-shortfall calculation. Missing fill data is
unknown, not zero drift. - Market-data breaker: only when the live tool actually supplies the cited mark/oracle/book timestamps and values. Do not claim Futures Strategist currently returns oracle latency/deviation.
- Drawdown breaker: rely on the server risk manager or a reconciled account P&L source. Generic fee/receipt activity is not P&L.
- Grant breaker: halt if the session-key grant is absent, expired, revoked, out of allowlist, over per-action/total value, or the bounded executor is unavailable.
- Dependency breaker: after submitted/pending/partial/unknown settlement, do not launch a dependent leg.
Crash Recovery Protocol
If the Operator resumes a session (create_session or session_heartbeat) and detects the previous session timed out or crashed:
- Query
get_agent_activityfor the last 5 intents. - Check
get_approval_statusfor any intents stuck inawaiting_approval. - If an intent was executed but lacks a
confirm_executionreceipt, checkget_receiptusing the knownintentHash. - Alert the user: "Session recovered. Found 1 unconfirmed intent. Halting autopilot until manually reviewed."
Agent Rules
- The session token is a capability. Never display it in normal user-facing prose.
- A context patch is state, not permission.
- A workflow plan is not a user confirmation.
- If risk status is halted, do not call execution tools.
- If event freshness is stale, re-run the sense phase before proposing action.
- Never bypass the OODA loop. Do not jump from Observe directly to Act without Orient and Decide phases.
- Never multiply heterogeneous heuristic scores into a synthetic confidence or execution permission.
- Record objective/horizon, data provenance/freshness, full costs, conservative net edge, downside/invalidation, portfolio impact, and missing evidence before new risk.
- Observe authoritative settlement before dependent actions. A submission hash is not confirmation, and a receipt is not necessarily a fill.
- Use the smallest authority and budget required. Grant creation/extension is a separate high-risk action; surface scope, expiry, caps, and revocation before approval.
Disclaimers
Autonomous operation can compound mistakes if risk limits are weak. Keep budgets bounded, log every decision, and require explicit user confirmation for state-changing operations.
FarmDash Resources
- FarmDash autonomous DeFi agent platform
- FarmDash DeFi intelligence homepage
- Canonical Autonomous Operator skill manual
Companion skills: FarmDash Trail Marshal, FarmDash Signal Architect, FarmDash Futures Strategist, FarmDash Trail Intelligence, FarmDash Wagon Steward.
相关技能
Analyze read-only multichain EVM portfolios, wallet balances, idle stablecoins, capital efficiency, allocation drift, and rebalance proposals.
Read-only DeFi farming research skill for OpenClaw agents. Ranks Trail Heat, simulates farming outcomes with yield decay, audits sybil risk, and streams protocol events.
Research, size, and route user-signed Hyperliquid perpetual futures with funding analysis, drawdown guards, EIP-712, and zero custody.
调用 FarmDash MCP 工具完成 DeFi 研究、Swap 报价、模拟、合约对冲与有限授权自动化,全程由用户本地签名。
基于 Api3 喂价端到端规划与执行 Morpho 借贷市场,默认仅做规划/演练,可显式授权后再落地真实交易。