# Configure a Light Client
Tendermint comes with a built-in tendermint light
command, which can be used
to run a light client proxy server, verifying Tendermint RPC. All calls that
can be tracked back to a block header by a proof will be verified before
passing them back to the caller. Other than that, it will present the same
interface as a full Tendermint node.
You can start the light client proxy server by running tendermint light <chainID>
,
with a variety of flags to specify the primary node, the witness nodes (which cross-check
the information provided by the primary), the hash and height of the trusted header,
and more.
For example:
For additional options, run tendermint light --help
.
# Where to obtain trusted height & hash
One way to obtain a semi-trusted hash & height is to query multiple full nodes and compare their hashes: