From f6db6687126304b1927bbafcd5bca82a6064c913 Mon Sep 17 00:00:00 2001 From: Gasper Zupan Date: Mon, 6 May 2024 13:02:06 +0200 Subject: [PATCH 1/3] update token supply FAQ --- content/pages/get-bzz.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/content/pages/get-bzz.md b/content/pages/get-bzz.md index 4a587b9..ffd3e77 100644 --- a/content/pages/get-bzz.md +++ b/content/pages/get-bzz.md @@ -116,11 +116,7 @@ sections: - template: feature title: Is the token supply deflationary like Bitcoin? content: - The token supply is not fixed and can increase or decrease via - the bonding curve. Put simply, if the supply goes up by one token, so - does its price in the bonding curve contract, and vice versa. This makes - BZZ neither inflationary nor deflationary. You can read about Swarm’s - supply and bonding curve in detail [here](https://medium.com/ethereum-swarm/swarm-and-its-bzzaar-bonding-curve-ac2fa9889914). + The token supply is fixed at 63,149,437. It is an standard ERC-20 token, the contract for which can be found [here](https://etherscan.io/token/0x19062190b1925b5b6689d7073fdfc8c2976ef8cb). - template: feature title: What can I store with BZZ? content: Almost anything you can imagine! You can store and retrieve many types of data—from webpages, NFT metadata, archives, to database backups, streaming audio and video, and much more. You can get started with uploading data by [purchasing your first batch of stamps](https://docs.ethswarm.org/docs/develop/access-the-swarm/buy-a-stamp-batch). From db0945be9ddcbca1d6b1c99965b40ea258d586e3 Mon Sep 17 00:00:00 2001 From: Gasper Zupan Date: Mon, 6 May 2024 13:05:38 +0200 Subject: [PATCH 2/3] update list of DEX --- components/common/FeatureExchanges.tsx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/components/common/FeatureExchanges.tsx b/components/common/FeatureExchanges.tsx index 35af5f6..217f09a 100644 --- a/components/common/FeatureExchanges.tsx +++ b/components/common/FeatureExchanges.tsx @@ -6,16 +6,6 @@ import { cx } from "utils"; type Props = {}; const items = [ - { - label: "Bzzaar ->", - url: "https://bzz.exchange", - icon: Icons.BzzarIcon, - }, - { - label: "OpenBZZ ->", - url: "https://openbzz.eth.limo/", - icon: Icons.OpenbzzIcon, - }, { label: "Uniswap ->", url: "https://app.uniswap.org/#/swap?chain=ethereum&inputCurrency=ETH&outputCurrency=0x19062190B1925b5b6689D7073fDfC8c2976EF8Cb", From 3426dff710cb6b486280f386b265401ea5e74e78 Mon Sep 17 00:00:00 2001 From: Gasper Zupan Date: Mon, 6 May 2024 13:09:25 +0200 Subject: [PATCH 3/3] update cn page --- content/pages/get-bzzzh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/pages/get-bzzzh.md b/content/pages/get-bzzzh.md index ec3ac3c..1447f25 100644 --- a/content/pages/get-bzzzh.md +++ b/content/pages/get-bzzzh.md @@ -109,10 +109,10 @@ sections: features: - template: feature title: 数字货币BZZ的供应量是否像比特币一样通缩? - content: 数字货币BZZ的供应量并不是固定的,而是可以通过债券曲线(bonding curve)增加或减少。简而言之,如果供应量增加了一个代币,那么其在债券曲线合约中的价格也会相应增加,反之亦然。因此,BZZ既不是通胀型货币,也不是通缩型货币。您可以在这里详细了解Swarm的供应量和债券曲线机制。[(link)](https://medium.com/ethereum-swarm/swarm-and-its-bzzaar-bonding-curve-ac2fa9889914) + content: 代币供应量固定为63,149,437。这是一个标准的ERC-20代币,其合约可以在这里找到。 - template: feature title: 您可以使用BZZ在Swarm网络上存储哪些内容? - content: 您可以使用BZZ在Swarm网络上存储各种类型的数据,包括网页、NFTs、存档、数据存储、音乐流媒体服务等等。 + content: 您可以使用BZZ在Swarm网络上存储各种类型的数据,包括网页、NFTs、存档、数据存储、音乐流媒体服务等等。 https://etherscan.io/token/0x19062190b1925b5b6689d7073fdfc8c2976ef8cb - template: feature title: 如果我运行一个完整节点,我会收到BZZ吗? content: 存储激励系统通过重新分配机制对存储提供者进行补偿,具体取决于他们抵押的BZZ代币数量以及是否被选中进行重新分配。[(link)](https://medium.com/ethereum-swarm/the-mechanics-of-swarm-networks-storage-incentives-3bf68bf64ceb)