# Market Start and End

## Market Start

This allows one to set up the bond market in advance for review and not have the auction initialize.

&#x20;![](/files/VS7vtJaIbsA1nWS20Lob)

* Market Start can only take a value in the future
* Time value displayed is in your local time. The dApp will convert this value into its UTC equivalent time at the contract level.

{% hint style="info" %}
Leave Market Start blank for the bond market to start immediately upon deployment
{% endhint %}

{% hint style="warning" %}
The value cannot be deleted if you change your mind to have the bond market start immediately. You will need to select RESET to re-setup the bond market.
{% endhint %}

* **How to reset**

<figure><img src="/files/qGX0Gw0M50EgMfu5u7dV" alt=""><figcaption></figcaption></figure>

## Market End

<figure><img src="/files/CA5b6xxwDpnQSaOasRGH" alt=""><figcaption></figcaption></figure>

* **Length**: Specify the number of days for the market to conclude

* **Date**: Specify a specific date and time for the market to conclude&#x20;

{% hint style="danger" %}
Market End date needs to end earlier than vesting end date for Fixed Expiry bonds i.e. if you have selected Vesting via Date
{% endhint %}


---

# 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.bondprotocol.finance/products/permissionless-bonds/issuers/deploy-a-bond-market/market-start-and-end.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.
