UMA introduces ‘priceless’ ERC20 token contract that can track any asset

The UMA team is currently looking for feedback on its design pattern ahead of a mainnet deployment later in Q2...

UMA (Universal Market Access), a decentralized financial contracts platform, has introduced a new ERC20 contract design that is capable of tracking any asset with no on-chain prices and pooled risk.

No on-chain price feed or ‘priceless’ contracts are designed with mechanisms to incentivize counterparties to properly collateralize their positions; without requiring any on-chain price feed. These mechanisms include a liquidation and dispute process that allows counterparties to be rewarded for identifying improperly collateralized positions. Unless a position is liquidated, it is assumed to be solvent. Oracles are only used when liquidation is disputed — which is meant to be rare.

This system of incentives functions to minimize oracle usage while keeping the entire system correctly collateralized.

“We believe that oracles are the single biggest problem facing DeFi today. Problems with oracles have been made clearly visible by recent events: the bZx flash loan attack, SNX oracle front running, and Maker’s Black Thursday. We believe DeFi can be made safer and more secure by minimizing oracle usage. We call this ‘priceless’ contract design.”
– The UMA team

ERC20 Contract: Priceless Synthetic Tokens

Synthetic tokens are collateral-backed tokens whose value fluctuates depending on the token’s reference index. They are created by depositing collateral into a smart contract and minting tokens backed by that collateral. One example of a synthetic token is USStocks, an ERC20 token launched last year to track the value of the S&P 500.

Up until now, synthetic token designs have required the smart contract to know the value of the collateral at all times, as reported by an on-chain price feed. “Priceless” synthetic tokens differ because they do not require an on-chain price feed to indicate whether the contract is properly collateralized. Instead, they have a liquidation mechanism that allows anyone to liquidate an undercollateralized position.

In this design, liquidators can choose to liquidate positions based on their own off-chain view of the reference index for the token, which informs their view on whether the position is properly collateralized. Positions that have not been liquidated are assumed to be properly collateralized.

Liquidators are kept honest by disputers who are rewarded for catching invalid liquidations. Only when liquidation is disputed, an oracle needed. If the price returned by the oracle implies that the disputer was correct, the disputer is rewarded with a penalty charged to the liquidator; conversely, if the disputer was incorrect, the disputer forfeits a bond to the liquidator.

Decision tree for a liquidated position.

UMA has now open-sourced the code for its priceless synthetic token design, released a tutorial for how to deploy a contract, and produced a technical explainer with more details of the design.

Exit mobile version