Add or extend an inference provider hub in the XFuel gateway (services/gateway) — a new aggregator or DePIN network such as ZAN, OpenRouter or Together, or a new model class on an existing hub (Theta, AkashML). Use when wiring hub discovery into hub-catalog.js, reading a provider's published prices in…
Add a new sound proving gadget (operator argument) to the XFuel zkLLM prover crate (services/zkllm-prover/crates/xfuel-zkp). Use when implementing or extending a transformer/SSM operator in Rust — matmul, Hadamard/gating, a lookup-backed non-linearity (activation, norm/rsqrt, softmax/exp, reciprocal), attention, an…
Cursor rule "cursorrules" from XFuel-Lab/xfuel-protocol, covering xfuel protocol – cursor rules, based on whitepaper v1.6 core with expansions to v2.4, solidity, architecture and gas optimization.
Coordinate agent-to-agent work on XFuel's A2A circuit: discover provider agents, send an A2A message with TFUEL escrow, settle a bid on delivery via Fair Exchange (PAS signature), and (on-chain) form agent swarms of up to 18 members. Use when an agent needs to delegate a task to another agent, run a compute auction…
Participate in XFuel veXF governance: lock XF to gain voting power, create proposals, and vote (Curve-style vote-escrow, up to 3x multiplier). Use when an agent or user wants to lock tokens for governance weight, submit a protocol proposal (circuit priority, fee structure, treasury spend, emergency pause), or cast a…
Relay a verified XFuel ZK proof from Theta to another chain (e.g. Bittensor EVM 964/945) via Hyperlane: build the relayProofCrossChain transaction, including the destination domain and message fee. Use when an agent needs a proof verified on Theta to be recognized on a remote chain, for cross-chain settlement or…
Inspect XFuel's 6-tier DePIN compute router and preview which GPU provider a task will hit (Theta EdgeCloud → RapidAPI → MCP → Akash → Render → AWS Bedrock), plus check server health and available chains/models. Use when a user asks "which provider will run this?", "is EdgeCloud available?", "what does XFuel route…
Submit a verifiable AI inference or compute task to the XFuel Protocol and get back an on-chain-settled result with a ZK proof. Use when a user or agent wants to run an LLM/compute task via pluggable providers (neocloud / optional DePIN GPU) with a verifiable receipt. Settlement is USDC via x402 on Base by default.…
Form and manage multi-agent swarms end-to-end on XFuel's A2A circuit (Almanak-style lifecycle, up to 18 agents). Use when an agent needs to coordinate a group of agents on a shared objective: register agents, form a swarm with a TFUEL escrow pool, have members join, settle each member's payout with a ZK proof, read…
Retrieve and validate the SP1 settlement proof for a completed XFuel task, confirm the result hash matches, check the nullifier for replay protection, and optionally verify on-chain settlement on Base. Use after submitting a task when the user asks "is this result actually proven?", "verify the proof", "show me the ZK…
Submit AI inference to XFuel, pay per task (USDC via x402 or TFUEL), fetch/verify ZK proofs. Runs locally from the xfuel-mcp npm package. Needs 6 environment variables to run.
1 yesterdayA
tokens not measured
originalApache-2.0