diff --git a/arcadia.md b/arcadia.md
index 9a6bf71..fbb0362 100644
--- a/arcadia.md
+++ b/arcadia.md
@@ -29,15 +29,15 @@ Arcadia facilitates the Shared Block Production on The Composable Network for pa
- Every rollup block, ideally contains many ToBs and one RoB. ToBs are ordered by the chunk nonce included along with the chunk followed by RoB.
ToB chunks containig different subset of rollups
-![ToB](./assets/tob.png)
+
A rollup block built by builder.
-![Rollup Blocks](./assets/rollup_block.png)
+
## SEQ Validators:
- SEQ validators register with arcadia to receive chunks for preconfing.
- SEQ validators check few assertions on chunks, and issue a chunk cert if the assertions are satisfied.
- Valdiators store the signature verified txs in a emap, to prevent duplicate txs and ease signature verification while accepting the block.
-- SEQ blocks are produced every 2 seconds, validators fetch `SEQMsg` txs payload from arcadia to get included in the SEQ block and fill the rest of the block with `non SEQMsg` txs.
+- SEQ blocks are produced every 2 seconds, validators fetch `SequencerMsg` txs payload from arcadia to get included in the SEQ block and fill the rest of the block with `non SequencerMsg` txs.
## E2E Flow:
![E2E flow](./assets/e2e.png)
\ No newline at end of file