# Smart Contracts

[Smart contracts](https://ethereum.org/smart-contracts/) are the fundamental building blocks of Ethereum applications. They are computer programs stored on the blockchain that allow converting traditional contracts into digital parallels. Smart contracts are very logical - following an if this then that structure. This means they behave exactly as programmed and cannot be changed.

**DystoPunks:** <https://etherscan.io/address/0xbea8123277142de42571f1fac045225a1d347977>

**DystoPunks VX:** <https://etherscan.io/address/0xf91523Bc0ffA151ABd971f1b11D2567d4167DB3E>

**$CREDS:** <https://etherscan.io/address/0xc13F4F0F865bAc08F62654B57E38669EbC4747a3>

**VX Crates:** <https://etherscan.io/address/0xC50F11281b0821E5a9AD3DD77C33Eaf82d3094f4>

**VX Assets:** <https://etherscan.io/address/0x2af55f1fa2ac44e2f5a199ff16e5eafae37b7389>

{% hint style="success" %}
All [DystoPunks ](/introduction/dystopunks.md)smart contracts are fully verified.
{% 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://litepaper.dystopunks.net/development/blockchain/smart-contracts.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.
