diff --git a/.gitbook/assets/image (9).png b/.gitbook/assets/image (9).png new file mode 100644 index 0000000..e03254b Binary files /dev/null and b/.gitbook/assets/image (9).png differ diff --git a/shared-validator-network/inter-avs-messaging-protocol.md b/shared-validator-network/inter-avs-messaging-protocol.md index 28ce44d..05507d9 100644 --- a/shared-validator-network/inter-avs-messaging-protocol.md +++ b/shared-validator-network/inter-avs-messaging-protocol.md @@ -1,2 +1,5 @@ # Inter-AVS Messaging Protocol +For the SVN Network to operate in a trustless fashion, we introduce Inter AVS communication protocol which allows the operator nodes within the SVN network to communicate with each other, this means an AVS can spin up a whole network of nodes and provide resilience and backups while being fully synced. The first implementation of inter-AVS communication protocol will be inspired by Arbitrum's Inbox contract which allows an AVS to post messages to an Inbox on Solana which can be picked up by the receiver through a First In First Out FIFO queue system. + +