diff --git a/README.md b/README.md
index b7e72fe..e2377f7 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,6 @@
-
-
-
+
BankBox
@@ -11,10 +9,6 @@
ColoredCoins desktop wallet application for digital currency issuance and management.
-
-
-
-
**BankBox** is a desktop client of the [ColoredCoins protocol](https://github.com/Colored-Coins/Colored-Coins-Protocol-Specification) on top of the Bitcoin blockchain.
It utilizes [ColoredCoins full-node](https://github.com/Colored-Coins/Full-Node), which in its turn is dependant on [Bitcoin-Core](https://bitcoin.org/en/bitcoin-core/), the Bitcoin reference client.
It downloads and maintains a copy of the blockchain **locally**, coupled with parsed ColoredCoins assets layer of ColoredCoins colored transactions - so it keeps the protocol true **peer-to-peer** with no dependance on external servers.
@@ -24,8 +18,10 @@ Since the BankBox gives full control to the user, it's up to the BankBox client
If you would like to deep dive to our programmatic Node.js (and browser) API for issuance and transfer of digital assets, go to [Getting started with ColoredCoins SDK](https://github.com/Colored-Coins/ColoredCoins-docs/blob/master/getting_started.md).
-
-
+The architecture of this desktop wallet can be illustrated with the following layers sketch:
+
+
+
## Prerequisites
@@ -48,9 +44,10 @@ First you need to download the prerequisites mentioned above, and then use the i
## Screenshots
-
-
-
+
+
+
+
## Configuration
@@ -101,10 +98,6 @@ For `[options]` the following optional arguments are available:
- `portable` - Windows portable app
- `all` - All available package options
-## Support
-
-You can find support at our [Slack channel](http://slack.coloredcoins.org), or e-mail us to contact@coloredcoins.org.
-
## License
[AGPL-3.0](https://www.gnu.org/licenses/agpl-3.0.en.html)
diff --git a/assets/architecture.png b/assets/architecture.png
new file mode 100644
index 0000000..92ecafb
Binary files /dev/null and b/assets/architecture.png differ
diff --git a/assets/logo.png b/assets/logo.png
new file mode 100755
index 0000000..7262867
Binary files /dev/null and b/assets/logo.png differ
diff --git a/assets/screenshot-dashboard.jpg b/assets/screenshot-dashboard.jpg
new file mode 100755
index 0000000..b58de49
Binary files /dev/null and b/assets/screenshot-dashboard.jpg differ
diff --git a/assets/screenshot-transaction.jpg b/assets/screenshot-transaction.jpg
new file mode 100755
index 0000000..d2677a0
Binary files /dev/null and b/assets/screenshot-transaction.jpg differ