Skip to content

Implement on-chain mechanism to update distribution reward formulas #544

Description

@Levi-Ojukwu

Description:

The distribution contract has hardcoded reward constants (e.g., HALF_TOKEN = 5_000_000). Governance should be able to adjust these.

Why it matters: Hardcoded values don't adapt to changing market conditions.

Acceptance Criteria:

  • Make reward parameters configurable (not hardcoded)
  • Add governance proposal actions for parameter updates
  • Add timelock for changes
  • Add tests

Relevant Files: contracts/iln_distribution/src/lib.rs, contracts/iln_governance/src/lib.rs


Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions