# Governance

### Supported Assets

Non-standard ERC20 implementation are not compatible with Continuous ESD. Governance must verify the following properties of any ERC20 tokens before interacting with them.

* Must not have any transfer fees (especially if swapping through the `Reserve`).
* Needs to have a `decimals()`getter (especially when used with `Oracle`).
* Should generally not have any malicious custom code.

### Swapping Constraints

Orders set by governance may be front-run in their amounts. Keep in mind that order amounts may change in between the time a proposal is proposed and committed which may result in a larger than intended amount being added to the current outstanding order.

We recommend either:

1. Only updating the `price` attribute of the order as need until `amount` is zero.
2. Creating a separate initial proposal to zero out the order `amount` before updating to the new `amount`.


---

# 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://emptysetsquad.gitbook.io/continuous-esd/governance.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.
