> For the complete documentation index, see [llms.txt](https://dev.bondprotocol.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.bondprotocol.finance/smart-contracts/bond-system/auctioneer/sequential-dutch-auctioneer-sda/fixed-term-sda.md).

# Fixed-Term SDA

### Fixed-Term SDA Contract

The Fixed-Term SDA is an implementation of the [Base SDA](/smart-contracts/bond-system/auctioneer/sequential-dutch-auctioneer-sda.md) contract specific to creating fixed-term bond markets.&#x20;

There are no additional actions required on market creation since the ERC1155 tokens get created by the Teller on the first purchase of each day.&#x20;

As such, this can be thought of as a non-abstract implementation of the Base SDA Auctioneer.


---

# 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://dev.bondprotocol.finance/smart-contracts/bond-system/auctioneer/sequential-dutch-auctioneer-sda/fixed-term-sda.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.
