# Union Protocol (v2)

## Union Protocol (v2)

- [Introduction](https://docs.union.finance/readme.md)
- [Important Links](https://docs.union.finance/important-links.md): Useful links about the Union ecosystem.
- [How Union Works](https://docs.union.finance/protocol-overview/how-union-works.md)
- [Plain English (Detailed)](https://docs.union.finance/protocol-overview/plain-english-overview.md)
- [Use Cases](https://docs.union.finance/protocol-overview/master.md)
- [v1->v2 changelog](https://docs.union.finance/protocol-overview/v1-greater-than-v2-changelog.md): This is version 2 of the core protocol
- [FAQ](https://docs.union.finance/protocol-overview/faq.md): Answers to questions that are frequently asked.
- [UNION DAO](https://docs.union.finance/governance/union-dao.md)
- [Community Delegates](https://docs.union.finance/governance/union-dao/community-delegates.md): Become a delegate or delegate your UNION as a holder!
- [Gaurdians & Multisigs](https://docs.union.finance/governance/union-dao/gaurdians-and-multisigs.md)
- [UNION Token](https://docs.union.finance/governance/union-token.md): Supply information
- [Governance Process](https://docs.union.finance/governance/governance-process.md): An overview of Union DAO’s governance processes and how to get involved.
- [Technical Implementations](https://docs.union.finance/governance/governance-process/technical-implementations.md)
- [Glossary of Terms](https://docs.union.finance/governance/glossary-of-terms.md)
- [Union Contracts Overview](https://docs.union.finance/developers/union-contracts-overview.md)
- [Contract ABIs & Addresses](https://docs.union.finance/developers/contract_addresses.md)
- [Core Components](https://docs.union.finance/developers/core.md)
- [UserManager](https://docs.union.finance/developers/core/usermanager.md)
- [UserManagerERC20](https://docs.union.finance/developers/core/usermanager/usermanagererc20.md)
- [UserManagerDAI](https://docs.union.finance/developers/core/usermanager/usermanagerdai.md)
- [uToken](https://docs.union.finance/developers/core/lendingmarket.md)
- [UDai](https://docs.union.finance/developers/core/lendingmarket/udai.md)
- [UErc20](https://docs.union.finance/developers/core/lendingmarket/uerc20.md)
- [AssetManager](https://docs.union.finance/developers/core/iassetmanager.md)
- [Comptroller](https://docs.union.finance/developers/core/comptroller.md)
- [MarketRegistry](https://docs.union.finance/developers/core/imarketregistry.md)
- [InterestRateModel](https://docs.union.finance/developers/core/iinterestratemodel.md)
- [PureTokenAdapter](https://docs.union.finance/developers/core/puretokenadapter.md)
- [AaveV3Adapter](https://docs.union.finance/developers/core/aavev3adapter.md)
- [Governance](https://docs.union.finance/developers/governance.md)
- [UnionToken](https://docs.union.finance/developers/governance/iuniontoken.md)
- [ArbUnionWrapper](https://docs.union.finance/developers/governance/iuniontoken/arbunionwrapper.md)
- [ArbUnion](https://docs.union.finance/developers/governance/iuniontoken/arbunion.md)
- [OpUnion](https://docs.union.finance/developers/governance/iuniontoken/opunion.md)
- [Governor](https://docs.union.finance/developers/governance/igovernor.md)
- [Timelock](https://docs.union.finance/developers/governance/itimelock.md)
- [Union SDK](https://docs.union.finance/developers/union-sdk.md)
- [Union Data](https://docs.union.finance/developers/union-data.md)
- [Documentation](https://docs.union.finance/developers/union-data/documentation.md)
- [Peripheral & Fun Contracts](https://docs.union.finance/developers/peripheral-and-fun-contracts.md)
- [GraphQL Endpoints](https://docs.union.finance/developers/graphql-endpoints.md)
- [Becoming a Member](https://docs.union.finance/user-guides/becoming-a-member.md)
- [How Bridging Tokens Works](https://docs.union.finance/user-guides/how-bridging-tokens-works.md)
- [Bridge UNION token from Arbitrum to Ethereum](https://docs.union.finance/user-guides/how-bridging-tokens-works/bridge-union-token-from-arbitrum-to-ethereum.md): Here is a detailed outline of how to bridge your arbUNION tokens to Ethereum & unwrap them.
- [Voting & Delegation](https://docs.union.finance/user-guides/voting-and-delegation.md)
- [Delegation from Gnosis](https://docs.union.finance/user-guides/voting-and-delegation/delegation-from-gnosis.md)
- [Vouching & Lending](https://docs.union.finance/user-guides/vouching-and-lending.md)
- [In Progress](https://docs.union.finance/developer-guides/in-progress.md)
- [Types of Risk](https://docs.union.finance/risk/in-progress.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.union.finance/readme.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.
