Getting Started

Everything you need to participate in Radix Guild governance.

1/7Quick Start

Connect → Mint → Register → Vote → Earn XP

Connect Wallet
Link your Radix Wallet — no XRD required. Click the connect button above.
Visual Guides
1/7

What is Radix Guild?

The execution layer for Radix DAOs — community-built coordination tools.

What is Radix Guild?
Quick Start (5 minutes)
1
Download the official Radix Wallet for mobile or browser extension.
2
Connect your wallet
Click the connect button in the top right of this page.
3
Choose a username. Your badge is a free on-chain NFT — network transaction fee only.
4
Open @radix_guild and type /register followed by your wallet address.
5
Browse on-chain CV2/CV3 governance and cast your vote from your connected wallet.
6
Earn XP and level up
Voting and completing tasks earn XP. Level up your badge tier to unlock higher-reward work.
How Voting Works
Off-Chain (Telegram + Dashboard)
  • Free — no transaction fees
  • 1 badge = 1 vote
  • Vote with /vote in @radix_guild or from the dashboard
  • Create proposals from Telegram or the dashboard
  • Used for: charter votes, community polls, temp checks
On-Chain (CV2 + Conviction Voting)
  • Recorded on the Radix ledger permanently
  • CV2: XRD-weighted temperature checks + proposals
  • CV3: Conviction voting — stake XRD, conviction grows over time
  • Badge-tier voting weight: open charter parameter — equal in temp checks for now
  • Used for: temperature checks and consultations — non-binding today (binding votes are roadmap Stage 5)
Proposal types: Binding Decision = charter vote (shapes the DAO), Community Vote = formal but non-binding, Gauging Interest = 24h quick pulse check
Conviction Voting (CV3)
BETA

What is it?

Time-weighted governance for fund allocation. Instead of a one-time vote, you stake XRD on proposals you believe in. Your conviction grows over time. When it crosses the threshold, the pool can be released by a permissionless on-chain call — no discretionary approval. CV3 is beta: deployed on mainnet, integration in progress.

How it works — step by step

Stake
Lock XRD on a proposal
Wait
Conviction grows each hour
Threshold
Conviction reaches target
Execute
Anyone triggers release

Why conviction voting?

Snapshot voting is gameable
Conviction requires sustained commitment — can't dump votes last-minute
Whales dominate
Badge tier multipliers reward earned trust, not just wealth
Admin bottleneck on payouts
No discretionary approval — once conviction passes the threshold, anyone can trigger the on-chain release
No signal about intensity
Staking shows HOW MUCH you care, not just which side you're on

Beta Parameters

Subject to charter vote
Decay factor (alpha)0.9904

Gives a 3-day half-life. If everyone unstakes, conviction halves every 72 hours. Fast enough to respond to changing sentiment, slow enough to reward patience. Based on Commons Stack / 1Hive research — most conviction systems use 2-7 day half-lives.

Threshold multiplier10x requested amount

A proposal requesting 1,000 XRD needs conviction score of 10,000 to auto-execute. This means a single person staking 1,000 XRD would need ~4 days of sustained staking to pass. A group of 10 staking 1,000 each would pass in hours. Prevents lone-wolf proposals while rewarding community support.

Time step1 hour

Conviction updates hourly (anyone can trigger). Short enough for responsive governance, long enough to prevent gas-wasting spam. Each update applies: new_conviction = 0.9904 * old_conviction + weighted_stake.

Tier multipliersMember 1x, Contributor 1.5x, Builder+ 2x (beta)

Beta starting values — final tier weights are an unresolved charter parameter. The design intent: earned trust amplifies your voice; a Builder staking 100 XRD has the conviction weight of a Member staking 200 XRD. Tiers come from XP (voting, proposing, completing tasks) — not wealth. Prevents pure plutocracy.

Funding poolShared XRD vault

All proposals compete for the same pool. The community can only fund what the pool holds. This creates natural prioritization — high-conviction proposals drain the pool first. Admin funds the pool; later this can be fed by platform fees.

The math

y(t+1) = 0.9904 * y(t) + S(t)

y(t) = current conviction score for a proposal

S(t) = total weighted stake (sum of all stakers, adjusted by badge tier)

0.9904 = decay factor (conviction fades if stake is removed)

Steady state: With constant stake S, conviction approaches S / (1 - 0.9904) = S * 104.2

Half-life: 72 hours (3 days) — if all stake removed, conviction halves every 3 days

Threshold: When y(t) exceeds requested_amount * 10, the proposal becomes eligible for release

Beta Notice

These parameters are starting values based on research from Commons Stack, 1Hive Gardens, and Gitcoin. All values are tuneable by the contract owner and will be subject to community charter vote. The contract is deployed on Radix mainnet but integration with the dashboard and bot is in progress.

Prior art: 1Hive Gardens (Ethereum), Commons Stack Conviction Voting, Gitcoin Allo Protocol, Token Engineering Commons

On-chain: component_rdx1cz97d534phm...

XP & Tier System
Member
0 XP
Lv.1
Contributor
100 XP
Lv.2
Builder
500 XP
Lv.3
Steward
2,000 XP
Lv.4
Elder
10,000 XP
Lv.5
Tiers reflect game progression. Voting weights are decided by charter vote (TBD).
Vote on proposal+10
Create proposal+25
Create poll+25
Temperature check+10
Post task+25
Complete task+50
Arbitrate dispute+100
Dice roll bonus+0 to +100
Bounty Commands
/bountyGuided menu with create, claim, view options
/bounty create <xrd> <title>Create a task (badge required). Add --approval pr_merged --repo owner/repo for auto-verify
/bounty listList open tasks
/bounty claim <id>Claim a funded task
/bounty apply <id> [pitch]Apply for tasks >100 XRD
/bounty submit <id> <pr_url>Submit work with GitHub PR link (validated)
/bounty cancel <id>Cancel your own open task
/bounty categoriesList 6 task categories
/bounty fund <id> <tx_hash>Verify on-chain escrow deposit (or use dashboard fund button)
/bounty verify <id>Verify delivery (admin)
/bounty pay <id> <tx_hash>Release escrow payment (admin)
/bounty approve <app_id>Approve an applicant (creator)
Pipeline: Create → Claim → Submit → Verify → Pay. Escrow holds XRD until delivery is verified.
Working Groups

Working groups organize WHO does WHAT. Each group has a lead, members, and linked tasks/proposals.

🛡️
Guild
Overall governance + coordination
🗳️
DAO
Charter votes + governance design
🖥️
Radix Infrastructure
VPS, tooling, monitoring
💼
Business Development
Revenue, partnerships, SaaS
📢
Marketing
Content, outreach, social
Join: /group join Guild in Telegram. Browse: /groups
How Task Funding Works
For Task Creators
  1. Create task: /bounty create 50 Title
  2. Deposit XRD into the on-chain escrow via Radix Wallet
  3. Verify: /bounty fund <id> <tx_hash>
  4. XRD locked in Scrypto vault — no admin custody
For Workers
  1. Browse funded tasks at /tasks
  2. Claim: /bounty claim <id>
  3. Submit work, verifier confirms delivery
  4. Escrow releases XRD to your wallet — 100% of the reward, no platform fee

Tasks >100 XRD require applications (/bounty apply) instead of instant claims.

Escrow V3: Live today with XRD; multi-token deposits (xUSDC, xUSDT) are designed but not yet registered on-chain. V2 stays active for existing tasks.

Dashboard vs Telegram
Mint badge
Dashboard
Vote on proposals
Telegram
Create on-chain vote
Dashboard
Create proposals
Both
Create bounties
Both
Claim/submit tasks
Both
View profile & trust
Dashboard
Browse tasks & proposals
Both
Join working groups
Both
Submit feedback
Both
Fund a task
Both
Admin: manage tickets
Telegram

Most actions now work from both dashboard and Telegram. Dashboard is best for wallet-connected actions (minting, on-chain votes, funding, profile). Telegram is great for quick governance (voting, task management, groups).

All Bot Commands
Getting Started
/startWelcome message + setup guide
/register <address>Link your Radix wallet
/badgeCheck badge status, tier, XP
/walletWallet address + badge info
/trustTrust score (Bronze/Silver/Gold)
/helpFull command list
Governance & Voting
/proposalsAll active proposals
/tempsActive temp checks only
/decisionsLink to 47-decision governance tree
/vote <id>Vote on a proposal (buttons)
/results <id>View vote results
/propose <title>Create Yes/No proposal (+25 XP)
/poll <q> | opt1 | opt2Multi-choice poll (+25 XP)
/temp <question>24h temp check, non-binding (+10 XP)
/charterCharter progress (47 decisions)
/charter guideGuided voting through charter
/cv2On-chain consultations (CV2)
/cv3Conviction voting proposals (CV3)
/cv3 statusCV3 sync + pool balance
Bounties & Tasks
/bountyGuided menu (create, claim, view)
/bounty listOpen tasks
/bounty create <xrd> <title>Create a task (badge required)
/bounty claim <id>Claim a funded task
/bounty submit <id> <url>Submit work with PR link
/bounty statsStats + escrow balance
Working Groups
/groupsList all groups + member counts
/group <name>Group detail + members
/group join <name>Join a group (badge required)
/group leave <name>Leave a group
/wg report <group>File biweekly report
/wg budget <group>Budget status
/wg sunset <group> <date>Set charter expiry
/wg renew <group> <months>Extend charter
/wg overdueGroups with no report this period
Game & Stats
/gameDice stats + bonus XP
/leaderboardTop players by XP
/statsPlatform-wide statistics
/historyRecent proposals + outcomes
Support
/feedback <msg>Submit support ticket
/mystatusCheck your open tickets
/supportHelp links + contact
/faqFrequently asked questions
/readmeProject overview + links
/sourceGitHub repo
FAQ
Is it free?
Yes. Badge minting is free (network transaction fee only). Voting is free off-chain; on-chain votes cost a small network fee. Posting or working tasks involves bonds and insurance — see 'What are the fees?' below.
What is my badge?
An on-chain NFT on the Radix ledger. It stores your username, tier, XP, and governance data — your identity in the guild for voting and tasks. The NFT itself is technically transferable, but the Guild zeroes XP on any transferred badge — today that's Host-enforced policy (the on-chain data travels with the NFT; moving enforcement into the blueprint is on the charter list). So the reputation is non-transferable even though the badge is.
How do I earn XP?
Vote (+10 XP), create proposals or polls (+25 XP), post tasks (+25 XP), complete tasks (+50 XP), arbitrate disputes (+100 XP), plus dice-roll bonuses (up to +100 for a jackpot). XP is batch-written to your on-chain badge periodically by the Host. Work is the only source — XP cannot be bought.
What are the charter votes?
47 governance decisions that build the DAO from the ground up. Phase 1 (6 foundation params) → Phase 2 (20 configuration params) → Phase 3 (6 operations). Plus 10 structural decisions and 5 P3 service transitions. Each phase unlocks when the previous completes. See the full tree at /decisions.
What is Consultation v2?
The Radix Foundation's on-chain governance system. Today, CV2 records formal, non-binding temperature checks on the Radix ledger, weighted by XRD holdings. Binding votes are planned for a later roadmap stage (Stage 5).
Who runs this?
bigdev built and maintains it. The source is closed for now while we test and clarify the platform; it's planned to open for public review before launch, once the license is finalised — until then, every component is verifiable on-chain. Admin controls transfer to the elected RAC (Radix Advisory Council) when Charter Step 3 completes. See Costs & Transparency section below.
How do bounties work?
Anyone with a badge can create a task — either from the dashboard or with /bounty create in Telegram. Workers claim, submit, verify, and get paid from on-chain escrow. Live today with XRD; multi-token (xUSDC/xUSDT) is designed but not yet registered on-chain.
What are the fees?
Zero today. The deployed escrow charges no platform fee — workers receive 100% of the reward, and unused insurance is refunded to the poster. Verify it on-ledger: the component config has no platform-fee parameter. The decided plan before anything changes: a poster-side settlement fee with an on-ledger cap of 2.5% — dialed 0% during closed beta, ~1% in public beta, 2.5% only with real volume. Workers pay 0%, forever. Any change goes through a published RFC first.
What is conviction voting?
CV3 — a time-weighted governance system for fund allocation. Stake XRD on proposals you believe in. Conviction grows over time (3-day half-life). When conviction passes the threshold (10x the requested amount), the proposal becomes eligible for release from the shared pool via a permissionless on-chain call. Badge-tier weight multipliers are proposed but not finalized — an open charter parameter. CV3 is beta — deployed on mainnet but not yet run end-to-end live; all parameters are subject to charter vote.
How do I create a CV3 proposal?
Go to the Proposals page, scroll to Conviction Voting, click 'Create Conviction Proposal'. Enter a title, description, requested XRD amount, and beneficiary address. Sign with your Radix Wallet. The proposal syncs to the dashboard (bot integration in progress). You can also type /cv3 create in Telegram for instructions.
What happens when a proposal passes its threshold?
Once conviction passes 10x the requested amount, anyone can trigger the on-chain release — the contract transfers XRD from the shared pool to the beneficiary, with no discretionary approval step. If the proposal is linked to a bounty, that bounty can be funded from the release. Stakers withdraw their own stake at any time. CV3 is beta and has not yet run end-to-end live on mainnet.
Can I create bounties from the dashboard?
Yes! Connect your wallet, go to the Bounty Board, and click '+ Create Task'. Fill in title, reward amount, category, difficulty, and deadline. You can also create bounties via /bounty create in Telegram.
Do higher badge tiers give more voting weight?
Not finalized — badge-tier voting weight is an open charter parameter, and older docs disagree with each other. It will be settled by an open charter vote; until then, temperature checks count badges equally. Already decided: when binding votes arrive (roadmap Stage 5), eligibility will require earned XP above a published floor — not mere badge possession. Earn XP through voting, proposing, completing tasks, and playing the dice game.
How is the guild funded?
Today, bigdev self-funds — the platform fee is 0% and revenue to date is $0. The plan: a poster-side settlement fee (see 'What are the fees?'), on-chain component royalties, and SaaS hosting fees. No donations, no token. Revenue from usage funds more development, which produces more royalty-earning code. See Costs & Transparency section below.
What are working groups?
Teams that organize the guild's work: Guild, DAO, Radix Infra, Business Development, Marketing. Join one with /group join <name> in Telegram or from the dashboard. Groups have leads, charter with sunset dates, and budgets. Reporting commands exist in the bot (/wg report, /wg sunset, /wg overdue), but the automated report/sunset alerting is paused for now.
How does task funding work?
XRD is deposited into an on-chain escrow vault (Scrypto smart contract on Radix mainnet). No admin wallet holds funds. The contract releases XRD to the worker when delivery is verified. Fund a task by sending XRD to the escrow component via your Radix Wallet, then verify with /bounty fund <id> <tx_hash> in Telegram.
Where do I do things — dashboard or Telegram?
Both! Dashboard now supports creating proposals, creating bounties, voting, funding tasks, joining groups, and viewing your full profile with trust score. Telegram is still great for quick governance actions. See the Dashboard vs Telegram guide above.
What is the trust score?
A score calculated from your on-chain activity: account age, votes cast, proposals created, tasks completed, groups joined. Tiers: Bronze (0+), Silver (50+), Gold (200+). Higher trust unlocks more capabilities. All voluntary — badge is the minimum to participate. Check yours with /trust in Telegram.
How does auto-verification work?
When creating a task, add --approval pr_merged --repo owner/repo. Workers submit a GitHub PR link. Verification is on-demand today — the verifier (or an agent) clicks verify to confirm the PR is merged; automated 5-minute polling is planned but not yet live. The escrow release is then queued for the verifier.
Can I fund tasks from the dashboard?
Yes. On any unfunded task page, click the 'Fund' button. Your Radix Wallet opens with the TX manifest pre-built. One click to deposit XRD into the on-chain escrow vault. The task reconciles with the chain when you next act on it, or click 'Resync from chain' on the task page to confirm your deposit immediately.

Costs & Transparency

Actual Costs (Verified)
Domain (radixguild.com, 3yr)
Hostinger, paid Apr 2026
$40
AI/Dev tools (Claude Code)
Development to date
~$600
VPS hosting
Hostinger VPS, ongoing
$7/mo
TLS, database, Gateway API
Caddy, SQLite, Radix public endpoint
Free
Total invested~$680
Revenue to date$0
Revenue Model (Planned)

Task marketplace fee: 0% today — the live escrow charges no platform fee. Planned: a poster-side settlement fee capped on-ledger at 2.5%, dialed 0% (closed beta) → ~1% (public beta) → 2.5% only with real volume. Charged on release (not deposit — cancel = full refund). Workers pay 0%, forever.

Component royalties: Badge Manager calls earn 0.1-1 XRD on-chain. Accruing but unclaimed.

SaaS hosting: Other communities deploy their own instance. Planned for a future release.

The 2.5% cap is planned to be fixed on-ledger at deployment. Any fee change goes through a published RFC first — the community controls the economics.

The Deal

Who pays? bigdev self-funds until the DAO treasury is formed (Charter Step 3).

Who controls? bigdev holds the admin badge. It transfers to the elected RAC when Charter Step 3 completes.

What if bigdev disappears? Badges, escrow vaults, and governance live on the Radix ledger — no server required to keep them. The escrow blueprint is planned to publish before launch so anyone can verify and redeploy it.

On-Chain Verification
ConvictionVoting (CV3)component_rdx1cz97d5...
Source Codeclosed for now — opening before launch