You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation the orderbook holds orders that represent an offer to enter a contract that is active at the time the order is filled by the taker (current day contract). Current day MarketProtocol ERC20 position tokens are minted at the time of the order fill. There's currently no secondary market/orderbook for those position tokens - users and market makers alike have to hold those tokens until expiration in order to settle them.
This creates a capital efficiency and balance sheet risk challenges for market makers, since there's no way for them to offload tokens from the balance sheet. The only way a market maker can exit their position early is if during the same day they entered the position they enter an opposite position and trigger an early redemption in the market protocol by supplying both short and long position tokens - we need to think through the viability of this mechanism alone and whether another mechanism/market/orderbook is required.
The text was updated successfully, but these errors were encountered:
I think the redemption method should work. Thus, 1. the order book is still for minting tokens only 2. the market maker will get new tokens (short or long position tokens) from the order book when his orders are filled. 3. The market maker redeems the tokens when he has long and short tokens simultaneously, which increases his capital efficiency.
In the current implementation the orderbook holds orders that represent an offer to enter a contract that is active at the time the order is filled by the taker (current day contract). Current day MarketProtocol ERC20 position tokens are minted at the time of the order fill. There's currently no secondary market/orderbook for those position tokens - users and market makers alike have to hold those tokens until expiration in order to settle them.
This creates a capital efficiency and balance sheet risk challenges for market makers, since there's no way for them to offload tokens from the balance sheet. The only way a market maker can exit their position early is if during the same day they entered the position they enter an opposite position and trigger an early redemption in the market protocol by supplying both short and long position tokens - we need to think through the viability of this mechanism alone and whether another mechanism/market/orderbook is required.
The text was updated successfully, but these errors were encountered: