diff --git a/src/content/ccip/architecture.mdx b/src/content/ccip/architecture.mdx index 6614dcf4b3f..1aaa37dea6a 100644 --- a/src/content/ccip/architecture.mdx +++ b/src/content/ccip/architecture.mdx @@ -97,6 +97,16 @@ Each token has its own token pool, an abstraction layer over ERC-20 tokens that Token pools provide rate limiting, which is a security feature enabling token issuers to set a maximum rate at which their token can be transferred. + + #### Risk Management Network contract The Risk Management contract maintains the list of Risk Management node addresses that are allowed to bless or curse. The contract also holds the quorum logic for blessing a committed Merkle Root and cursing CCIP on a destination blockchain. Read the [Risk Management Network Concepts](/ccip/concepts#risk-management-network) section to learn more.