Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.79 KB

TIP-142.md

File metadata and controls

38 lines (22 loc) · 1.79 KB
id Title Status Author Description Discussions to Created
TIP-142 Parlay AMM LP solution Draft Danijel Implement Parlay AMM LPing solution https://discord.gg/thales 2023-05-07

Simple Summary

This TIP proposes to implement a liqudity providing solution that allows THALES stakers to deposit into Parlay AMM.

Motivation

With successfull release of TIP-99 and TIP-139 that allows users to deposit into SportsAMM and ThalesAMM respectively, and having completed a smart contract audit, we now want to expand the LPing offering by opening up ParlayAMM for deposits.

ParlayAMM has been consistently profitable across both Optimism and Arbitrum chains.
https://dune.com/leifu/parlay-market-dashboard
https://dune.com/leifu/parlay-market-dashboard-arb1

For details on Parlay AMM mechanics, see original TIP-72

Specification

The base approach will remain the same as established with TIP-99.
The key difference being that due to the nature of the Parlays, some games on a ticket may be from one round, but others from another round.
In such cases, DefaultLiquidityProvider will be used to provide liquidity for such parlays from mixed rounds, and the said parlays will be directly exercised into the DefaultLiquidityProvider.

All other mechanics are inherited, as well as the allowance per THALES staked.

Variables

Same as TIP-99 with latest values.

Implementation

link

Copyright

Copyright and related rights waived via CC0.