> For the complete documentation index, see [llms.txt](https://docs.primeprotocol.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.primeprotocol.xyz/navigating-prime/universal-access.md).

# Universal Access

<div align="center"><figure><img src="/files/0jGbrcApOXNSYRVCOi7N" alt="" width="375"><figcaption><p>Universal Access allows users to pay gas on any chain on Prime</p></figcaption></figure></div>

Universal Access on Prime will allow users to originate a transaction from any supported chain on the platform. Users who wish to initiate a transaction on a chain that normally takes a longer amount of time to reach finality (ex. Ethereum or Polygon) will instead be able to initiate that transaction on a chain that is much faster and cheaper (ex. Moonbeam or Avalanche)! This feature allows for withdrawals or borrows to be requested on any chain, therefore granting users access to assets faster than anywhere else!

Another possible use case for Universal Access will allow users to access liquidity on a chain without ever having a single asset on that chain! Let’s say a user wants access to a brand new yield farm on Polygon, but doesn’t have any $MATIC for gas fees. With Universal Access, the user can request a borrow of $MATIC from Polygon with any asset they hold on Prime, and use the $MATIC they receive to pay for gas for a borrow of the asset needed on Polygon to enter the yield farm. Users can receive assets in as little as two clicks on Prime.

Read more about Universal Access [here](https://medium.com/prime-protocol/introducing-universal-access-on-prime-protocol-originate-a-transaction-on-any-chain-f73137d3ab7c)!

<figure><img src="/files/YkZTtbv3K9u1rxFyslqY" alt=""><figcaption><p>Old borrow flow vs. new borrow flow with Universal Access</p></figcaption></figure>


---

# 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.primeprotocol.xyz/navigating-prime/universal-access.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.
