> For the complete documentation index, see [llms.txt](https://docs.swivel.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swivel.finance/swivel-exchange/exchange-functions/fixed-yield-zctoken.md).

# Selling PTs

## Balance Selection:

<img src="/files/5iq5zZnjQLHhULvlXuRB" alt="" width="364">

In order to sell your PTs, select a PT from the balances dropdown.

## Market Orders:

<img src="/files/A2AdzD3hjVUYGswluTeI" alt="Selling PTs (Market-Order)" width="375">

In order to immediately sell your PTs for best price available, place a market-order for the amount of PTs you would like to sell.

1. Enter the amount of ptDAI you would like to sell.
2. Review the order's details.
3. Place the order, confirming in your web3 wallet when prompted.

## Limit Orders:

<img src="/files/EWHk1XbFdYrYCWcgsMHM" alt="Selling PTs (Limit-Order)" width="375">

In order to place an order to sell your PTs at a specific price, select limit order and then input your desired price and the amount of PTs you would like to sell.

***Importantly***, ***limit orders can be placed for free, without an on-chain transaction.***

1. Toggle a Limit-Order.
2. Enter the amount of ptDAI you would like to sell.
3. Enter the price you want to sell ptDAI for. (DAI received per ptDAI sold)
4. Review the order's details.
5. Place the order, signing the order in your web3 wallet when prompted.


---

# 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.swivel.finance/swivel-exchange/exchange-functions/fixed-yield-zctoken.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.
