# Properties

**Every staked position (spNFT) has the following basic information:**

* a unique ID
* a deposit token
* a deposit token amount
* an APY
* lock settings (duration, start/end time)
* multipliers information

**Here is the list of available interactions available to a staked position's owner:**

***Deposit***\
Add more tokens to the position.\
Resets the lock if the position is locked.

***Withdraw***\
Withdraw an amount of tokens from the position. If the position is emptied, the spNFT is automatically burned. Withdraw option unavailable if the position is locked.

***Harvest***\
Harvest all pending rewards (xPAN) from the position.

***Lock***\
Lock an unlocked position for a given duration.

***Extend***\
If the position is already locked, renews or extend the lock duration.

### Locks

It's possible to specify a lock duration when creating a position, implying it will be impossible to withdraw anything from the spNFT until the end of the lock.

Every wrapped token has its own lock settings (max lock duration, and its matching max lock multiplier).

A lock will provide a yield bonus based on a multiplier if the position is boosted.

This bonus will be linearly calculated proportionally to the duration of the lock and the maximum lock multiplier.


---

# 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://the-pantheon.gitbook.io/the-pantheons-official-documentation/project-details/staked-positions-spnfts/properties.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.
