> For the complete documentation index, see [llms.txt](https://otsea.gitbook.io/otsea/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://otsea.gitbook.io/otsea/ecosystem/otsea-shell.md).

# OTSea Shell

OTSea Shell is a token locker that allows users to trade the locks in the form of Shell tokens that mirror the underlying asset 1:1. With Shell, users can:

* Lock tokens on OTSea Shell for free&#x20;
* Trade the locks freely&#x20;
* Place offers on existing locks

## How does it work?

Shell is essentially a token locker where the locks are trade-able, even in increments. When tokens are locked, an equivalent number of "Shell" tokens are minted to the owner's address which are redeemable 1:1 for the underlying locked asset. These shell tokens are standard ERC20 tokens and thus can be moved from wallet to wallet or traded. Anyone with the matching shell token can redeem the locked tokens once the lock has expired.

<figure><img src="/files/lInR61vW1nf8b7slko1b" alt=""><figcaption></figcaption></figure>

Example:

1\) User A locks 100 $OTSEA tokens expiring on Nov 31st

2\) User A receives 100 $OTSEA-SHELL-NOV31 tokens

3\) User B buys 30 $OTSEA-SHELL-NOV31 tokens from User A

4\) On Nov 31st, User A can redeem 70 $OTSEA tokens, and User B can redeem 30 $OTSEA tokens, by trading their shell tokens 1:1


---

# 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:

```
GET https://otsea.gitbook.io/otsea/ecosystem/otsea-shell.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.
