Stake JRX

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:

JRXToken.drip(yourAddress)
// Contract: 0x3df62D6BD41DA6a756bB83cC7267F9F2883e28aF

Step 2 — Approve JRX Spend

Before staking, approve CourtRegistry to pull JRX from your wallet:

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.

Step 3 — Stake

Once confirmed, your address is added to the judge pool and becomes eligible for random selection.

Check Your Stake

Unstake

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.

Judge Pool

Last updated