face

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.

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.

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:

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

  1. On desktop computers, do install any modern browser that supports Metamask Plugin to enable the most widely acclaimed ethereum hot wallet, the Metamask Wallet;
  2. On mobile devices, using Kiwi Browser instead of Chrome/Firefox/Edge is suggested;
  3. Launch the browser, unlock the Metamask wallet, switch to Binance Smart Chain (a.k.a BNB Chain) network;
  4. If BNB Chain has not been seen, add it;
  5. Make sure the active account has at least 0.0002 BNB to pay gas fee (at 1.00 Gwei gas price) for tokens mining;
  6. Open the FACE Online Miner page (will further be named the miner);
  7. Allow Metamask wallet to connect to the miner when prompted;
  8. Choose which token to mine, where GEMT9 and NEMT9 are available options;
  9. If the mining`s nonce number is known, just enter it, otherwise leave it blank;
  10. Double check all information on the miner page, then click START button;
  11. Be aware that the mining process might take a very long time to find the nonce number;
  12. Follow instructions from Metamask to complete the mining transaction after the nonce number is found;
  13. Wait for token balance updates;

Using Mobile Browser, Step by Step

  1. 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;
  2. Open the FACE Mobile Miner page in any modern web browser;
  3. Enter the known keystore or private key values, and also the decrypt password if needed, then click UNLOCK WALLET button;
  4. Once miner`s wallet address is displayed, choose which token to mine, where GEMT9 and NEMT9 are available options;
  5. Click START AUTO MINE button to begin mining process;
  6. Wait for token balance updates;

Using NodeJS Command Line Interface

  1. NodeJS CLI Miner V1
  2. 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

  1. Specify program`s ID which must be integer and unique;
  2. Specify program`s earning APR a.k.a annual percentage rate;
  3. Prepare to pay initial deposit in Gemt9s;
  4. Click CREATE PROGRAM button to begin creating process;
  5. Follow instructions from Metamask to complete the creating transaction;

Investing to an Existing Program, Step by Step
Using Prebuilt Web App with Metamask Plugin

  1. Enter program`s ID;
  2. Wait for all information to be displayed accurately;
  3. Enter the ideal amount to invest to the program;
  4. Click INVEST button to begin investing process;
  5. Follow instructions from Metamask to complete the investing transaction;
  6. 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

  1. Enter “5” for program`s ID;
  2. Enter an amount to invest in Gemt9;
  3. Click INVEST button to begin investing process;
  4. Follow instructions from Metamask to complete the investing transaction;
  5. Redeem investment at any time and earn 3.15% APR;

Gemt9 HYIP investing
Using Prebuilt Web App with Metamask Plugin

  1. Enter “1” for program`s ID;
  2. Enter an amount to invest in Gemt9;
  3. Click INVEST button to begin investing process;
  4. Follow instructions from Metamask to complete the investing transaction;
  5. Redeem investment at any time and earn 4998.45% APR;

(C)2021 ASINERUM PROJECT TEAM