# Deploy

Once your smart contract is developed and tested locally, it needs to be **deployed to Tonomy Blockchain**.

## Submit Deployment Request

At this stage, **only Tonomy Foundation can deploy contracts on Tonomy Blockchain**. We are working towards enabling **developer self-deployments** in the future.

**Submit the following details to the Tonomy Foundation via** [**Contact Us**](https://tonomy.io/contact-us) **or Discord:**

| Property                                                        | Example         |
| --------------------------------------------------------------- | --------------- |
| [Registeded App](/build-web4-apps/register-app.md) Account Name | ahe23hehbaz5    |
| Contract WASM File                                              | mycontract.wasm |
| Contract ABI File                                               | mycontract.abi  |

You can alternatively send us your contract c++ source files and the CDT version used to compile them.

Our team will **review and deploy your contract** on the Tonomy Testnet or Mainnet.


---

# 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.tonomy.io/build-web4-apps/usage/smart-contracts/deploy.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.
