Skip to main content
Version: mainnet (v0.71)

Proposal

No description

type Proposal {
id: ID
reference: String!
party: Party!
state: ProposalState!
datetime: Timestamp!
rationale: ProposalRationale!
terms: ProposalTerms!
votes: ProposalVotes!
rejectionReason: ProposalRejectionReason
errorDetails: String
requiredMajority: String!
requiredParticipation: String!
requiredLpMajority: String
requiredLpParticipation: String
}

Fields

Proposal.id ● ID scalar

Proposal ID that is filled by Vega once proposal reaches the network

Proposal.reference ● String! non-null scalar

A UUID reference to aid tracking proposals on Vega

Proposal.party ● Party! non-null object

Party that prepared the proposal

Proposal.state ● ProposalState! non-null enum

State of the proposal

Proposal.datetime ● Timestamp! non-null scalar

RFC3339Nano time and date when the proposal reached Vega network

Proposal.rationale ● ProposalRationale! non-null object

Rationale behind the proposal

Proposal.terms ● ProposalTerms! non-null object

Terms of the proposal

Proposal.votes ● ProposalVotes! non-null object

Votes cast for this proposal

Proposal.rejectionReason ● ProposalRejectionReason enum

Why the proposal was rejected by the core

Proposal.errorDetails ● String scalar

Error details of the rejectionReason

Proposal.requiredMajority ● String! non-null scalar

Required majority for this proposal to succeed

Proposal.requiredParticipation ● String! non-null scalar

Required participation for this proposal to succeed

Proposal.requiredLpMajority ● String scalar

Equity-like share required for a market amendment proposal to be enacted (if not met, the proposal will not be enacted), represented as a fraction that can be converted to a percentage

Proposal.requiredLpParticipation ● String scalar

The market share of LPs' equity-like share that must take part in the market amendment vote for the proposal to pass. This means the votes of LPs that have submitted more liquidity to that market, or have been LPs from the start carry more weight. If it requires 50% of a market's equity-like share for a majority, and the proposal receives only YES votes but only LPs with 49% of the equity-like share voted, the proposal will not pass

Returned by

proposal query ● proposals subscription

Member of

Market object ● ProposalEdge object