Q token markQUADTestnet Observatory

RPC Boundary

The HTTPS endpoint exposes bounded read and query access for the public testnet. The CometBFT RPC listener stays private on the server.

ABCI appchecking

Application name from /abci_info.

ABCI versionchecking

Application version from ABCI.

ABCI heightchecking

Last app block height from ABCI.

Public testnet boundary

Query access is open. Public transaction submission is a separate launch step.

Allowed

/status, /health, /net_info, /block, /block_results, /validators, /abci_query, /abci_info, /tx, /genesis, /commit, and /blockchain.

Not yet open

/broadcast_tx_sync, /broadcast_tx_async, and /broadcast_tx_commit return 403 during observation.

Private

The CometBFT RPC listener remains bound to 127.0.0.1:27657 on the node, behind nginx.

ABCI endpoint response

Direct HTTPS response from /abci_info.

loading...