# NFT Staking

SquadSwap NFT Staking lets you earn **SQUAD** rewards **every second** simply by staking your supported NFTs on BNB Chain. Rewards are emitted at a fixed rate of **0.001 SQUAD per second** and distributed proportionally to all currently staked NFTs, taking each collection’s multiplier into account.

Thanks to per-second accrual, you see your pending rewards increasing in real time — no need to wait for the next day.

### How It Works

1. Connect your wallet
2. Select any supported NFT collection
3. Stake your NFTs → they are instantly locked in the contract
4. You start earning SQUAD **every second** from that moment
5. Claim anytime with one-click “Harvest”
6. Unstake instantly whenever you want — no lock-up, no penalty

### Updated Reward Calculation (Per-Second)

* Fixed emission: **0.001 SQUAD per second**
* Your share is calculated continuously based on your boosted stake weight

```
Your Reward per Second = 
(0.001 SQUAD/second) × 
(Collection Multiplier × Number of Your Staked NFTs in That Collection) 
÷ 
(Total Boosted Weight of All Staked NFTs in That Collection)
```

Or, more simply (the simple daily approximation most users look at:

```
Your Approximate Daily SQUAD = 
(0.001 × 86.400 seconds) × Collection Multiplier × Your Staked NFTs 
÷ 
Total Boosted Weight of That Collection
```

### FAQ

**Q: Are rewards really added every second?**\
**A:** Yes — you can literally watch the “Your Daily Reward” number climb in real time.

**Q: Is there any lock-up or unstaking fee?**\
**A:** None. Unstake and get your NFTs back instantly.

**Q: Are the contracts safe?**\
**A:** Yes. All staking contracts are audited, immutable, and fully open-source.

Start earning **0.001 $SQUAD every single block** with your NFTs right now! → <https://squadswap.com/earn?type=nft-staking>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.squadswap.com/platform/products/nft-staking.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
