Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyWyles authored Jul 30, 2024
1 parent 9416698 commit 3617e21
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions docs/overview/integrate/incentives.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,16 @@ The command to run takes the format:
`[poolId]` is the pool ID of the Supercharged pool, this should be set to 0 for Classic and Stableswap pools

`[flags]` required specific to this transaction are
`--duration`
In Classic or Stableswap pools this specifies the length of time that a provider must be bonded for to receive incentives. This is typically 336h.
In Supercharged pools this specifies the length of time that a position must be in place to receive incentives. Permitted values are 1ns, 60s, 1h and 24h. Typical values are 60s or 1h for a volatile pairing, and 1h or 24h for a highly correlated pairing. If not specified this defaults to 1 minute.
`--epochs` which specifies the number of days that these incentives will be distributed over
`--start-time` which specifies a Unix timestamp to begin incentives on, they will begin distribution the epoch after this time

`--duration`

* In Classic or Stableswap pools this specifies the length of time that a provider must be bonded for to receive incentives. This is typically 336h.

* In Supercharged pools this specifies the length of time that a position must be in place to receive incentives. Permitted values are 1ns, 60s, 1h and 24h. Typical values are 60s or 1h for a volatile pairing, and 1h or 24h for a highly correlated pairing. If not specified this defaults to 1 minute.

`--epochs` which specifies the number of days that these incentives will be distributed over

`--start-time` which specifies a Unix timestamp to begin incentives on, they will begin distribution the epoch after this time

**Example Supercharged command**

Expand Down

0 comments on commit 3617e21

Please sign in to comment.