How to use DApp

Introduction

Existing decentralized earning platforms expose liquidity providers to complex code driven outcomes. Network participants must evaluate an array of catastrophic scenarios where the resulting state could wipe out their holdings or lead to significant impermanent loss. It is hard to anticipate the net effect of extreme market volatility or focused economic attacks. Tauri narrows the set of possible outcomes by giving liquidity providers dynamic exposure.

Pools

The tauri.finance system consists of pools of liquidity. Pools in tauri.finance collect deposited base assets from liquidity providers and deploy them on platforms to earn interest. For example, the first Tauri pool is the DAI pool, which launched with a DAI/Compound adapter.

Adapters

Adapters connect pooled capital to platforms. The first adapter is a DAI/Compound adapter. The DAI/Compound adapter, as its name suggests, connects the DAI pool to the Compound platform giving DAI pool LPs the opportunity to pool together and earn interest on Compound.

Strategy

The strategy connects all pools and adapters together and selects the best adapter to deploy capital to every hour for each pool. It also generates and distributes TFI tokens to LPs at the end of every epoch.

Epochs

Epochs are two week periods where liquidity is locked up and deployed to platforms by the system. At the end of an epoch it is wound down and the interest earned is calculated and can be distributed to LPs according to their proportional tranche ownership. During the wind down TFI tokens are generated and can be redeemed using the same proportional calculation used to redeem interest. In the first version of the Tauri, capital is only deployed on yield farming platforms, but in later versions Tauri will be able to create dynamic risk selection for LPs by adapting to different types of DeFi protocols. The first epoch (epoch 0) starts on 2021-01-31 at 14:10:00 UTC.

TFI

The TFI token is capped at 100,000 and is generated every 2 weeks during the wind down of an epoch. Tokens are earned by LPs proportional to how many dollars per second (dsec) they provided to the system for the duration of an epoch. TFI token subsidy is halved every epoch until epoch 8. From that point on, the system steadily releases 200 TFI tokens per epoch, until reaching the 100,000 cap. There are no fees on Tauri in version 1. Later versions will introduce Tauri platform fees, and at that time, staking TFI tokens will earn TFI holders a proportion of fees incurred by users. When TFI token generation ends fees will continue to provide incentives to liquidity providers. TFI tokens must be staked for LPs to join the enhanced return A tranche.

Tranches

Pools are divided up into tranches each with their own unique properties. There are three user-facing tranches for LPs to add liquidity into and two backend tranches that exist only at the smart contract level to provide LPs with additional optionality when adding liquidity. The risky, high interest earning tranche (tranche A) earns interest according to its principal contribution multiplied by the tranche interest multiplier. The tranche interest multiplier defaults to 10. As a result, A tranche LPs earn 10x more interest than they would without tauri.finance, likewise AA tranche LPs earn 1/10th of the interest they normally would.

  • AA Tranche: LPs adding liquidity to the AA tranche earn less interest but are covered in the case of loss from platform risk. That covered capital comes from the principal and interest earnings of A tranche LPs. AA tranche LPs are are awarded with 95% of the TFI token generation. (Currently merged with S tranche).

  • A Tranche: LPs adding liquidity to the A tranche earn more interest but lose their principal and interest earnings in case of loss from platform risk. A tranche LPs earn 5% of the TFI tokens generated per epoch. TFI earnings are not included in covering first loss for AA tranche LPs.

  • S Tranche: The S tranche (currently merged with AA) earns 95% of TFI generated per epoch. The system uses the S tranche to balance the A and AA tranches such that they are always in a perfect equilibrium with each other such that the tranche interest multiplier is maintained at its exact value. For example, with a tranche interest multiplier of 10, the AA:A ratio in a pool is always 10:1.

Last updated