# Implement Proposals through Multisig

Since all day to day operations of TLD are run by smart contracts, implementation of a proposal will be through an update of the smart contract. Such an update will either require a new smart contract to be deployed or may involve changing parameters in the smart contract controlled by functions. Takadao, the protocol developer, will make the smart control code changes, but they will not go live on the blockchain until they are approved by the TLD multisig wallet. Each Contributor controls one signature on the multisig wallet and 6 out of the 9 Contributors must sign off for multisig approval.

These processes are specified in the TLD bylaws.


---

# 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://docs.takadao.io/tld-whitepaper/part-ii-the-lifedao-membership/the-lifedao-membership/contributor-functions/implement-proposals-through-multisig.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.
