diff --git a/content/module-2/1-ERC20-Messaging.md b/content/module-2/1-ERC20-Messaging.md
index 8d26460..8f57da6 100644
--- a/content/module-2/1-ERC20-Messaging.md
+++ b/content/module-2/1-ERC20-Messaging.md
@@ -88,7 +88,9 @@ Register a token, here named `testToken`:
In order to register tokens on the subnets, you will need to pay fees on both subnets. Use the [Topos Faucet](https://faucet.testnet-1.topos.technology):
+
![Get some TOPOS and INCAL](./images/faucetindex.png)
+
Make sure that the tokens are sent:
@@ -96,7 +98,9 @@ Make sure that the tokens are sent:
Now you can pay the necessary fee for a token registration (e.g., for the Incal subnet):
+
![Pay INCA fee](./images/incafee.png)
+
@@ -118,11 +122,15 @@ With both token setups done, you can try your first cross-subnet token transfer:
The ERC20 Messaging dApp will list the different steps involved in the cross-subnet transfer process:
+
![Transaction page](./images/transactionrunning.png)
+
First, approve the actions:
+
![approve transaction](./images/approvetransaction.png)
+
@@ -134,11 +142,15 @@ A cross-subnet ERC20 token transfer involves you approving several actions:
The ERC20 Messaging dApp will wait for the transaction to be executed:
+
![Wait for the transaction](./images/waittransaction.png)
+
It should give you a success message, like the following:
+
![Successful page](./images/successedenaincal.png)
+