Every registered validator's pool - delegate CCT to one to back its PoSR selection weight and share in
its block rewards (net of its own commission), without running a node yourself. See
how PoSR selection actually works for what really
drives who gets picked (stake is only 25% of it).
Becoming a validator here is a staged process, not a one-click signup: first your application needs
real community support (1% of total governance voting weight), then a confirmation link emailed to
your recovery address, then real node registration and stake lock. This is deliberate - a validator
holds real trust over block production.
Loading...
Support weight so far: 0 / 0 needed.
Share your address with other activated-governance wallets so they can support your application below.
You've reached the required support - check your recovery email for a confirmation link, or paste
the link's page here: validator-confirm.html.
Support Someone Else's Application
Requires your own governance to be activated (see the Governance page).
Community Ratings
Loading...
Verified Trading Hubs
Real, verified hubs on this network - a preview of the wider community while your application is pending.
Loading...
Your application is approved - see "Become Validator" below to complete registration.
Leaderboard
#
Validator
Status
Commission
Effective Stake
Delegators
Uptime
Blocks
Est. APY
Loading...
My Delegations
Every validator you're currently backing, across this whole network.
Loading...
Your Commission Rate
Your cut of pool block rewards, taken off the top before the rest splits pro-rata across your
delegators. Only applies once you actually have delegators - capped at 50%.
Delegate CCT to this Validator
Delegators
Loading...
My Validator
Permanently removed from validation for repeated protocol violations (PoSR).
Status: Inactive
Authorized Node: -
CCT Staked: 0 / 0 required (PoSR)
Reputation: 0
Voting Power: 0
Blocks Produced: 0
Current Block Reward: 0 CCT (controlled inflation)
Rewards: 0
Blocks Missed: 0
Slash Count: 0
Uptime: 100%
Commission: 0%
Total Delegated to Me: 0 CCT (0 delegators)
Invite delegators
Share this link instead of asking people to find/paste your address - it pre-fills the
delegate form on this page with your validator's address.
Download & Run Node Software
Validating means running your own creditchaind node - a separate, ordinary process from
this website - not just staking CCT through the browser.
Fastest way: precompiled binary (Linux x86-64)
No Go toolchain needed - just download and run. Built from the exact same source as the live network.
Full environment-variable reference, Docker Compose setup, and how to verify your node has actually
converged with the network: see ops/NODE_OPERATOR.md inside the
project source download.
The project's source repository is private - this tarball, built from the same source running the
live network, is how it's distributed instead.
curl -O https://creditchain.site/downloads/creditchaind-source.tar.gz
mkdir creditchaind-source
tar xzf creditchaind-source.tar.gz -C creditchaind-source
cd creditchaind-source
go build -o creditchaind .
PORT=8080 DATA_DIR=./data PEERS=<operator's node URL> NETWORK_SECRET=<from operator> SELF_URL=<your reachable URL> ./creditchaind
This network is currently permissioned, not self-serve. Running the binary is free and
open to anyone, but actually joining the live gossip network (rather than starting your own isolated
chain) requires the operator to hand you a NETWORK_SECRET and add your node's
SELF_URL to their own PEERS list. Once your node is running and peered, the
"Become Validator" step below is what actually registers it for block production - simply running the
software isn't enough on its own.
Once running, your dashboard above ("My Validator") shows real, live data for whichever node your
registration authorized - stake, uptime, blocks produced/missed, and delegator totals - and you can
generate the invite link above to recruit delegators without them needing to find your address
manually.
Request to Join
Once your node is up and reachable, submit its URL here instead of reaching the operator over chat
or email - it's queued for the operator to review and hand you a NETWORK_SECRET once
approved.
Consensus Status
Block production is automatic - the network elects a leader
by weighted stake + reputation + uptime every round.
Chain height: 0
Round length: -s
Current elected leader: -
Become Validator
Requirements (increase as the network grows - see current numbers below):
Reputation ≥ 50
Stake at least 1,000 CCT
50 CCT registration fee, charged when registration confirms
You start at a 10% commission rate - adjust it any time from your validator's detail page above,
once you have one.
Enter the URL of the creditchaind node you are running (the
SELF_URL from the download step above) - this is what tells the network which physical
node your stake is delegating block production to. Leaving this blank registers whichever node this
website itself talks to, not yours.
Must be reachable over HTTPS from a browser (a plain http:// node URL will be blocked by
mixed-content rules on this page) - put your node behind a reverse proxy/TLS if it isn't already.
Manual Nudge
Only works if you are currently the elected leader - otherwise
block production happens automatically on its own.