UX chain

UX chain (ex. Umee) is a Cosmos-based decentralized finance hub supporting a suite of composable debt primitives that will enable the next generation of global debt markets. As a base layer blockchain, applications and money lego primitives can be built on top of UX to access cross chain leverage and liquidity. The UX chain facilitates interoperability between the Cosmos ecosystem, Ethereum network, side chain architectures, layer two scaling solutions, and alternative base layer protocols.

Foundations and partners

UX raised $18M at $0.0048 from funds. The first round on Coinlist raised $18M at $0.06 and the second round raised $14M at $0.07. The total investment in the project is $50M.

Among the funds worth mentioning are Polychain Capital, Coinbase Ventures, Alameda Research, Consensys Ethereal Ventures. Some of the investors can be classified as ecosystem investors, which is not bad at all.

Issues with Legacy Debt Markets:

Problem Billions of people around the world are unable to access debt markets as they do not meet the required profiles that the debt markets define as desirable business and thus are barred from accessing the biggest capital market in the world. Various new forms of debt platforms (e.g. peer-to-peer lending and social impacting investments) have emerged, but they suffer from very limited impact.

Solution

As a base layer blockchain secured by a decentralized validator set, anyone with an internet connection is able to access UX's services. UX is permissionless, meaning anyone can access debt markets on UX regardless of things like their location or financial history.

Problem

Legacy debt markets give participants little to no visibility on their processes. Major participants have shown they are willing to act recklessly with clients' funds (toxic lending, over-leveraging, etc.) while disclosing minimal details to clients. Not everyone has to play by the same rules and asymmetric information access gives the lending institutes unfair advantage and power in the market.

Solution As a public UX chain operates transparently, making it easier for UX users to assess risks. The same rules apply to all market participants on UX, regardless of their individual circumstances.

All UX users must be properly over-collateralized at all times in order to borrow funds. Users who fail to remain properly over-collateralized will have their collateral liquidated in order to minimize risks of insolvency and provide a high degree of security to lenders.

Problem

There is often a conflict of interest between clients who provide liquidity and the agents who act on their behalf. The client maintains ownership of the assets provided, and takes the risk of potential losses. Agents are generally incentivized to do whatever it takes to boost their commission or other form of personal gains with minimal to zero personal liability; this lack of proper alignment often results in decisions that are harmful for the client.

Solution UX will be owned and governed by its users and contributors. UX's on-chain governance structure can help align interests between different stakeholder groups.

Vision UX

UX is the first borrowing and lending platform aimed at offering universal cross-chain DeFi functionality that combines the strengths of blockchain architecture with the fundamentals of traditional debt markets. UX will replicate the $200 trillion global debt capital markets using open source code, crypto primitives and web3 technology, constructing a universal yield curve and enabling a foundation for a modern monetary policy that is globally unified, transparent and decentralized.

Foundation of a Web3 Native Debt Market

UX combines traditional debt market fundamentals with the next generation capabilities of blockchain technology.

Traditional debt market fundamentals will provide UX with the basis to create:

  • A term structure that uses time-to-maturity and credit-worthiness to determine rates;

  • The crypto format for debt primitives such as notes, bills, bonds, CDS, structured products, and other assets.

A Suite of Products and Features for Optimal Performance

In building the next generation of global debt markets, UX will integrate a variety of key technologies to offer scalability, interoperability, and privacy.

UX will be able to provide users with:

  • Scalability via Cosmos’ CosmWasm and shared security to accommodate the entire volume of global debt markets;

  • Interoperability and interchain accounts via IBC to remove the silos between ecosystems to enable maximum liquidity in a universal market;

  • Privacy via ZK based technologies to grant participants with full control over their information that is shared across the network, and accommodate sensitive transactions currently confined to centralized resources.

There are certain industry standards in place to help protect users, including the extensive auditing of code to find any potential weaknesses before a product is launched and any real money is at stake. Security is a priority for UX, which is why UX has contracted several top auditors to inspect every line of code and flag any potential vulnerabilities before going live.

Gravity Bridge

What is Gravity Bridge? UX’s Gravity Bridge is a chain-specific bridge optimized for transfers between Ethereum and the UX chain, with plans to integrate an Omni-EVM feature (includes the ability to transfer to and from multiple EVMs) in the future. The advantages UX’s gravity bridge affords over generalized bridges is security and capital efficiency. The bridge’s multisig which signs off on state changes (account balances) for cross chain transactions is controlled by UX’s 100 decentralized and permissionless validators, greatly enhancing security and minimizing trust assumptions. In this documentation we dive further into the economics of Gravity Bridge and Peggo, which is an orchestrator for the Gravity Bridge that assists relayers in cross-chain messaging.

UX's Gravity Bridge Solution

UX utilizes Gravity Bridge as a module and developed its own relayer written in Go called Peggo. The primary goal of Peggo is to act as a relayer that is compatible with any network using Gravity Bridge. The Gravity contract (deployed on Ethereum) is trustless and acts as a self-updating multisignature wallet that is controlled by the validator set. Everytime the power of UX’s validators change, a new “valset update” is created and signed. This update is then sent to Ethereum via any participant in the network. Providing this update to Ethereum is incentivised by monetary rewards, there exists no pre-selection of who relays the message to Ethereum.

Functions

The main function of Gravity Bridge is to securely transfer ERC-20 assets to Cosmos, and vice versa. The key stakeholders of Gravity Bridge are the users, relayers, and validators. Validators are the same actors that secure the UX chain. In order for validators to relay transactions, they must run a software on their nodes called Peggo, which is the orchestrator that allows them to validate events (changes in account balances) occurring on both Ethereum and Cosmos. All of UX’s 100 validators must sign-off on the multisig for Gravity Bridge via Peggo, making the bridge decentralized and robust in its security setup.

Ethereum to Cosmos

When a user sends a token from Ethereum to Cosmos, funds are deposited in the gravity smart contract on Ethereum and an event is created. This event will be picked up by validators (using Peggo) and relayed to the UX chain. Once >66% of the validators have claimed to see the event, the according tokens bridged from this transaction will be unlocked and sent to the destination address on UX.

Cosmos to Ethereum

For transactions from Cosmos to Ethereum, the Gravity contract creates ERC-20 representations for Cosmos tokens and ERC20 tokens that were previously locked in the Gravity contract will be freed and sent to the destination address. UX will collect transactions into batches, ordered by fee, which then will be signed by validators. Once enough signatures are collected (>66% of validators), this most profitable batch can be relayed to Ethereum by any participant of the network to get the relaying reward (the sum of all fees). Bridge fees are always paid in the same token that is being sent, so there’s no need to buy the UX token to be able to use the bridge (only a tiny bit to pay for UX chain’s fees which are negligible and easily bought on a Dex such as Osmosis).

The transaction fees on Ethereum are exponentially higher than fees on a Cosmos SDK chain. In order to reduce bridge cost which is associated with the fees charged by the destination chain (Ethereum in this case), transactions being sent from Cosmos to Ethereum are put into batches before they are sent to Ethereum. When sending tokens from Cosmos to an Ethereum address, the tokens are first sent to the Gravity contract and sit in the mempool of unconfirmed transactions. As soon as a threshold of transaction fees is reached after pooling the pending transactions, they are batched and relayed to Ethereum. All the remaining pending transactions will wait in the mempool until the threshold of transaction fees is reached again. Batching transactions helps reduce the high cost of processing transactions on Ethereum by splitting the cost up between a batch.

Peggo

What is Peggo?

Simply put, Gravity Bridge would not be able to operate effectively without the help of Peggo. This is due to the fact that The Gravity Bridge needs an orchestrator (Peggo), to relay events from one chain to the other. The easiest way to understand Peggo is to imagine it as a Go (programming language) implementation of Gravity Bridge. Peggo watches for events that occur on both the Ethereum and Cosmos blockchains. When Peggo notices an event on either blockchain, it notifies the corresponding blockchain accordingly.

An orchestrator is a program that runs on every validator in order to assist the Gravity Bridge module. Orchestrators help the Cosmos code perform tasks such as sign messages or transactions using a validator’s unique key.

UX Relayers

Relayer Responsibility

The UX chain validators usually take the role of the relayers. As a requirement, validators must validate and sign transactions in order for relaying transactions to reach consensus; not participating as an orchestrator will cause them to be slashed. Validators are not required to participate in the relaying work and instead can assign a third party to run Peggo.

As part of the security mechanism of Gravity Bridge, there are punishments if a relayer fails to take a required action, produce an incorrect message, or takes malicious behavior. Relayers will risk being slashed or kicked out of the Gravity Bridge validator set.

Relayer Incentivization

Relayers earn fees for their work in facilitating relaying transactions. Relayers compete in being the first in relaying profitable transactions or batches to earn the relaying fees. Whoever submits the batch to Ethereum first will earn all of the fees. The other relayers who fail to submit the transaction batch in time will still spend their ETH for the failed transaction attempt. For this reason, relayers have the incentive to be the fastest in relaying profitable transactions. In order to increase the odds of success, relayers are free to modify Peggo for the best performance possible.

Relayers are able to adjust their profit margin requirement to conduct a relay by setting their own profitability multiplier. The profitability multiplier ultimately determines how much they earn from a successful relay. A batch is only created once the total transaction fees in the mempool reach the profitability threshold. Relayers do not choose how a batch is formed or what transactions are included.

Relaying Costs

Users pay a gas fee using UX chain (for the transaction) in addition to a bridge fee. It’s important to note that the bridge fee is paid in the token that is being sent. On the other hand, relayers must pay an Ethereum gas fee (regardless of if their relay was successful). Relayers must pay the Ethereum gas fee using ETH however they will get their reward in the batch’s denom token. This is the primary factor that influences the profit margin (if any) of a relay. The UX chain could produce a list of batches, however it is up to the relayers to weigh gas costs vs potential rewards from relaying a batch. The relayer must perform a check on each batch in order to decide whether they should relay. Relayers relay all batches that are deemed profitable. To achieve this, relayers will query from the UX chain the list of batches and will navigate through each one.

At each batch in the list relayers will check for the following:

  • If the batch has enough signatures or not;

  • Simulate the ETH transaction to get a gas cost estimate, then convert that to its USD equivalent;

  • Convert the batches fees to USD;

  • Check if the batch is profitable using the following condition: totalFee >= (gasCost * profitMultiplier). If this condition is true, then the relayer will send the ETH transaction.

Team

Token

Utility

Validator Infrastructure

The UX chain is built on a network of validators that contribute Tendermint BFT consensus to the protocol. Tokens are bonded to validators that stake to provide Proof of Stake consensus to the network. Validators come from an open ecosystem of contributors and infrastructure providers. Tokens can also be delegated to validators by users to participate in the underlying consensus mechanism. This helps ensure the UX network remains decentralized.

Learn more about staking here. Learn how to stake UX tokens here.

Network Fees

Network fees will be earned in the form of UX tokens by validator infrastructure providers.

Similar to how ETH is used as a gas fee to pay for transactions on the Ethereum blockchain, UX is used as a gas fee to pay for transactions on the UX chain.

Validators earn block rewards in the form of UX similar to how transaction fees are processed in native blockchain protocols.

Protocol Governance

The native UX token is also a protocol governance token used to facilitate on-chain governance for the UX chain. The UX token, when staked, can be used to vote on protocol parameters and upgrades for improving functionality of the blockchain infrastructure. The UX token will also govern DeFi parameters of applications that sit on top, community grants, and future development.

Learn how to vote on an UX governance proposal here.

Learn how to create an UX governance proposal here.

Join the governance conversation hereopen in new window.

Different blockchains typically use different versions of tokens. Most tokens can be used across blockchains if converted to the correct format. It’s important to know which type of tokens you are in possession of before interacting with any web3 applications.

The UX token exists in two forms: a Cosmos native version (the native UX token) and an ERC-20 token version native to Ethereum. The two forms of UX tokens can be freely converted to one another.

Native UX Tokens

Most Cosmos tokens like the native UX token are interoperable with other Cosmos blockchains by design. Cosmos ecosystem users can easily transfer tokens between chains in a fast and trustless manner.

The main purpose of the native UX token is to participate in the PoS consensus mechanism to help secure the UX chain and earn PoS staking yield, pay gas fees on the UX chain to execute UX’s cross chain DeFi transactions, and to be able to vote and participate in protocol governance decisions.

You are in possession of the native UX token native to the UX chain if any of the following are true:

  • Your tokens are stored in an UX chain compatible wallet like Keplr.

  • You purchased UX on a Cosmos-based decentralized exchange.

  • You bridged UX from Ethereum to the UX chain.

ERC-20 UX Tokens

ERC-20 tokens are not compatible with Cosmos blockchains unless converted to a Cosmos native format. Similarly, native Cosmos tokens are not compatible with Ethereum blockchains unless converted to an ERC-20 format.

The main purpose of the ERC-20 UX token is to create a user-friendly experience for UX to tap into the DeFi legos on Ethereum and allow people to seamlessly access the UX token as an ERC-20 token and hold or trade it on centralized exchanges.

You are in possession of the ERC-20 UX token native to the Ethereum blockchain if any of the following are true:

  • Your tokens are stored in an Ethereum wallet like MetaMask.

  • You purchased UX on an Ethereum-based decentralized exchange.

  • You bridged UX from the UX chain to Ethereum.

Follow this guide to obtain native UX tokens.

Follow this guide to convert ERC-20 UX to native UX tokens.

Tokenomics

UX is the UX chain’s native token. The main purpose of the UX token is to power the PoS consensus of the UX chain while allowing the community to use and govern UX and the applications built on top.

Supply

There is a total supply of 10 billion UX tokens, uncapped, with an inflation and deflation mechanism in place to align the UX token distribution with long term UX supporters over time.

Inflation

UX's inflation schedule changes slowly based on a targeted staking participation rate. When the network reaches the targeted staking rate, the inflation rate will remain constant. When the network has more than the targeted staking rate, the inflation rate will decrease gradually until reaching 7%, the floor inflation rate. When the network has less staked, the inflation rate will increase gradually until reaching 14%, the ceiling inflation rate.

The dynamic inflation rate and the staking mechanism of the UX chain is the ultimate security mechanism that guarantees the security of the UX network.

Deflation

Of the platform fees generated by the initial borrowing and lending functionality, community governance can make decisions regarding buybacks and burns of UX tokens. Additional deflation of the token supply will occur via governance determined mechanisms.

In the future community governance can also make decisions related to the usage of the Community and Ecosystem portions of the tokens, such as additional burning mechanisms and plans for the Community and Ecosystem tokens, based on the future market practice and industry trends for the best long term development of UX.

Distribution & release shedule

Community

46% of the genesis supply is reserved for the community. UX community governance will determine how and when to distribute these tokens through various incentive and grant programs. DAOs can be set up through community votes in order to effectively lead and reward efforts of building sustainable value. All types of contributors can be eligible for community token incentives, including but not limited to technical contributors, community builders, educators, and liquidity providers.

7% of the Community tokens are liquid at the TGE on or around February 15th, 2022; the majority of it is structured as a loan to the market makers of the UX tokens, and the rest will be distributed as community incentives to bootstrap the UX network. The remaining 39% of the tokens will be vested linearly for six years starting at the TGE.

Ecosystem

9% of the genesis supply is allocated for the ecosystem. UX community governance will decide how to use these tokens to best incentivize developers to build on top of the UX chain and further build out the ecosystem. These tokens may also be burned if the community chooses to do so.

These tokens will be vested linearly for eight years starting at the TGE on or around February 15th, 2022.

Public Round

5% of the genesis supply goes to community members who participated in UX’s public sale on Coinlist.

These tokens will be vested linearly for eight to ten months depending on the sale option selected, starting at the TGE on or around February 15th, 2022.

Private Rounds

14% of the genesis supply is allocated to early investors who participated in one of UX’s two private rounds.

These tokens are subject to a six month cliff which will begin at the TGE on or around February 15th, 2022. After six months, 1% of these tokens will be vested linearly for six months while the remaining 13% will be vested linearly for eighteen months.

Team

15% of the genesis supply is reserved for the UX team. These tokens will be used to help attract new talent and reward UX team members for their work. The goal of the UX team is to attract and collaborate with the best talents and teams around the globe. A portion of the team tokens are set aside for ongoing grants to support the development of UX as well as open source components of the UX ecosystem.

These tokens are subject to a six month cliff which will begin at the TGE on or around February 15th, 2022. After six months, these tokens will be vested linearly for thirty months.

UX Labs

10% of the genesis supply is allocated to UX Labs, the corporate entity that funded the development of the UX protocol and is owned by the founding team. In order to best align the long term interest of the UX community and not receive tokens in advance of any other UX participants, the entity has an eight year lockup schedule, beginning with a twelve month cliff.

These tokens are subject to a twelve month cliff which will begin at the TGE on or around February 15th, 2022. After twelve months, these tokens will be vested linearly for eighty-four months.

Advisors

1% of the genesis supply goes to advisors who have tremendously helped and continue to help guide UX along its journey.

These tokens are subject to a six month cliff which will begin at the TGE on or around February 15th, 2022. After six months, these tokens will be vested linearly for 30 months.

Vesting schedule here.

Links:

Twitter

Youtube

Discord

Reddit

Telegram

Medium

Last updated