# Smart Contract Development

DAOs are made possible by smart contracts. A DAO in control of its smart contracts can unlock all potential benefits of blockchain technology. There is no place for mistakes in Smart Contract development. Smart contracts are immutable, which means when deployed, you can not change a smart contract. This is one of the reasons why smart contracts are safe but it can also have serious consequences. An error in the code of a smart contract can cause loss of funds permanently. Since the smart contract can not be changed, the funds you lost can never be saved.

Smart Contract Development tools aim to help developers deploy better smart contracts. Developers can choose a smart contract they need from the library provided by these tools and edit them according to their specific use cases.

<table><thead><tr><th>Tool</th><th>Chain</th><th>Status<select><option value="d6819a884fd040ddb6cbabe52faa2ce0" label="Online" color="blue"></option><option value="a9dbf0e904e547b480e1c1f3f6819c7c" label="In Development" color="blue"></option><option value="773513efb4b1427fb53673061cf84fa5" label="Testnet" color="blue"></option></select></th></tr></thead><tbody><tr><td><a data-mention href="/pages/ZY7UvxyL4NFgEDtQJy19">/pages/ZY7UvxyL4NFgEDtQJy19</a></td><td>Cardano</td><td><span data-option="d6819a884fd040ddb6cbabe52faa2ce0">Online</span></td></tr></tbody></table>


---

# 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://tools.littlefish.foundation/littlefish-research-hub/dao-tools/smart-contract-development.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.
