> For the complete documentation index, see [llms.txt](https://docs.ironblocks.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ironblocks.com/platform/address-book/edit-assets-smart-contracts.md).

# Edit Assets (Smart Contracts)

Edit Smart Contracts:

By pressing on a specific asset within the Address Book, you have the ability to edit smart contracts.&#x20;

By selecting a contract, you can:

* Add or Update Contract Name: Personalize your contract identification for easier reference.

<figure><img src="/files/bVqklxxZEe4pcyYPD9to" alt=""><figcaption><p><strong>Address Book edit contract screen</strong></p></figcaption></figure>

* Add or Update ABI (Application Binary Interface): Ensure that the contract interactions are correctly interpreted by the platform.
* Add asset Admins: enables the threat detection system to monitor those addresses for suspicious activity.&#x20;

<figure><img src="/files/nQ6AY8meuJMud6i4Vufd" alt=""><figcaption><p><strong>Contract Admin Configuration</strong> </p></figcaption></figure>

* Set Contract State: Choose between 'Dry Run', 'Active', or 'Disable' to set the operational mode of the contract based on testing or deployment needs.

<figure><img src="/files/qjnVlJHedDkO0inI9AHo" alt=""><figcaption><p><strong>Contract configuration</strong> </p></figcaption></figure>

* Delete Asset: Remove the contract from the platform.

<figure><img src="/files/dI5ABL67q8ZwW9u81k3V" alt=""><figcaption><p><strong>Book with uploaded contracts highlighter(v checked) to be deleted</strong></p></figcaption></figure>


---

# 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.ironblocks.com/platform/address-book/edit-assets-smart-contracts.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.
