Skip to content

Commit

Permalink
chore: more content changes for economy
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Feb 27, 2024
1 parent f9cddf0 commit 0d61323
Showing 1 changed file with 9 additions and 32 deletions.
41 changes: 9 additions & 32 deletions src/pages/Economy/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,51 +72,28 @@ export default {
{
title: "Safe Network Tokens: Frequently Asked Questions",
items: [
{
question: "What are Safe Network Tokens?",
answer: [
`Safe Network Tokens are digital tokens that are generated automatically by the Safe Network and reside on the Safe Network. The Network will autonomously confirm account balances to wallets and allow transactions to take place. Safe Network Tokens are transferred using the digital signature of the coin’s last owner. This operation is 'network atomic'—in other words, the Network ensures that all copies update to reflect the transaction. This is a different approach to the blockchain mechanism employed in other projects, such as Bitcoin.`,
"There can be many millions of transactions per second on the Safe Network and the larger it becomes the more transactions per second can be executed. A Safe Network Token only records the previous and current owners. By doing so, it ensures that the current owner was transferred ownership properly by the last owner. This allows coins to be transferred between people very easily and without delay.",
"Please note that Safe Network Tokens will not be active until the network goes live. See MaidSafeCoin for current proxy token.",
],
},
{
question: "How are Safe Network Tokens used on the Network?",
answer: [
"Safe Network Tokens are the currency of the Safe Network. They are an incentive mechanism that rewards Users and developers, as well as providing access to network services.",
"Without any human intervention, the Safe Network pays out Tokens automatically to Farmers (users who join the Network by contributing their computing resources) and to Builders (application developers, who get paid automatically depending on how much their applications are used).",
"In addition, Core Developers who improve the core Safe Network codebase can also earn Tokens by providing bug fixes and new features.",
`Safe Network Tokens only live on the Safe Network. They are stored in a User's wallet and can be used to buy network services, such as increased storage space and access to network applications. There is no set distribution time for the 4.3 billion Tokens produced during the life of the Network.`,
"Please note that Safe Network Tokens will not be active until the network goes live.",
],
},
{
question: "How do I buy Safe Network Tokens?",
answer: [
"Safe Network Tokens won’t be issued until the Network goes live so they cannot be purchased at the moment. Currently you can buy MaidSafeCoin which will be able to be swapped on a 1-to-1 basis for Safe Network Tokens when the Network is launched.",
`Safe Network Tokens won’t be issued until the Network goes live so they cannot be purchased at the moment. Currently you can buy MaidSafeCoin which will be swapped on a 1-to-1 basis for Safe Network Tokens when released.`,
"You can buy MaidSafeCoin from:",
"Bitmart",
"UniSwap V3",
],
},
{
question: "What is MaidSafeCoin?",
answer: [
`MaidSafeCoin is a proxy token that was released during MaidSafe's crowd sale and will be able to be swapped for Safe Network Tokens on a 1:1 basis when the Network is launched. MaidSafeCoin is listed on the Bitcoin blockchain and can be purchased on a number of exchanges and brokers including:`,
"- [Bittrex](https://global.bittrex.com/Market/Index?MarketName=BTC-MAID)\n- [HitBTC](https://hitbtc.com/MAID-to-BTC)\n- [P2PB2B](https://p2pb2b.com/trade/MAID_BTC/)\n- [BC Bitcoin](https://www.bcbitcoin.co.uk/buy/?coin=MAID)",
"MaidSafeCoin (EMAID) is a proxy token that supports the development of the Safe Network and allows pre-purchase of its native currency: Safe Network Tokens. ",
"After the Network is launched, MaidSafeCoins can be swapped 1-for-1 with Safe Network Tokens.",
"MaidSafeCoin was originally launched on the Omni protocol (MAID) but is now available as an ERC20 token: EMAID. You buy it from Bitmart and on UniSwap V3",
],
},
{
question: "How do I buy MaidSafeCoin?",
answer: [
"In essence all we have to do is buy bitcoin and exchange it for MaidSafeCoin. There are a few simple steps required to do this.",
"- Create an [OmniWallet](https://www.omniwallet.org/).\n- Purchase bitcoin using your preferred vendor.\n- Create a trade account on an exchange or brokers which lists MaidSafeCoin (e.g. on [Bittrex](https://global.bittrex.com/Market/Index?MarketName=BTC-MAID)).\n- Send bitcoin to the trading account.\n- Trade bitcoin for MaidSafeCoin.\n- Withdraw / Transfer to OmniWallet.\n- MaidSafeCoin is now in your OmniWallet!",
],
},
{
question: "Where can I store MaidSafeCoin?",
answer: [
"As MaidSafeCoin is built using the Omni protocol on the Bitcoin blockchain, it can be stored in any wallet. They may not be visible within all wallet software (due to lack of Omni support) but the MaidSafeCoin will be OK there as long as your machine and private key for that address are secure. You will be able to view them using [omniexplorer.info](https://omniexplorer.info).",
"To create a new Omniwallet or open an existing one visit [omniwallet.org](https://www.omniwallet.org/).",
],
answer: ["You can buy MaidSafeCoin from:", "Bitmart", "UniSwap V3"],
},

{
question: "What is Farming?",
answer: [
Expand Down

0 comments on commit 0d61323

Please sign in to comment.