var juyolyiyuy = 0;

THE CRYPTO THAT ISN’T, “FIRST IN BEST DRESSED”…

Zerozed completely sidesteps the “missed the boat” and “FOMO” mentality that contributes to volatility and instability.
BIG Blocks Work
Staying true to on-chain scaling will always keep both network fees and transaction times as low as economically feasible.
Interoperability Is Key
With cross-chain protocols from Atomic Swaps to Digital Securities and Tokenisation standards, Zerozed will always allow for migration from legacy networks.
Built on Bitcoin 0.13
Built to follow the tried-and-true Bitcoin Unlimited code-base, Zerozed will always remain as secure as the best.

THE ZERO-ZED ALGORITHM

One of the greatest ethical and logistical challenges humanity has been forced to face is one that has not changed since the dawn of society itself. The fair and even distribution of wealth and power.

​We live in world where half of the world’s net wealth belongs to 1% of the population. The emergence of Cryptocurrency has brought about a rapid disruption across many industries but none more than Finance and Economics.

Less than 1% of the worlds population has acquired any cryptocurrency at all. 80% of Bitcoins supply has already been mined with the remaining 20% to take the next 100 years to produce, the bulk of which will be exhausted by 2033.

We need an alternative to Stablecoins. Zerozed is built on it’s own Proof-of-work backbone using the ASIC compatible Scrypt Algorithm which breaks away from the legacy incentive models currently in use by cryptocurrency.

Using the Diffusion of Innovations to model a more sensible inflation schedule, Zerozed aims to bring stability to the wider market via use of Atomic Swaps with focus on interoperability.

CAmount GetBlockSubsidy(int nHeight, const Consensus::Params& consensusParams)
{
    double nSubsidy = 1 * COIN;
    double nsubsidy_function = 0;
    double Xheight = 0;
    if (nHeight == 1)
    {
        nSubsidy = 2000000.0 * COIN; // Premine 2 Million
    }
    else if (nHeight > 1 && nHeight < 1274030) // Sets max block height
    {
        Xheight = nHeight * 0.0000038051750381;
        nsubsidy_function = ((3583.5719028332051*(pow(Xheight,8))) 
                          - (67959.212902381332*(pow(Xheight,7)))
                          + (500144.30431838805*(pow(Xheight,6))) 
                          - (1806581.9194472283*(pow(Xheight,5)))
                          + (3537339.4754780694*(pow(Xheight,4)))
                          - (4712758.2800668897*(pow(Xheight,3)))
                          + (4535015.6408610735*(pow(Xheight,2)))
                          + (834937.06954081857*Xheight)
                          + (1000845.7073113875));
        nSubsidy = ((floor((nsubsidy_function*(1.0/60000.0)*0.33757734955)*100.0))/100.0) * COIN; // our emission curve [no. of coins per block]
    }
    else
    {
        nSubsidy = 0 * COIN; // Coins cease production
    }

    return nSubsidy;
}

Why a Radical new design for Supply Inflation?

Legacy Incentive Models have Failed

The core incentive model for Cryptocurrency heavily relies on competition and scarcity, much like gold, giving the network and the coin itself intrinsic value. This allows it to be priced based on supply and demand. This old model does not work in the new system as it centralizes a finite supply within an early and rapid inflation period. This all happens prior to even the early adopters having on-boarded.

Bitcoin Inflation versus Time

Achieving Successful Diffusion

The Diffusion of Innovations describes the process in which new technologies are adopted and diffused across all markets and groups of social networks within society. The process, rate and stages of the DoI are firmly understood and is applicable across many fields much like Network Theory which also plays a major role in understanding how technology itself evolves over time.

There are 5 categories of adopters within the social system, each with their own traits. Innovators, Early Adopters, Early and then Late Majority finalised with the Laggards. All 5 process must occur for the technology to attain market saturationFailed diffusion merely implies 100% adoption was never attained before succumbing to technical obsolescence.

Diffusion of Innovations

The Fairest Distribution Method for Currency

Using a Diffusion of Innovations based inflation model along with an industry tried-and-true mining algorithm, Zerozed incorporates cross-chain transactions, such as the Atomic Swap network on the Komodo (KMD) platform, in order to solve a long time debated issue surrounding not just volatility but also how to achieve successful diffusion of a currency whilst maintaining the normal distribution and a standard score of 0z.

In other words, how do we create a stable Cryptocurrency that is, relatively speaking, evenly dispersed between everyone alive once new coins cease production.

The Normal Distribution

Mission Statement

A Socioeconomic Blueprint for Engineering Emerging Nations


“Better ideas must be allowed to emerge through an evolutionary process of creation, mutation, and critical selection.”
100%
Protect the free exchange of ideas, the freedom to criticise, and the liberty to experiment.
100%
Support social orders that foster freedom of communication, action, experimentation, innovation, questioning and learning.
100%
Avoid unnecessary hierarchy whilst favoring the rule of math and decentralisation of power and responsibility.
100%
Support social order characterised by voluntary relationships and exchanges.

Goal:

 Create an easily replicable software & hardware ecosystem along with a decentralised autonomous organisational structure of which can be used to empower and advance emerging nations seamlessly into the present and beyond into a future without a centralised State run governance system required to sustain it.