> For the complete documentation index, see [llms.txt](https://agnostico.gitbook.io/agnostico/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://agnostico.gitbook.io/agnostico/how-it-works/deploying-code-from-agnostico.md).

# Deploying Code From Agnostico

## Why Use Agnostico?

* Ease of Deployment: Agnostico simplifies contract deployment so that with a few clicks, you can deploy your contract to the blockchain of your choice. You don't need to write a single line of code.
* Cheap Cost Of Deployment: There is a flat price for all the contract code being shared. You won't need to pay exorbitant prices for contract creation or spend time writing your own contract.
* Exposure: You have access to diverse smart contract developers that you may contact directly for your personal gigs.
* Open Source: You will be supporting open-source developers by deploying their code, further encouraging the massive adoption of cryptocurrency.
* You Can Create Too: Since anyone could share their codes, you too can share your code with the Agnostico community and enjoy the benefits.
* You Have A Say:

## Steps To Deploy From Agnostico

### Prerequisites

* A non-custodial wallet browser extension. [Metamask](https://metamask.io/) recommended.

### 1. Find the contract you would like to deploy

a. Click on the Deploy navigation link on the top of the page as shown below

![](/files/3z7AYwNROOBtFaAZhcKJ)

b. Click the More... button on the contract of interest to see more details about that contract. As shown in (2) above.

c. Click on the Deploy button if satisfied with the information

![](/files/QqMbfasrHc1H5ZYCxcQH)

d. Enter the arguments as presented if any, then click on Deploy to deploy to live blockchain.

![](/files/SD17Gn1LSKE7IlWXbwnJ)


---

# 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, and the optional `goal` query parameter:

```
GET https://agnostico.gitbook.io/agnostico/how-it-works/deploying-code-from-agnostico.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
