Incentives

The Incentives Contract handles additional incentives. It offers the capability to incentivise markets permissionlessly by third parties. Incentive assets have to be whitelisted to be applied.

Deployments

Neutron: neutron1aszpdh35zsaz0yj80mz7f5dtl9zq5jfl8hgm094y0j0vsychfekqxhzd39

Osmosis: osmo1nkahswfr8shg8rlxqwup0vgahp0dk4x8w6tkv3rra8rratnut36sk22vrm


Types

The types of the Incentives Contract can be found here.

For reference on the Queries and Methods:

Base Types
type Addr = string
type Decimal = string
type Uint128 = string
Coin Types
interface Coin {
  amount: Uint128
  denom: string
  [k: string]: unknown
}

Queries

active_emissions

Return active emissions for a specific market by denom.

config

emission

emissions

incentive_state

incentive_states

staked_astro_lp_position

staked_astro_lp_positions

staked_astro_lp_rewards

user_unclaimed_rewards

whitelist


Methods

balance_change

claim_rewards

claim_staked_astro_lp_rewards

set_asset_incentive

stake_astro_lp

unstake_astro_lp

Last updated