diff --git a/bip-0122.mediawiki b/bip-0122.mediawiki
index 902aa02a..d0258738 100644
--- a/bip-0122.mediawiki
+++ b/bip-0122.mediawiki
@@ -23,7 +23,7 @@ The same happens with posts and messages that reference some particular txs or b
The URI follow this form:
-
+blockchainuri = "blockchain:" ["//" chain] "/" object +object = ("tx" "/" hash ) / ( "block" "/" (hash / blockheight ) ) / + ( "address" "/" address ) +chain = hash +hash = 64HEXDIG +blockheight = 1*15DIGIT ; 15 is somehow arbitrary, i.e. a "small" int. +address = base58 ; https://en.wikipedia.org/wiki/Base58 ++ ---- ===Definition of chain ID===