Skip to content

Implement oracle slashing for bad data providers #193

Description

@Kevin737866

Description

Penalize oracle nodes that submit provably incorrect data by slashing their stake, maintaining oracle network integrity.

Acceptance Criteria

  • Slashing for data more than X% from consensus (configurable)
  • Slashed funds redistributed to honest oracles
  • Challenge period before slashing executed
  • Multiple severity levels for different deviations
  • Slashing events with evidence

Files to Modify

  • src/contracts/decentralized_oracle.rs -- add slashing
  • src/contracts/staking.rs -- integrate slashing for oracle stakers
  • tests/ -- slashing tests

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions