Skip to main content

RPC node

A blockchain node that accepts remote procedure calls, letting an application read chain state and submit transactions without running a node itself.

Running your own node means syncing and storing the chain, keeping it patched, and staying online through upgrades. An RPC provider absorbs that so an application can treat the chain as an API — at the cost of trusting someone else's view of it.

See also