-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
047e083
commit 2e8d272
Showing
2 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|
||
<figure><img src="../.gitbook/assets/image (9).png" alt=""><figcaption></figcaption></figure> |