diff --git a/docs/developing/information.md b/docs/developing/information.md index 45b038b8c..0f4426825 100644 --- a/docs/developing/information.md +++ b/docs/developing/information.md @@ -18,7 +18,8 @@ octez-client get balance for tz1QCVQinE8iVj1H2fckqx6oiM85CNJSK9Sx ## The RPC interface -The [RPC interface](/architecture/nodes#the-rpc-interface) provides information about the blockchain that nodes use to communicate with each other. +The [RPC interface](/architecture/nodes#the-rpc-interface) allows nodes use to cooperate with each other and with their clients. +In particular, many RPCs provide information about the blockchain. This data is not always in the format that developers and dApps need. For example, the RPC interface does not provide a way to get information about a specific operation by its hash.