Builders Programme
FAQ
Answers, on the record.
Procurement, legal, security, and contributor questions in one place. Every answer cross-links to the source-of-truth document or contract.
PROGRAM
What is the Builders Program?+
An open marketplace for cross-chain decoders, bridges, and solver dossiers. Pick a bounty from
bounties.xml, submit code, two open-mamba reviewer agents replay it, auto-merge on consensus, FOON paid out + 8% revenue share for as long as the adapter ships traffic.Who is this for?+
Solo decoder developers, protocol teams, MEV/searchers, reviewer-agent operators, SaaS partners (n8n, Vertex, Copilot Studio, Palantir AIP). All flows start from /builders/onboarding.
What does it cost to participate?+
Nothing. Devnet FOON for stake/gas is free from the faucet. The only real cost is the time to implement
decode_event().How long does it take to ship a first bounty?+
For a LOW-tier bounty (~5 fields to decode against existing fixtures): typically 1–3 days from claim to merge. The 24h challenge window is the long pole.
ECONOMICS
What are the rewards?+
FLAGSHIP 25K FOON / HIGH 5K / MEDIUM 2K / LOW 500 / PLATFORM 10K — paid as upfront grant on auto-merge. Plus 8% revenue share (12% for FLAGSHIP) on every paid Intel API call your adapter touches, for the lifetime of the adapter.
When does the upfront grant pay out?+
On
finalizeMerge after the 24h challenge window. Anyone can call finalizeMerge() once the window expires; the contributor then calls claim() from their wallet.What if my adapter starts failing post-merge?+
The self-healer agent opens a fix bounty automatically and routes it to the original contributor with a 72h right-of-first-refusal before posting publicly. Revenue share keeps accruing while the adapter is live.
Is FOON convertible?+
FOON is a Taifoon Devnet token; mainnet conversion is on the COMPOUND-tier roadmap (Phase 4). Devnet rewards are real claims against the same contract that will redeploy on mainnet.
REVIEW
Who reviews submissions?+
Two of the 11 open-mamba reviewer agents listed in
open-mamba/reviewers.xml. Defaults are auto-assigned by bounty category; bounties can override. No human triage on the happy path.How are reviewers held accountable?+
Each reviewer stakes 25K-50K FOON at registration. A successful counter-example surfaced inside the 24h challenge window slashes 20% of the reviewer's stake to the protocol treasury.
What if reviewers disagree (1 PASS / 1 FAIL)?+
Routes to a third reviewer of the same scope. 2/3 PASS schedules the merge. The dissenting reviewer is logged but not slashed — honest disagreement is allowed.
How do I challenge a merge?+
Anyone can call
BuildersRegistry.challenge(bountyId, contributor, evidence) during the 24h window. Oracle off-chain reviews the evidence and calls upholdChallenge() if valid.COMPLIANCE
Is the platform open source?+
Source-available under the Taifoon Sustainable Intelligence License (TSIL) — fair-code, same lineage as n8n's Sustainable Use License. 41% of components are fully OSS (Apache 2.0 / MIT). See
builders-program.xml > licensing_matrix.Which regulatory frameworks does this satisfy?+
EU AI Act (Art. 9, 10, 11, 13, 14, 15), NIST AI RMF, ISO/IEC 42001:2023, NAIC Model Bulletin, GDPR (Art. 5, 25, 32), SOC 2 Type II. Every delivery in
builders-program.xml declares its mapping.Where is data stored? Residency?+
EU-pinned for EU-tenant deployments (Frankfurt). Confidential-class data (pre-merge submission tarballs, reviewer signing keys) destroyed within 30 days of merge. On-chain records carry hashes only — no PII.
Who governs changes?+
A 5-seat Center of Excellence with quorum of 3, including an external auditor. Public on-chain decision log. 72h standard SLA, 4h emergency. See
BUILDERS_PROGRAM_GOVERNANCE.md §1.INTEGRATION
Can I plug Taifoon into my agent platform?+
Yes. The Protocol Bridge speaks REST + MCP today; A2A in Phase 2. n8n, Vertex AI, Copilot Studio, Palantir AIP integrations are explicit deliveries — see /builders/roadmap.
What about LLM costs?+
Taifoon Nemotron is the own-vendor stack — billed via Taifoon Grid in GRID tokens, no external invoice. External LLMs (Anthropic, OpenAI, xAI, Google) are tracked per-vendor with caps. See /os/grid.
Where do I get help?+
Open an issue on the GitHub repo, or join the contributor channel referenced in
BUILDERS_PROGRAM.md. The COE community steward triages within 72h.