> For the complete documentation index, see [llms.txt](https://docs.chiliz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chiliz.com/pl/tworzenie/podstawy/wdrozenie-smart-kontraktu.md).

# Wdrożenie smart kontraktu

Budowanie smart kontraktu to niezbędna część procesu tworzenia dApp dla Chiliz Chain — lub dowolnego blockchaina.

Po zbudowaniu smart kontraktu swojej dApp musisz wykonać dwa obowiązkowe kroki:

1. Wdrożenie kontraktu na Chiliz Chain.
2. Weryfikacja tego kontraktu.

Ta sekcja skupia się na wdrożeniu smart kontraktu.

{% hint style="success" %}
Aby mieć pewność, że transakcja wdrożenia nie pozostanie zbyt długo w statusie "oczekująca", musisz uwzględnić wystarczającą kwotę na pokrycie opłat:

* Minimalna opłata gas: 2 501 gwei.
* Minimalna opłata priorytetowa: 1 gwei.
  {% endhint %}

Do wdrożenia smart kontraktu na Chiliz Chain zalecamy jedną z tych opcji:

[Wdróż z Remix](/pl/tworzenie/podstawy/wdrozenie-smart-kontraktu/wdrozenie-z-remix.md)

[Wdróż z thirdweb](/pl/tworzenie/podstawy/wdrozenie-smart-kontraktu/wdrozenie-z-thirdweb.md)

{% hint style="success" %}
Po stworzeniu smart kontraktu jego weryfikacja jest **obowiązkowa**.\
Tylko **ty** możesz to zrobić i powinieneś to zrobić jak najszybciej po wdrożeniu kontraktu.
{% endhint %}

[Weryfikacja Smart Kontraktu](/pl/tworzenie/podstawy/weryfikacja-smart-kontraktu.md)


---

# 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://docs.chiliz.com/pl/tworzenie/podstawy/wdrozenie-smart-kontraktu.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.
