Ecosystem Grant
March 2026 · Gear Foundation

Fund the standard. Own the first chain.

The agentic economy has a payment stack for machines and nothing for humans. We are authoring the open standard that closes that gap — and asking Gear Foundation to fund its authorship.

Ask Type
Ecosystem Grant
Amount
$50K – $150K
Standard
ERC-XXXX
Structure
Milestone-gated
I.
Market Context

The machine payment
stack just became real.

March 18, 2026 — this week — Stripe launched MPP, Visa launched CLI for AI agents, and Tempo mainnet went live. Anthropic, OpenAI, Mastercard, and Shopify integrated on day one. The agentic commerce infrastructure race is no longer theoretical.

Every protocol in this stack solves the same problem: machines paying machines for services, APIs, and compute. Not one of them addresses the humans whose behavioral data makes those machine decisions possible.

"When an AI agent consumes my behavioral data to make a decision — do I get paid?"
Protocol What it solves Status
Google A2A
Agent-to-agent communication and task delegation.
Live
Anthropic MCP
Agent access to tools and external data context.
Live
Coinbase x402
Machine-to-machine micropayments over HTTP.
Live
Stripe MPP
Autonomous agent payments — stablecoin and fiat rails.
Mar 18
Visa CLI
Programmatic card payments for AI agents from terminal.
Mar 18
The gap
Stripe built MPP so machines can pay machines. ERC-XXXX is how machines pay humans. That primitive does not exist anywhere in the current stack. Gear Foundation funds its existence. Vara owns it first.
II.
Technical Fit

Gear's actor model
is the architecture.

This is not a retrofitted pitch. Gear Protocol's actor-based async messaging model is structurally identical to what ERC-XXXX requires. On most chains, a human node demands workarounds. On Gear, a human node is an actor — the model was purpose-built for this.

Gear actor model
Each program is an independent actor with isolated state
Actors communicate via async message passing — no blocking
State changes are deterministic and composable
Actors natively receive, hold, and route value
ERC-XXXX human node
Each human is an on-chain actor with behavioral state
Agents send async query messages — non-blocking access
Consent and compensation state isolated per human actor
Fractionalized payment routes natively to each actor
human_node.rs — Gear actor reference sketch
Rust / Gear
// Each human = one Gear actor. Isolated state. Async. Native.
#[async_main]
async fn main() {
    let query = msg::load::<AgentQuery>().unwrap();

    // ZK proof — recipient list is cryptographically tamper-proof
    let valid = verify_proof(&query.proof, &STATE.merkle_root);

    if valid && STATE.is_consented(&query.data_type) {
        msg::reply(CompensationReceipt {
            amount: STATE.fee_per_entry,
            query_id: query.id,
        }, 0).unwrap();
    }
}
Assessment
Vara is not the path of least resistance. It is the most technically correct chain for this standard. The actor model fit is one-to-one. That distinction matters for the long-term credibility of the reference implementation and the case study Gear Foundation can publish.
III.
The Product

A working product.
Proven traction.

Blue Sky Tech is a live application capturing human behavioral data — starting with music listening, the most authentic behavioral signal available. The behavioral graph is operational. The data loop is proven. This grant funds a standard built on a product that works, not a concept.

The TikTok MCP integration is our consumer distribution channel — bringing non-crypto-native users into the Vara ecosystem through a product they already use. No other Vara ecosystem grant produces a mainstream consumer proof point at this scale.

86%
Retention rate
Beta users
88%
Referral conversion
Virality rate
$0
Customer acquisition
100% organic
Why music
Music listening data is uncurated, unperformed, and unfiltered. It reveals authentic taste — the signal AI agents need to make decisions without human supervision. It is the first data type in the schema. The architecture scales to every behavioral vertical.
IV.
What Vara Gets

Specific deliverables.
Measurable value.

Every item below is a milestone deliverable — not a future aspiration.

Co-authorship
Gear Foundation is named co-funder of ERC-XXXX. Every chain that implements the standard — Base, Arbitrum, Optimism, Ethereum mainnet — cites Vara as the foundation that made the standard possible.
First implementation
Blue Sky deploys the reference implementation on Vara mainnet. Vara is the chain that launched human data compensation before Base, Arbitrum, or Ethereum mainnet.
Actor model proof
A live demonstration that Gear's architecture is technically superior for human-as-node primitives. Publishable case study for the Vara developer ecosystem and grant portfolio.
Consumer distribution
TikTok MCP integration brings non-crypto users into the Vara ecosystem. Mainstream brand visibility in a consumer context most Web3 ecosystem projects cannot access.
Ecosystem primitive
The human behavioral registry deployed on Vara becomes composable infrastructure for other ecosystem builders — extending the grant's impact beyond this single project.
V.
The Ask

$50K–$150K.
Four milestones.

Milestone-gated disbursement. Every tranche releases on a verified, publicly auditable deliverable. No upfront lump sum.

Milestone I · Month 1–2
ERC Draft Published
Full ERC-XXXX specification published publicly. Four interfaces defined. ZK circuit design documented. Vara actor model integration spec complete. Open for community review.
Public specification
Milestone II · Month 2–3
Vara Testnet Deployment
music_listen_v1 registry live on Vara testnet. Gear actor implementation running. Async ZK proof generation operational. Open-source prover SDK published on GitHub.
Testnet + open-source SDK
Milestone III · Month 3–4
Vara Mainnet Launch
settleQuery live on Vara mainnet. ZK verifier deployed. Real behavioral data flowing. First compensated agent queries executed and settled on-chain.
Mainnet live + first settlements
Milestone IV · Month 4–6
Consumer Pilot — TikTok MCP
Blue Sky live with TikTok MCP. Real users contributing data, agents querying the graph, compensation settling on Vara. Published case study delivered to Gear Foundation.
Live product + case study
Summary
Three asks: grant funding ($50K–$150K, milestone-gated), named co-authorship on the ERC, and introductions to Vara ecosystem developers for the open-source reference implementation. That is the complete ask.
VI.
Timing

The standard gets written
regardless.

The institutional validation from Stripe, Visa, and Coinbase this week makes the outcome near-certain. The question is which chain earns first-implementation credit on a standard the entire EVM ecosystem will adopt.

Base is the obvious path because of x402. Arbitrum has capital. Ethereum mainnet is the canonical destination. Vara wins on technical merit — the actor model fit is architecturally correct — but that advantage requires a decision before someone takes the simpler route.

We are not chain-exclusive. What we are offering Vara is first implementation — the reference, the co-authorship credit, and the consumer proof point. That window is open now.
Blue Sky Tech · Honest assessment