PantherSwarm
  • Introduction
    • What is Pantherswarm?
  • Development Road Map
  • Community Road Map
  • Swarm
    • Cub
  • Truffle Hog (scanner)
  • Panther AI
  • Wild Cat (Wallet Manager)
  • Tokenomics
    • $Panther
    • NFT Investor Pass / Liquidity Raise
  • System Architecture
    • Overview
    • Technology Stack
    • Data Flow
    • Ingestion
  • Ai Agents
  • Delivery
  • Contracts overview
  • Contracts Staking
  • Developers
    • Getting Started
    • Api
    • Security Audits
  • Dictionary
    • Dictionary: Key Terms
Powered by GitBook
On this page
  • Staking Contracts
  • $PANTHER Token Staking (PantherTokenStaking.sol)
  • Panther NFT Pass Staking (PantherNFTStaking.sol)

Contracts Staking

Staking Contracts

Panther offers staking opportunities for both $PANTHER token holders and Panther NFT Pass holders, allowing them to earn a share of the protocol's revenue.

We may choose to use soft staking mechanisms for ease of use for the community.

$PANTHER Token Staking (PantherTokenStaking.sol)

  • Purpose: Reward long-term token holders and active participants.

  • Mechanism:

    • Users deposit $PANTHER tokens into the staking contract.

    • The contract tracks the amount staked per user and the duration.

    • Receives a designated portion (W%) of protocol revenue from the RevenueDistributor.

    • Distributes these rewards proportionally to stakers based on their share of the total staked amount.

    • Users can claim their accumulated rewards periodically.

    • May include lock-up periods or un-staking cooldowns (TBD).

  • Contract Address: [Placeholder: Link when deployed]

  • Audit: [Link to specific audit report when available]

  • Guide: [Link to detailed $PANTHER Staking Guide when available]

Panther NFT Pass Staking (PantherNFTStaking.sol)

  • Purpose: Reward early supporters and NFT holders, activating the revenue share utility of the NFTs.

  • Mechanism:

    • Users deposit their Panther NFT Pass into the staking contract.

    • The contract reads the tier (and corresponding revenue share multiplier - 3%, 6%, 8%) from the NFT metadata or an associated registry.

    • Receives a designated portion (Z%) of protocol revenue from the RevenueDistributor.

    • Distributes these rewards proportionally to staked NFTs, weighted by their tier multiplier. (e.g., A Tier 3 NFT earns proportionally more than a Tier 1 NFT).

    • Users can claim accumulated rewards periodically.

    • NFTs must be staked to be eligible for revenue share.

  • Contract Address: [Placeholder: Link when deployed]

  • Audit: [Link to specific audit report when available]

  • Guide: [Link to detailed NFT Staking Guide when available]

Note: Detailed mechanics regarding reward calculation intervals, claiming process, and potential lockups will be finalized and documented before launch.

PreviousContracts overviewNextGetting Started