# Fixed-Term OSDA

### Fixed-Term OSDA Contract

The Fixed-Term OSDA is an implementation of the [Base OSDA](https://dev.bondprotocol.finance/smart-contracts/bond-system/auctioneer/oracle-sequential-dutch-auctioneer-osda) 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 OSDA.


---

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