FACE: Fully Autonomous Crypto Ecosystem
This document is stated and understood as a whitepaper
the ideas
FACE is to bring to people a set of classic proof-of-work cryptocurrencies activated on ethereum-like blockchains that can be mined with ease.
- Mine only, no mint, no burn.
- Autonomous controls only, no owners, no moderators, no governances.
the tokens
FACE`s two first so-called mineable erc20-standard tokens were already developed and deployed on Binance Smart Chain crypto network (BSC) with the symbol names GEMT9 and NEMT9.
- GEMT9: ethereum mineable token with no governance V9
smart contract address on BSC:
0x9f57b97a6723b1620a6360af33b28d006806ec0d
Token Explorer
The GEMT9 smart contract is dedicatedly built for crypto users which plan to run their own investment programs that serve crypto HYIP enthusiasts.
- NEMT9: ethereum mineable token with no governance naked V9
smart contract address on BSC:
0x2e23950c00bdd2505ee64494bc554e59050c70ce
Token Explorer
The NEMT9 smart contract is built for crypto ecommerce and gaming.
the codes
The original codes of GEMT9 and NEMT9 smart contracts are fully open-source, licensed all under MIT license agreement, verified and published on bscscan.com blockchain explorer at the links quoted above.
People also explore the codes at FACE project repositories:
the minings
The minings of Gemt9s and Nemt9s are on the same concept, but not the same totally.
In order to mine these resources, people do call the appropriate smart contract method named mine with an integer parameter nonce accepted as proof-of-work
SOLIDITY smart contract interface:
function mine(uint256) external returns(bool);
JAVASCRIPT web3js function calling:
CONTRACT.methods.mine(NONCE).send();
The correct value of nonce must be found by brute force checking, and some amount of Gemt9s (or Nemt9s) should be awarded afterwards, with increasing difficulty and decreasing capacity thru time:
- GEMT9 mining difficulty increases by 3x every 4 months.
- GEMT9 mining capacity (block-based reward) decreases by 3x every 4 months.
- NEMT9 mining difficulty increases by 2x every 6 months.
- NEMT9 mining capacity (block-based reward) decreases by 2x every 6 months.
- GEMT9 mining block-based reward starts at 60 Gemt9s, awarded once per single block.
- NEMT9 mining block-based reward starts at 60 Nemt9s, awarded once per single block.
Below are ready-built browser tools for mining FACE`s tokens:
EXAMPLES OF MINING FACE`S TOKENS
Using Desktop Browser with Metamask Plugin, Step by Step
- On desktop computers, do install any modern browser that supports Metamask Plugin to enable the most widely acclaimed ethereum hot wallet, the Metamask Wallet;
- On mobile devices, using Kiwi Browser instead of Chrome/Firefox/Edge is suggested;
- Launch the browser, unlock the Metamask wallet, switch to Binance Smart Chain (a.k.a BNB Chain) network;
- If BNB Chain has not been seen, add it;
- Make sure the active account has at least 0.0002 BNB to pay gas fee (at 1.00 Gwei gas price) for tokens mining;
- Open the FACE Online Miner page (will further be named the miner);
- Allow Metamask wallet to connect to the miner when prompted;
- Choose which token to mine, where GEMT9 and NEMT9 are available options;
- If the mining`s nonce number is known, just enter it, otherwise leave it blank;
- Double check all information on the miner page, then click START button;
- Be aware that the mining process might take a very long time to find the nonce number;
- Follow instructions from Metamask to complete the mining transaction after the nonce number is found;
- Wait for token balance updates;
Using Mobile Browser, Step by Step
- Make sure one of the following values is known:
- miner`s private key, or
- miner`s KEYSTORE V3, or
- miner`s BIP38 encrypted private key;
- Open the FACE Mobile Miner page in any modern web browser;
- Enter the known keystore or private key values, and also the decrypt password if needed, then click UNLOCK WALLET button;
- Once miner`s wallet address is displayed, choose which token to mine, where GEMT9 and NEMT9 are available options;
- Click START AUTO MINE button to begin mining process;
- Wait for token balance updates;
Using NodeJS Command Line Interface
- NodeJS CLI Miner V1
- NodeJS CLI Miner V2
the early trades
People who dont care about token mining can buy Gemt9s and Nemt9s being sold by some early miners.
Just enter the desired amount of tokens to buy, then click BUY button, and follow Metamask instructions to complete the purchasing transaction:
the ecosystem
Shown below are some of FACE featured functions.
Creating an Investment Program, Step by Step
Using Prebuilt Web App with Metamask Plugin
- Specify program`s ID which must be integer and unique;
- Specify program`s earning APR a.k.a annual percentage rate;
- Prepare to pay initial deposit in Gemt9s;
- Click CREATE PROGRAM button to begin creating process;
- Follow instructions from Metamask to complete the creating transaction;
Investing to an Existing Program, Step by Step
Using Prebuilt Web App with Metamask Plugin
- Enter program`s ID;
- Wait for all information to be displayed accurately;
- Enter the ideal amount to invest to the program;
- Click INVEST button to begin investing process;
- Follow instructions from Metamask to complete the investing transaction;
- Click REDEEM button to stop investing and withdraw all principal and earnings;
Playing lotto/gambling games to earn FACE`s tokens
Using Prebuilt Web App with Metamask Plugin
Paying FACE`s tokens along with transaction reference and note
Using Prebuilt Web App with Metamask Plugin
the early programs
Shown below are some of FACE early investment programs.
Gemt9 standard investing
Using Prebuilt Web App with Metamask Plugin
- Enter “5” for program`s ID;
- Enter an amount to invest in Gemt9;
- Click INVEST button to begin investing process;
- Follow instructions from Metamask to complete the investing transaction;
- Redeem investment at any time and earn 3.15% APR;
Gemt9 HYIP investing
Using Prebuilt Web App with Metamask Plugin
- Enter “1” for program`s ID;
- Enter an amount to invest in Gemt9;
- Click INVEST button to begin investing process;
- Follow instructions from Metamask to complete the investing transaction;
- Redeem investment at any time and earn 4998.45% APR;
(C)2021 ASINERUM PROJECT TEAM