Skip to content
Onchain Economics

Remote Procedure Call(RPC)

An interface that allows applications to communicate with blockchain nodes to read data and submit transactions.

In-Depth Explanation

RPCs are how wallets and dApps talk to the blockchain. You send a request (check balance, submit transaction), the node processes it and returns a response. Public RPCs (Infura, Alchemy) provide convenient access but create centralization risk. Running your own node gives you a private RPC without rate limits or censorship concerns.

Related Terms

More in Infrastructure

View all →