diff --git a/index.html b/index.html
index 46fb978..b12a718 100644
--- a/index.html
+++ b/index.html
@@ -10356,6 +10356,7 @@ janin.currencies = [
janin.currency.createCurrency ("Marscoin", 0x32, 0xb2, "6", "T" , "M8caDttyKt2r7V7WHMMkRZ1jEzxj16fgCn"),
janin.currency.createCurrency ("Mazacoin", 0x32, 0xe0, "8", "a" , "MLUXCv3GfNgmUSXc5Ek3ePaQ4cfsJwEXHa"),
janin.currency.createCurrency ("Megacoin", 0x32, 0xb2, "6", "T" , "MPeVmJHvkXN3caneWCB5zGgtGHRRBSLmWd"),
+ janin.currency.createCurrency ("MobiusCoin", 0x00, 0x80, "5", "[LK]" , ""),
janin.currency.createCurrency ("Monocle", 0x32, 0xb2, "6", "T" , "M9CFHZjyCipuKqByD5K1sCHmt7etuCFGsc"),
janin.currency.createCurrency ("MoonCoin", 0x03, 0x83, "5", "L" , "2P2V9npcK7apbUFsWN3zL7R6ARBMwTJ4hA"),
janin.currency.createCurrency ("Myriadcoin", 0x32, 0xb2, "6", "T" , "MWGDtjDw9c8C6zicDQF22yZBWbEX53v4o9"),
diff --git a/logos/mobiuscoin.png b/logos/mobiuscoin.png
new file mode 100644
index 0000000..4d7becf
Binary files /dev/null and b/logos/mobiuscoin.png differ
diff --git a/src/janin.currency.js b/src/janin.currency.js
index 47b149e..680685b 100644
--- a/src/janin.currency.js
+++ b/src/janin.currency.js
@@ -122,6 +122,7 @@ janin.currencies = [
janin.currency.createCurrency ("Marscoin", 0x32, 0xb2, "6", "T" , "M8caDttyKt2r7V7WHMMkRZ1jEzxj16fgCn"),
janin.currency.createCurrency ("Mazacoin", 0x32, 0xe0, "8", "a" , "MLUXCv3GfNgmUSXc5Ek3ePaQ4cfsJwEXHa"),
janin.currency.createCurrency ("Megacoin", 0x32, 0xb2, "6", "T" , "MPeVmJHvkXN3caneWCB5zGgtGHRRBSLmWd"),
+ janin.currency.createCurrency ("MobiusCoin", 0x00, 0x80, "5", "[LK]" , ""),
janin.currency.createCurrency ("Monocle", 0x32, 0xb2, "6", "T" , "M9CFHZjyCipuKqByD5K1sCHmt7etuCFGsc"),
janin.currency.createCurrency ("MoonCoin", 0x03, 0x83, "5", "L" , "2P2V9npcK7apbUFsWN3zL7R6ARBMwTJ4hA"),
janin.currency.createCurrency ("Myriadcoin", 0x32, 0xb2, "6", "T" , "MWGDtjDw9c8C6zicDQF22yZBWbEX53v4o9"),
diff --git a/wallets/mobiuscoin.png b/wallets/mobiuscoin.png
new file mode 100644
index 0000000..0ee7651
Binary files /dev/null and b/wallets/mobiuscoin.png differ