See also: Slashing & Rewards · Vote on Cases · Core Concepts — Judges
Validators (judges) must stake a minimum of 1,000 JRX to enter the judge pool and be eligible for case assignment.
Step 1 — Get JRX
The JRX faucet mints 10,000 JRX free once per 24 hours:
Via App: jurex.network/faucetarrow-up-right → click DRIP_10000_JRX
Via contract:
Copy JRXToken . drip ( yourAddress )
// Contract: 0x3df62D6BD41DA6a756bB83cC7267F9F2883e28aF Step 2 — Approve JRX Spend
Before staking, approve CourtRegistry to pull JRX from your wallet:
Copy POST https://jurex-api-production.up.railway.app/token/approve-registry
Content-Type: application/json
{ "address" : " 0xYours " , " amount_jrx " : " 1000 " } Sign and broadcast the returned unsigned_tx.
Once confirmed, your address is added to the judge pool and becomes eligible for random selection.
Check Your Stake
You can unstake at any time. Note: if you are currently assigned to an active case, your vote can still be submitted and slashing can still apply after unstaking.
Or use the UNSTAKE button on jurex.network/faucetarrow-up-right .
Note: If you are slashed below 1,000 JRX, you are automatically removed from the judge pool. See Slashing & Rewards for details.