# Staking SLAY

## Overview

Staking SLAY allows users to contribute directly to the security and stability of the SatLayer ecosystem. By staking your tokens, you help strengthen the protocol’s foundation while earning rewards that reflect both the amount of SLAY staked and the duration of participation.

Staking is designed to be accessible and transparent, ensuring that users are consistently aligned with the long-term health of SatLayer.

## Rewards

Stakers in [The SLAYERS campaign](/slay/staking-slay/current-campaigns/the-slayers.md) is currently active. earn dynamic APR rewards, which scale based on staking activity.

## Liquid Staked SLAY Token (satSLAY)

When users stake SLAY, they receive satSLAY in return. satSLAY serves as a liquid, tokenized representation of the staked position. It is required for withdrawing SLAY back from the vault and provides proof of ownership over the staked assets. satSLAY enables flexibility for participants by making their staked position portable and verifiable across applications that integrate with SatLayer.

## Parameters

<table><thead><tr><th>Parameter</th><th width="374.73046875">Description</th><th>Value</th></tr></thead><tbody><tr><td>Minimum Deposit</td><td>The minimum deposit required to restake SLAY to any of the vaults.</td><td>1 SLAY</td></tr><tr><td>Withdrawal Period</td><td>The minimum time that must elapse after an unstake request is initiated, before a wallet can redeem back the underlying SLAY tokens.</td><td>30 days</td></tr></tbody></table>

## Contract Addresses

You can find the contract addresses below for the various receipt tokens of our SLAY vaults.

<table><thead><tr><th width="131.66015625">Network</th><th>Description</th><th>Address</th></tr></thead><tbody><tr><td>Ethereum</td><td>satSLAY for SLAY+ Vault</td><td><a href="https://etherscan.io/address/0x29f238f0501f53127e3684c4fd7829b96e6aa520"><code>0x29f238f0501f53127e3684c4fd7829b96e6aa520</code></a></td></tr><tr><td>Ethereum</td><td>satSLAY for SLAY Vault</td><td><a href="https://etherscan.io/address/0xb0f79ebd915a43b2dc75defd9cd7043c4aad45b2"><code>0xb0f79ebd915a43b2dc75defd9cd7043c4aad45b2</code></a></td></tr></tbody></table>


---

# 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.satlayer.xyz/slay/staking-slay.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.
