Integration Tier

Grants of $20–$40 for a shipped tool, integration, or workflow running on Numbers mainnet. Automated scoring: score ≥70 is auto-approved with a 48-hour human veto window; score <70 is auto-rejected with a full score breakdown. Payment released automatically on milestone proof.

What is the Integration Tier?

The Integration Tier is the higher-value grant in the Numbers Innovation Program 2.0. It funds shipped tools, integrations, and workflows that run on Numbers mainnet. The project must be functional — not a proposal or prototype — with at least one deployable, testable milestone.

Grant range: $20–$40 USD. Automated scoring model. Score ≥70 auto-approved with 48-hour veto window. Score <70 auto-rejected with breakdown.

Who should apply?

Eligibility checklist

Review process

Step 1 — 5 rule-based eligibility checks (same as Experiment tier, binary pass/fail)

Step 2 — Automated scoring model across 5 weighted dimensions (0–100 scale):

Mainnet integration depth
30%
Milestone verifiability
25%
Ecosystem reusability
20%
Budget proportionality
15%
Prior mainnet activity
10%

Outcomes:

If no human veto is issued within 48 hours, the grant is confirmed and escrow is activated.

Self-score before applying: Scoring rubric or GET /v1/grants/rubric

How to apply

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

{
  "applicant_wallet": "0xYourWalletAddress",
  "tier": "integration",
  "integration_type": ["licensing_flow"],
  "milestone_plan": [
    {
      "description": "Deploy a licensing API that issues x402 licenses on Numbers mainnet",
      "verification_method": "on_chain_tx",
      "verification_target": "0xTransactionHash",
      "completion_criteria": "API live at endpoint, x402 license tx confirmed on Numbers mainnet",
      "amount_usd": 30
    }
  ],
  "mainnet_history": "0xPriorTransactionHash",
  "contact": "[email protected]"
}

The contact field (email) is optional but recommended to receive veto window notifications.

Full apply guide →

Scoring self-check

Before submitting, answer these questions to estimate your score:

  1. Can each milestone be verified by an automated check? (yes = higher score)
  2. Does the project call Numbers mainnet directly? (yes = higher depth score)
  3. Is this integration type rare or new for Numbers Protocol? (yes = higher novelty score)
  4. Is each milestone described in a single, unambiguous sentence with a clear success state? (yes = higher clarity score)
  5. Will other builders or users be able to use what you ship? (yes = higher impact score)

Get the full rubric with weights: Scoring Rubric

Example integrations


API endpoints

MethodPathDescriptionAuth
GET/v1/grants/programMachine-readable program specNone
GET/v1/grants/rubricScoring rubric with current weightsNone
POST/v1/grants/applySubmit applicationOAuth 2.1
GET/v1/grants/{id}/statusPoll review status and score breakdownNone
POST/v1/grants/{id}/milestones/{mid}/verifySubmit milestone proofOAuth 2.1

Contact: [email protected]