Skip to content

Feature Request: Add convert command for Neg Risk markets #64

Description

@zyaiire

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions