# How to Sell

Selling a SHIFT Series Token uses the same flow as buying, in reverse. The user swaps the Series Token back to USDC (or another supported token) on Jupiter.

{% hint style="info" %}
Trading is 24/7. There is no waiting period and no claim window sales settle on-chain in seconds.
{% endhint %}

#### Step-by-step

{% stepper %}
{% step %}

### Open Jupiter

{% endstep %}

{% step %}

### Connect the wallet that holds the Series Token

Click Connect in the top right. Select the wallet provider. Approve.
{% endstep %}

{% step %}

### Set up the swap

In the input ("Selling") field, select the Series Token. In the output ("Buying") field, select USDC. Enter the amount to sell.
{% endstep %}

{% step %}

### Review the quote

Jupiter displays the live RFQ quote and expected USDC output. Spreads are tighter during U.S. market hours and wider on weekends.
{% endstep %}

{% step %}

### Execute the swap

Click Swap. Approve the transaction in the wallet. USDC arrives in the wallet within seconds.

At this moment you are no longer a member of the Series, and you don't have membership interest in the backing assets.
{% endstep %}
{% endstepper %}

#### Settlement timing

| **Path**                                | **Window** | **Typical settlement** |
| --------------------------------------- | ---------- | ---------------------- |
| **Sell on Jupiter (or any Solana DEX)** | 24/7       | Seconds (on-chain)     |

Spreads vary across the trading week. See the Solution Overview / Peg Stability page for the spread schedule.


---

# 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://shiftrwa.gitbook.io/shift_education/shift_learn-3/how-to-sell.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.
