> For the complete documentation index, see [llms.txt](https://docs.spiral.farm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spiral.farm/protocol/spiral-lockers/sdt-spiral-locker.md).

# SDT Spiral Locker

In exchange for locking SDT  in a Spiral Locker, users receive a liquid version of veSDT — Spiral Stake DAO (**sprSDT) token** — a token retaining boosting power that is transferable and tradable.

## **sprSDT Staking**

* By staking sprSDT, users are able to acquire boosting power that can be utilized, sold, or delegated.&#x20;
* This comes with additional native SPR incentives.

## sprSDT Boost Delegation

With the SDT Spiral Locker, users can manage their boost delegation via the locker page, selecting their desired time periods and delegation addresses. The system allows a flexible approach to boost delegation, including re-delegation, to maintain optimal boost power over time. This feature is set to expand, with support for Concentrator and Paladin boost markets to be added in the future.&#x20;

### **Delegating boosts to any address**

sprSDT holders can delegate their boosts to any address, personalizing their utilization strategy on Stake DAO.

### **Delegating boosts to Concentrator** *(Coming Soon)*

This feature will allow users to delegate boosts to the Concentrator for additional rewards.

### **Delegating boosts to Paladin** *(Coming Soon)*&#x20;

With Paladin launching a new product to augment its boost marketplace capabilities, users will be able to delegate boosts to Paladin's marketplace directly through the Spiral website.

<figure><img src="/files/i4yjwHXVmr6JD5PwBCXA" alt=""><figcaption><p>sprSDT boost delegation options.</p></figcaption></figure>

## sprSDT Voting Power

Initially, the SDT voting power will not be distributed, as integrating this feature is technically challenging and not currently a priority.

## **sprSDT Liquidity**&#x20;

Will be added during the week after launch. Users will be able to participate as liquidity providers in the sprSDT/SDT pool to earn additional rewards.

## Fees

* **Minting Fee:** No fee will be charged for minting.
* **Staking Fee:** Initially, there will be no fees for staking. However, a 10% fee will be introduced in the upcoming months.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.spiral.farm/protocol/spiral-lockers/sdt-spiral-locker.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
