# Deploy Market

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

* **AUCTION CONTRACT**: externally opens the contract page in the default block explorer
* **COPY ADDRESS**: copies address of the bond contract (same as auction contract)
* **COPY BYTECODE**: copies the market configuration as bytecode to be used in the transaction builder

Under the transaction builder:

1. Slide to activate **Custom data**
2. Copy and paste in the bond contract address taken from **COPY ADDRESS** from dApp UI
3. Enter `0` under **Value**
4. In the Data **(Hex encoded)** field, copy and paste in the data from **COPY BYTECODE**
5. Proceed to sign the transaction as per normal

<figure><img src="/files/MN6vrCVp0fsRHGawGwqg" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
Remember to simulate and verify it will be on <mark style="color:green;">**Success**</mark> state!
{% endhint %}

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

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


---

# 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/configure-for-multi-sig/deploy-market.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.
