Plain meaning
Start with the shortest useful explanation before going deeper.
The API interface for interacting with a blockchain node. Clients send JSON-RPC requests to read account state, submit transactions, and subscribe to events. Solana RPC methods include getAccountInfo, getBalance, sendTransaction, and simulateTransaction. Public RPCs have rate limits; production dApps use dedicated providers (Helius, Triton, QuickNode).