Parse-Docs
  • Getting Started
  • Introduction
    • PARSE stablecoin
    • Payment Gateway
    • Governance
  • technical guide
    • Target Price
    • Tax Protocol
    • Rebase Protocol
    • Architecture and Functionality
Powered by GitBook
On this page
  • What Is CPI?
  • The Target
  • Normalized Price
  1. technical guide

Target Price

PreviousGovernanceNextTax Protocol

Last updated 2 years ago

What Is CPI?

The Consumer Price Index (CPI) is one of the popular tools for measuring inflation. The as a reference for calculating the CPI defines it as follows:

The Consumer Price Index (CPI) is a measure of the average change over time in the prices paid by urban consumers for a market basket of consumer goods and services.

The Target

PARSE token uses CPI to peg itself to the 2022 USD. Lanch time CPI is stored at the contract as abaseCPI variable and the contract calculates the target price by comparing the base and current CPI.

target price=current CPIbase CPI\mathrm{target~price}=\frac{\mathrm{current~CPI}}{\mathrm{base~CPI}}target price=base CPIcurrent CPI​

​While the current and the base CPI are equal, the target price is one USD. In an inflationary situation, the CPI increases; thus, the target price rises up.

PARSE token, unlike other stablecoins, becomes an inflation-proof asset due to its targeting policies. Anyone can protect their purchasing power against inflation by using the PARSE token.

Normalized Price

The contract gets the current Price of PARSE from the oracle. It calculates the normalized price from the current and target price.

normalized price=current pricetarget price\mathrm{normalized~price}=\frac{\mathrm{current~price}}{\mathrm{target~price}}normalized price=target pricecurrent price​

​It is clear that if the normalized price is pegged to one, the current price will be pegged to the target.

In Tax and Rebase protocols, the first step is to calculate the normalized price and then use it for other calculations as a price of PARSE. For the sake of simplicity in the rest of this document, "price" is used instead of "normalized price".

Bureau of Labor Statistics