From 208333d900639778a50b54aac0c3179dba5e4c98 Mon Sep 17 00:00:00 2001 From: Kieran O'Neill Date: Mon, 18 Nov 2024 20:47:46 +0000 Subject: [PATCH] fix: update the kibisis token blog post title --- .../index.mdx | 52 ----------------- .../index.mdx | 54 ++++++++++++++++++ .../token_icon@256x256.png | Bin 3 files changed, 54 insertions(+), 52 deletions(-) delete mode 100644 blog/2024-11-18-introducing-the-kibisis-token/index.mdx create mode 100644 blog/2024-11-18-sneak-peek-the-kibisis-token/index.mdx rename blog/{2024-11-18-introducing-the-kibisis-token => 2024-11-18-sneak-peek-the-kibisis-token}/token_icon@256x256.png (100%) diff --git a/blog/2024-11-18-introducing-the-kibisis-token/index.mdx b/blog/2024-11-18-introducing-the-kibisis-token/index.mdx deleted file mode 100644 index fd71256..0000000 --- a/blog/2024-11-18-introducing-the-kibisis-token/index.mdx +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: Introducing The Kibisis Token! -description: "Our fungible token is in the works: introducing the Kibisis token." -slug: introducing-the-kibisis-token -authors: [kieran] -tags: [arc-0200, voi] ---- - - -import CenteredImage from '@site/src/components/CenteredImage'; - - -import tokenIcon from './token_icon@256x256.png'; - - - -We are creating a fungible token that can be used as currency for our upcoming marketplace. - - - -## Why? - -The token will be the main form of currency to purchase from an upcoming marketplace that we are currently building. This marketplace will allow customization of your wallets by buying skins and themes. These skins and themes will be sent to your account as NFTs - allowing you to transfer or sell just like any other NFT. - -With one of these NFTs in your account, you can customize your Kibisis wallet. Furthermore, these customizations will also appear in another user's Kibisis wallet that you have interacted with. - -For example, if you have added a solid gold skin to your Kibisis wallet, and you send some VOI to another Kibisis user, the transaction in their activity will also appear in this solid gold theme. - -We hope to share more details of the Kibisis marketplace soon as it is still in early development. - -## Bootstrapping Period - -To bootstrap the token we will be holding what we are calling a "bootstrapping period". - -During this period, we will load up a special contract with 500,000,000 (500 million) tokens (0.5% of the total supply), and you will be able to acquire these tokens by exchanging VOI directly with the contract - no exchanges, bridges or swaps, just direct with the contract. - -The cost of the Kibisis token during this period will be 1:1 to VOI. - -## Token Technical Details - -* **Total Supply:** 10,000,000,000 (10 billion) -* **Decimals:** 6 -* **Symbol:** `$KIBI` (TBC...) - -## Feedback Welcome - -We are still ironing out the finer details, but we are very much open to any feedback you may have. - -You can drop us a message in the Voi Discord on the [#kibisis](https://discord.com/channels/1055863853633785857/1181252381816655952) channel. diff --git a/blog/2024-11-18-sneak-peek-the-kibisis-token/index.mdx b/blog/2024-11-18-sneak-peek-the-kibisis-token/index.mdx new file mode 100644 index 0000000..9c4bd2f --- /dev/null +++ b/blog/2024-11-18-sneak-peek-the-kibisis-token/index.mdx @@ -0,0 +1,54 @@ +--- +title: "Sneak Peek: The Kibisis Token!" +description: "We have a fungible token in the works: introducing the Kibisis token." +slug: sneak-peek-the-kibisis-token +authors: [kieran] +tags: [arc-0200, sneak-peek, voi] +--- + + +import CenteredImage from '@site/src/components/CenteredImage'; + + +import tokenIcon from './token_icon@256x256.png'; + + + +We would like to share a big part of our wider vision for Kibisis: skins and themes for your wallet can be purchased, using the Kibisis token, via our upcoming marketplace. + + + +## Why? + +As a wallet, Kibisis sits at the nexus of a lot of web3 services, it is therefore important that it functions well. However, while an app's functionality is indeed important, aesthetics also plays a part in why we choose/use applications. Therefore, we would like to announce that we are developing a marketplace that will allow you to customize the aesthetics of Kibisis! + +This upcoming marketplace will use the aforementioned token as the main form of currency to purchase items. These customizations, in the form of skins and themes, will be sent to your account as NFTs - allowing you to transfer, or sell, just like any other NFT. + +With one of these NFTs in your account, you can customize your Kibisis wallet. Furthermore, these customizations will also appear in another user's Kibisis wallet that you have interacted with. + +For example, if you have added a solid gold skin to your Kibisis wallet, and you send some VOI to another Kibisis user, the transaction in their activity will also appear in this solid gold theme. + +We hope to share more details of the Kibisis marketplace soon as it is still in early development. + +## Bootstrapping Period + +To kick off the token launch we will be holding what we are calling a "bootstrapping period". + +During this period, we will load up a special contract with a percentage of the total supply of tokens, and you will be able to acquire these tokens by exchanging VOI directly with the contract - no exchanges, bridges or swaps, just direct with the contract. + +We will announce the official details and dates of this bootstrapping period soon. + +## Token Technical Details + +* **Total Supply:** 10,000,000,000 (10 billion) +* **Decimals:** 6 +* **Symbol:** `$KIBI` (TBC...) + +## Feedback Welcome + +We are still ironing out the finer details, but we are very much open to any feedback you may have. + +You can drop us a message in the Voi Discord on the [#kibisis](https://discord.com/channels/1055863853633785857/1181252381816655952) channel. diff --git a/blog/2024-11-18-introducing-the-kibisis-token/token_icon@256x256.png b/blog/2024-11-18-sneak-peek-the-kibisis-token/token_icon@256x256.png similarity index 100% rename from blog/2024-11-18-introducing-the-kibisis-token/token_icon@256x256.png rename to blog/2024-11-18-sneak-peek-the-kibisis-token/token_icon@256x256.png