Following the Ethos of a perp dex, i am proposing that team would enable the capability to allow permissionless token listing for isolated synthetic markets.
After the implementation of v2.3, I would suggest enabling an weekly auction based permissionless listing system, where protocols could bid to automatically list their tokens. Or fixed cost example 100k to instantly list their token on GMX.
Bidded funds would be used to bootstrap the isolated market. While 5% of bidded funds be used to repurchase GMX from the open market and be sent to burn address.
Synthetic to prevent exploitative nature, where protocols could drain the pool usdc using token supply.
While additionally to combat price manipulation, would recommend a criteria where the listed token needs 500k-1m liquidity within arbitrum dex for a minimum of 1 month. With minimally 40% of the pool being composed of USDC/ETH.
Timeline
Auction based bidding smart contract should not take a long time for developers to create. As there are several variants of such smart contract in the public.
Audit of the said smart contract, then followed by adjusting routers to allow smart contract to launch pool weekly, and corresponding gmToken is burnt to lock the amount while 5% of amount is sent to gmx buyback address/another contract to buy and burn it.
Hope core contributors could comment on the suggestion. As referencing other forum discussion i see protocols wanting to list on GMX, was thinking as a perp we do not want to spread GLV too thin, but also we would like to allow more tokens to be listed.
Proposed smart contract
Either an auction based bidding/instant listing for fixed cost example 100k usdc, the smart contract would hold the funds and emit an event call, backend script capture the event, then pull datapoints from etherscan/defillama to filter if criteria is met.
Script would update contract to reject token or accept the token for immediate listing based on data points retrieved.
Should token be rejected, prevent token address from being resubmitted for a month to prevent spam.
Could deduct gas cost to do these checks from given funds.