Getting Started
Everything you need to participate in Radix Guild governance.
Connect → Mint → Register → Vote → Earn XP
What is Radix Governance?
Community-built tools for making decisions together.
- Free — no transaction fees
- 1 badge = 1 vote
- Vote with /vote in @rad_gov or from the dashboard
- Create proposals from Telegram or the dashboard
- Used for: charter votes, community polls, temp checks
- Recorded on the Radix ledger permanently
- CV2: XRD-weighted temperature checks + proposals
- CV3: Conviction voting — stake XRD, conviction grows over time
- Badge tier multipliers: Member 1x, Contributor 1.5x, Builder+ 2x
- Used for: binding decisions, treasury, fund allocation
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, funds release automatically from a shared pool. No admin step needed.
How it works — step by step
Why conviction voting?
Beta Parameters
Subject to charter vote0.9904Gives 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.
10x requested amountA 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.
1 hourConviction 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.
Member 1x, Contributor 1.5x, Builder+ 2xEarned 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.
Shared XRD vaultAll 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) = 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, proposal auto-executes
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...
/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)Working groups organize WHO does WHAT. Each group has a lead, members, and linked tasks/proposals.
/group join Guild in Telegram. Browse: /groups- Create task:
/bounty create 50 Title - Deposit XRD into the on-chain escrow via Radix Wallet
- Verify:
/bounty fund <id> <tx_hash> - XRD locked in Scrypto vault — no admin custody
- Browse funded tasks at /bounties
- Claim:
/bounty claim <id> - Submit work, verifier confirms delivery
- Escrow releases XRD to your wallet (2.5% fee to guild)
Tasks >100 XRD require applications (/bounty apply) instead of instant claims.
Escrow V3: Now supports multi-token deposits — XRD, xUSDC, and xUSDT. Per-token minimum deposits and fee vaults. V2 stays active for existing tasks.
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).
/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/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/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/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/gameDice stats + bonus XP/leaderboardTop players by XP/statsPlatform-wide statistics/historyRecent proposals + outcomes/feedback <msg>Submit support ticket/mystatusCheck your open tickets/supportHelp links + contact/faqFrequently asked questions/readmeProject overview + links/sourceGitHub repoCosts & Transparency
Task marketplace fee: 2.5% on funded tasks. Charged on release (not deposit — cancel = full refund). Escrow is live on mainnet.
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 June+.
All fee percentages are charter-voteable. The community controls the economics.
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? Everything is open source (MIT). Fork the code, deploy your own. On-chain badges persist on the ledger.