STAKING PERI

Staking: Open a Position

PERI stakers can lock their PERI COIN into the Peri Finance protocol Staking Dapp and take on a debt position in the shared pool of the combined USD value of all Pynths . After Successful staking, they issued pUSD that represents their current debt position in USD.

As the prices of underlying pynths fluctuate with oracle updates, the size of the debt pool fluctuates too, It means that staker's debt independent from the amount of pUSD that was issued.

To consider the risk stakers take on by being exposed to a shared debt pool, they are rewarded each week in the form of pUSD trading fees and PERI inflationary rewards .

Issuance API

Contract

Destination contract (address): ProxyERC20

Target contract (ABI): PeriFinance

Note: PeriFinance uses a proxy system. The ABI of the underlying PeriFinance ProxyERC20 contract you need is PeriFinance.

Methods

  • issuePynths(uint256 amount)

  • issuePynthsOnBehalf(address user, uint256)

  • issueMaxPynths()

  • issueMaxPynthsOnBehalf(address user)

Events Emitted

On a successful transaction, the following events occur:

UNSTAKING PERI

Unstaking: Closing a Position

In order to close their position, PERI stakers need to burn enough pUSD to cover their debt position

Burning API

Contract

Destination contract (address): ProxyERC20

Target contract (ABI): PeriFinance

Note: PeriFinance uses a proxy system. The ABI of the underlying PeriFinance ProxyERC20 contract you need is PeriFinance. Learn more about how proxies work by visiting the overview page.

Methods

  • burnPynths(uint256 amount)

  • burnPynthsOnBehalf(address user, uint256 amount)

  • burnPynthsToTarget()

  • burnPynthsToTargetOnBehalf(address user)

Events Emitted

On a successful transaction, the following events occur:

Claiming Rewards

PERI stakers (aka minters, aka issuers) get staking rewards each week, in the form of pUSD trading fees and PERI inflationary rewards.

API

Contract

Destination contract (address): ProxyFeePool

Underlying contract (ABI): FeePool

Methods

  • claimFees()

  • claimOnBehalf(address user)

Events Emitted

On a successful transaction, the following events occur:

Last updated