# Exiting/Selling PTs

As rates fluctuate, active market participants may require the ability to fluidly move in and out of positions.

To facilitate this market participation, Swivel provides the ability to frictionlessly exit or sell a PT position.

Exiting PTs early by purchasing YTs and then redeeming for underlying:

**Alice has 1000 ptUSDC.**\
**Alice fills Bob's order, purchasing 1000 ytTokens.**\
**Alice redeems 1000 ptUSDC and 1000 ytUSDC for 1000 USDC and then pays Bob 50 USDC.**\
**This leaves Alice with 950 USDC.**

![](/files/ao3iXSRgmMumkk74qql1)

PTs can also be sold to counterparties looking to take fixed-yield positions through the orderbook:

**Alice has 1000 ptUSDC.**\
**Alice fills Diane's order, in the process Alice splitting Diane's 1000 USDC into ptUSDC and ytUSDC.**\
**Alice purchases 1000 ytUSDC from Diane and redeems her 1000 ptUSDC + 1000 ytUSDC for 1000 USDC.**\
**Alice then pays Diane a 50 USDC premium for the purchased ytUSDC.**\
**This leaves Alice with 950 USDC.**\
\&#xNAN;*(Simplified to 1000 ptUSDC <-> 950 USDC)*

![Selling PTs to initiating fixed-yield counterparties.](/files/HeX3i465VCnjDW7CdTLZ)

<br>


---

# 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.swivel.finance/litepaper/zero-coupon-tokens/exiting-selling-zctokens.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.
