> For the complete documentation index, see [llms.txt](https://docs.layerbank.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.layerbank.finance/tokenomics/usdulab-1.md).

# $ULAB

**ULAB (Universal LayerBank Token)** is the governance and utility token of **LayerBank**, an omni-chain money market deployed across multiple networks.

ULAB is used to:

* Incentivize supply, borrow, and LP activity on LayerBank
* Lock into **ULAB LP** to obtain **xULAB** via the Locker
* Boost ULAB rewards and participate in governance

#### Token Summary

<table><thead><tr><th width="176.203125">Item</th><th>Value</th></tr></thead><tbody><tr><td>Name</td><td>Universal LayerBank Token</td></tr><tr><td>Symbol</td><td>ULAB</td></tr><tr><td>Total Supply</td><td>100,000,000 ULAB</td></tr><tr><td>Standard</td><td>ERC-20, Fungible Asset (Move), LayerZero OFT (cross-chain)</td></tr><tr><td>Contract</td><td>(TBA)</td></tr><tr><td>Chains</td><td>Movement, Base, and other LayerBank-supported networks</td></tr><tr><td>Role</td><td>Governance &#x26; utility token of the LayerBank protocol</td></tr></tbody></table>

#### Roles of ULAB

* **Reward Asset**\
  ULAB is distributed as incentives to suppliers, borrowers, and LP providers.
* **Locking & Boost Asset**\
  ULAB is paired into LP (e.g. ULAB–MOVE, ULAB–ETH) and locked in the **ULAB Locker** to mint **xULAB**, which boosts rewards.
* **Governance Primitive (WIP)**\
  xULAB is designed as the base primitive for future emission gauges and protocol governance.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.layerbank.finance/tokenomics/usdulab-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
