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?
- Builders who have already shipped (or can commit to shipping) a working Numbers mainnet integration
- Agents running a multi-step licensing, verification, or asset management workflow
- Developers building tools that expose Numbers Protocol functionality to other users or agents
- Projects implementing x402 payment flows, licensing APIs, asset registries, or provenance verification services
Eligibility checklist
- Valid wallet address with at least one prior Numbers mainnet transaction
- Multi-step milestone plan with at least one verifiable on-chain completion criterion
- Requested amount: $20–$40 USD total
- Integration type:
asset_registration,licensing_flow,verification,x402,sdk, orother - No active grant already open for this wallet
- Lifetime application count below 2
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):
Outcomes:
- Score ≥70: auto-approved. 48-hour human veto window opens.
- Score <70: auto-rejected. Full score breakdown returned in API response.
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.
Scoring self-check
Before submitting, answer these questions to estimate your score:
- Can each milestone be verified by an automated check? (yes = higher score)
- Does the project call Numbers mainnet directly? (yes = higher depth score)
- Is this integration type rare or new for Numbers Protocol? (yes = higher novelty score)
- Is each milestone described in a single, unambiguous sentence with a clear success state? (yes = higher clarity score)
- 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
- A licensing API that wraps x402 for programmatic content licensing on Numbers mainnet
- An SDK module that adds Numbers ID registration to an existing media upload pipeline
- A verification service that accepts Nids and returns C2PA manifest data
- A dashboard that aggregates provenance records for a set of Numbers mainnet assets
- An agent workflow that automatically registers, licenses, and verifies digital media provenance
API endpoints
| Method | Path | Description | Auth |
|---|---|---|---|
| GET | /v1/grants/program | Machine-readable program spec | None |
| GET | /v1/grants/rubric | Scoring rubric with current weights | None |
| POST | /v1/grants/apply | Submit application | OAuth 2.1 |
| GET | /v1/grants/{id}/status | Poll review status and score breakdown | None |
| POST | /v1/grants/{id}/milestones/{mid}/verify | Submit milestone proof | OAuth 2.1 |
Contact: [email protected]