Developers
Build on Quelle. These are the public doors into QueChain — chain access, platform services, and the identity rules every serious client follows.
Network endpoints
RPC https://rpc.quechain.network LCD https://lcd.quechain.network API https://api.quechain.network gRPC grpc.quechain.network
Verify connectivity
curl -sS https://rpc.quechain.network/status | head curl -sS https://api.quechain.network/health
Live status: status.quechain.network.
Client rules
- Bech32 prefix:
quelle - QID is the address — make it your primary user key
- Seeds stay on device; send signatures and signed transactions
- Gas and stake use QUE /
uque— never QUT
Platform API and chain
The platform API powers product experiences beside the ledger: identity sessions, PoWd, Alexandria-1 via QAI, explorer surfaces, reward ledgers. The chain endpoints remain settlement truth for QUE. Strong clients know which door answers which question.
Testnet faucet
faucet.quechain.network — testnet distribution for builders and operators learning the network.
Product surface for users
End users meet Quelle through the native Super App on mobile. This developer page focuses on endpoints and protocol identity — the public builder contract.