# Local Governance

Local governance relates to changes that can be done at the LeN level. Unlike Uniswap Pairs that are 100% immutable, Ola leaves some room for creators to change and reconfigure their LeNs. LeNs possess more moving parts than Uniswap Pairs so in most cases giving this power to creators would result in better functioning LeNs.&#x20;

That said, updating a LeN maliciously is a possible attack vector whereby a LeN creator attracts liquidity and then changes the parameters in a way that enables them to steal funds. For example, a LeN creator can start by setting the Liquidation Factor of some token to 70% and then suddenly reduce it to 20% forcing many positions into liquidation. **We mitigate these risks with 2 important measures:**

1. We restrict the changes that LeN creators can perform. In regards to the example given above, we do not allow LeN creators to reduce the Liquidation Factor - only to increase it. Alternatively, they can reduce the Collateral Factor.&#x20;
2. LeN creators can set the admin of their LeN to be a Timelock contract, such that any change they introduce would take a period of time before going into effect. This should give sufficient time for users to respond to any upcoming change.

### Listing Tokens

Creators can list new tokens to their LeNs. A token must have an oracle within the Ola platform in order to be listed (See [Under the Hood of a Lending Network](/ola-finance/ola-finance/glossary.md#price-oracles)). Additionally, there is a maximum of 30 tokens that can take part in a single LeN.&#x20;

### Tuning Lending Network Parameters

Creators can tune certain parameters in their LeNs. For example, increase/decrease the Collateral Factor, increase the Liquidation Factor, increase/decrease the Liquidation Incentive, etc. Tunable parameters have hard ranges that must be respected by LeN creators. Other restrictions might apply depending on the significance and risk tied to every parameter.   &#x20;

### Accepting Platform-Level Upgrades

Certain fundamental upgrades that change the rules or mechanics of the lending networks might become available after a decision passes in Ola's global governance. By default, however, LeNs will not automatically accept these upgrades. LeN creators have the authority to employ the new rules to their LeNs by actively accepting the upgrade. If they do nothing, the upgrade will not apply to their LeNs.


---

# 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://olafinance.gitbook.io/ola-finance/governance/ola-governance-wip.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.
