create-gauge
Set up an incentive gauge on Osmosis to reward locked tokens by defining distribution criteria, rewards, and duration. Configure perpetual or finite gauges with start times and epochs for effective token incentivization.
Instructions
Create a new incentive gauge for rewarding locked tokens
Input Schema
Name | Required | Description | Default |
---|---|---|---|
coins | Yes | Coins to distribute as rewards | |
distributeTo | Yes | Distribution criteria for the gauge | |
gas | No | Gas limit (default: auto-estimate) | |
gasPrice | No | Gas price (default: 0.025uosmo) | |
isPerpetual | No | Whether the gauge is perpetual (ongoing) or finite | |
memo | No | Transaction memo | |
mnemonic | Yes | BIP-39 mnemonic phrase for signing the transaction | |
numEpochsPaidOver | No | Number of epochs to distribute over (for finite gauges) | |
startTime | Yes | Start time for distribution (RFC3339 format) |