Feature Request: Add convert command for Neg Risk markets
Description
Currently, the CLI supports ctf split and ctf merge for standard conditional tokens, but lacks a direct convert command for Negative Risk markets.
Background
In Neg Risk markets, a No share in any market can be converted into 1 Yes share in every other market within the same event. This conversion is capital-efficient and useful for hedging.
The conversion happens through the Neg Risk Adapter contract:
- User holds 1 No token for Outcome A
- Call
convert on the adapter
- User receives 1 Yes token for every other outcome in the event
Proposed Command
polymarket ctf convert --condition 0xCONDITION... --outcome INDEX --amount 10
References
Alternatives
Users can currently use ctf split and ctf merge as a workaround, but this requires multiple steps and is less intuitive for neg risk-specific operations.
Feature Request: Add convert command for Neg Risk markets
Description
Currently, the CLI supports
ctf splitandctf mergefor standard conditional tokens, but lacks a directconvertcommand for Negative Risk markets.Background
In Neg Risk markets, a No share in any market can be converted into 1 Yes share in every other market within the same event. This conversion is capital-efficient and useful for hedging.
The conversion happens through the Neg Risk Adapter contract:
converton the adapterProposed Command
References
Alternatives
Users can currently use
ctf splitandctf mergeas a workaround, but this requires multiple steps and is less intuitive for neg risk-specific operations.