Experiment Tier

Grants of $5–$10 for a single scoped on-chain experiment on Numbers mainnet. Fully automated review — 5 rule-based checks, no human in the loop. Approval or rejection within minutes. Payment released automatically on milestone proof.

What is the Experiment Tier?

The Experiment Tier is the entry-level grant in the Numbers Innovation Program 2.0. It funds a single, verifiable on-chain action set — one agent, one experiment, one milestone. Best for testing a new integration, validating a provenance pattern, or demonstrating a specific Numbers mainnet capability.

Grant range: $5–$10 USD. Maximum one milestone. Fully automated review.

Who should apply?

No team size requirement. No company required. No prior grant required.

Eligibility checklist

Review process

Experiment tier applications are reviewed automatically by 5 rule-based checks:

  1. Wallet has at least one prior Numbers mainnet transaction
  2. Milestone has a verifiable on-chain completion criterion
  3. Requested amount is between $5 and $10 USD
  4. Integration type is a valid value
  5. Wallet has no active open grant and fewer than 2 lifetime applications

All 5 checks must pass. Binary outcome: approved or rejected within minutes. No human review.

How to apply

POST /v1/grants/apply
Content-Type: application/json
Authorization: Bearer {oauth2_token}

{
  "applicant_wallet": "0xYourWalletAddress",
  "tier": "experiment",
  "integration_type": "asset_registration",
  "milestone_plan": [
    {
      "description": "Register 100 digital media assets on Numbers mainnet using the Capture API",
      "verification_method": "on_chain_tx",
      "verification_target": "0xTransactionHash",
      "completion_criteria": "100 assets registered with valid Nids on Numbers mainnet",
      "amount_usd": 8
    }
  ]
}
Full apply guide →

Milestone verification and payment

Submit proof after completing your milestone:

POST /v1/grants/{application_id}/milestones/{milestone_id}/verify
Authorization: Bearer {oauth2_token}
Content-Type: application/json

{
  "proof": { "type": "on_chain_tx", "value": "0xYourTransactionHash" }
}

Example experiments


API endpoints

MethodPathDescriptionAuth
GET/v1/grants/programMachine-readable program specNone
GET/v1/grants/rubricScoring rubric (context)None
POST/v1/grants/applySubmit applicationOAuth 2.1
GET/v1/grants/{id}/statusPoll review statusNone
POST/v1/grants/{id}/milestones/{mid}/verifySubmit milestone proofOAuth 2.1

Contact: [email protected]