Skip to Content
NCNNCN Router

NCN Router

The production NCN API router is:

https://ncn-governance.solana.com

Validators, stakers, and frontends use this router as the default operator_api_url for proof and metadata requests. The router selects from verifier services that have matching on-chain NCN consensus data.

Verifier domains are configured as base URLs. The meta cron appends /meta?network=mainnet|testnet, and the router forwards proof requests to the selected verifier.

Public Endpoints

PurposeURL
Main NCN routerhttps://ncn-governance.solana.com
Mainnet metadatahttps://ncn-governance.solana.com/meta?network=mainnet
Testnet metadatahttps://ncn-governance.solana.com/meta?network=testnet

Configured Verifiers

NameVerification domain
Ha1iad3https://ncn.ha1iad3.com/
lanternhttps://gov.lantern.one/
Titan Analyticshttps://verifier.titananalytics.io
Adra financehttps://solgov.com
Blocksizehttps://verifier.nops.blocksize.dev/
Digital Energyhttps://ncn-verifier.digital-energy.io
stakeware.xyzhttps://ncn.stakeware.xyz:3000/
Prompt Logichttps://verifier.promptlogic.systems
Exo Techhttp://ncn-verifier.exotechnologies.xyz:3000
Chainflowhttps://ncn-verifier.chainflow.io
Brewlabshttps://ncn.brewlabs.so

Local Router Config

The source of truth for the bundled router verifier list is ncn-router/config.toml.

When adding a verifier:

  1. Add its name and base verification_domain to ncn-router/config.toml.
  2. Confirm its health endpoint, for example /healthz.
  3. Confirm /meta?network=mainnet and /meta?network=testnet return snapshot metadata.
  4. Update this page so operators and clients can see the current production set.
Last updated on