> ## Documentation Index
> Fetch the complete documentation index at: https://xoxno.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Governance on Stellar Lending

> How XOXNO Stellar Lending governance works for users: timelock delays, what can change, and emergency pause.

XOXNO Stellar Lending is governed by a timelocked admin contract. As a user you interact with [XOXNO lending](https://xoxno.com/defi/lending), not governance votes. Governance matters because it controls protocol rules, listed assets, and emergency controls that affect your positions.

## Timelock on mainnet

Most protocol changes go through a **\~48 hour timelock** on mainnet before they take effect. Proposers schedule a change, the delay passes, then an executor applies it.

This gives the community time to review updates to risk settings, oracle wiring, new markets, or contract upgrades before they hit production.

Testnet uses a much shorter delay for development only.

## What requires governance

Typical timelocked changes include:

| Area           | Examples                                                 |
| -------------- | -------------------------------------------------------- |
| Markets        | Listing new assets, editing LTV and liquidation settings |
| Oracles        | Price feed configuration and tolerance bands             |
| Infrastructure | Pool deployment, controller upgrades, aggregator wiring  |
| Migration      | Approving which Blend pools users can migrate from       |

Your existing positions keep the risk parameters they had when you supplied. New supplies pick up updated values after a change executes.

## Emergency pause

The governance owner can **pause** or **unpause** the protocol immediately, without waiting for the timelock. When paused, new supplies, borrows, withdrawals, and strategies are blocked until the protocol is unpaused.

Pause protects users during an incident. It does not erase your balances. Your collateral and debt remain on chain.

## Do users vote on chain?

Typically **no**. Governance roles (proposer, executor, canceller) are held by the protocol team and approved operators, not by everyday lenders.

You stay informed by following XOXNO announcements, docs updates, and on-chain timelock activity if you follow protocol governance channels. You do not need to vote to supply, borrow, or migrate.

<Tip>
  **For developers:** Role definitions, propose/execute lifecycle, and the full admin surface are in the [governance developer guide](/stellar-lending/dev/governance).
</Tip>
