Skip to content

ChainGraph API Documentation / @badaitech/badai-api / GraphQL / Tier

Type Alias: Tier

Tier = object

Defined in: client/graphql.ts:2465

Category of a staker based on their staking amount.

Properties

__typename?

optional __typename: "Tier"

Defined in: client/graphql.ts:2466


AllocationWeight

AllocationWeight: Scalars["Float"]["output"]

Defined in: client/graphql.ts:2468

A multiplier of how much of the available IDO token allocation is allowed to buy.


CoolOff

CoolOff: Scalars["Duration"]["output"]

Defined in: client/graphql.ts:2470

Duration before a staker can participate in a next launch.


MinimumStake

MinimumStake: Scalars["Decimal"]["output"]

Defined in: client/graphql.ts:2472

Minimum amount of tokens that need to be staked for obtaining this tier.


Name

Name: Scalars["String"]["output"]

Defined in: client/graphql.ts:2474

A display name of the tier.


NumberOfTickets

NumberOfTickets: Scalars["Int"]["output"]

Defined in: client/graphql.ts:2476

The more tickets a staker has, the higher their chance to get into an earlier wave. 0 means guaranteed 1st wave.

Licensed under BUSL-1.1