NCN Router
The production NCN API router is:
https://ncn-governance.solana.comValidators, 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
| Purpose | URL |
|---|---|
| Main NCN router | https://ncn-governance.solana.com |
| Mainnet metadata | https://ncn-governance.solana.com/meta?network=mainnet |
| Testnet metadata | https://ncn-governance.solana.com/meta?network=testnet |
Configured Verifiers
| Name | Verification domain |
|---|---|
| Ha1iad3 | https://ncn.ha1iad3.com/ |
| lantern | https://gov.lantern.one/ |
| Titan Analytics | https://verifier.titananalytics.io |
| Adra finance | https://solgov.com |
| Blocksize | https://verifier.nops.blocksize.dev/ |
| Digital Energy | https://ncn-verifier.digital-energy.io |
| stakeware.xyz | https://ncn.stakeware.xyz:3000/ |
| Prompt Logic | https://verifier.promptlogic.systems |
| Exo Tech | http://ncn-verifier.exotechnologies.xyz:3000 |
| Chainflow | https://ncn-verifier.chainflow.io |
| Brewlabs | https://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:
- Add its
nameand baseverification_domaintoncn-router/config.toml. - Confirm its health endpoint, for example
/healthz. - Confirm
/meta?network=mainnetand/meta?network=testnetreturn snapshot metadata. - Update this page so operators and clients can see the current production set.
Last updated on