diff --git a/rfc/0005 New Scalable Blockchain Protocol.md b/rfc/0005 New Scalable Blockchain Protocol.md
index 62e3c1839785da6853fdef5a571598c695adef69..2bac157e2ddaacc2f12d314510ad63a6223ac001 100644
--- a/rfc/0005 New Scalable Blockchain Protocol.md	
+++ b/rfc/0005 New Scalable Blockchain Protocol.md	
@@ -123,12 +123,18 @@ A token stores its creation date, token class hash, a payload and its scripts.
 |  32  | Instance consumption script hash (same)
 | ...  | Storage
 
-Each storage item is a bytes array stored as
+Storage is layout as
 
 | Size | Description
 |:----:|:---
-|  2   | Data size
-| ...  | Data
+|  2   | Item 0 size
+|  2   | Item 1 size
+|  2   | Item 2 size
+|      | ...
+| ...  | Item 0 data
+| ...  | Item 1 data
+| ...  | Item 2 data
+|      | ...
 
 Each token can be represented by its **token hash** computed as the hash of the whole data structure
 above.