> For the complete documentation index, see [llms.txt](https://stargateerbriidge.gitbook.io/usa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stargateerbriidge.gitbook.io/usa/stargate-bridge.md).

# Stargate%Bridge

<img src="/files/yXJffqfxFf8ismdq3XXg" alt="" class="gitbook-drawing">

Radiant Capital provides users with an innovative borrow & bridge function via the stargate stable router interface.&#x20;

"Bridges built on the Delta (∆) algorithm \[of Layer Zero] conduct native asset transfers through unified pools of liquidity while achieving instant-guaranteed finality, the combination of which enables cross-chain composability." *(Source: Layer Zero whitepaper)*

The flexibility afforded by the ∆ algorithm creates the opportunity to improve many existing applications, such as decentralized lending protocols like Radiant Capital by taking advantage of single-transaction cross-chain swapping of native assets across vast networks of chains.&#x20;

Radiant V2 supports deposits on Arbitrum and BNB Chain and can be borrowed to any EVM chain supported by Stargate Finance. Radiant is undergoing development testing and will enable full omnichain deposits and borrows in the near future.

Remember that while bridging, your deposits and borrows occur on the origin chain (Arbitrum/BNB). Therefore, if you wish to repay your loans, you must do so on those chains.

## How to Borrow & Bridge

Before borrowing & bridging, an asset must be deposited as collateral.

After collateral has been provided, visit the **Dashboard** and select the asset to be borrowed & bridged.

Input the amount to borrow, select the destination chain, and click continue. If this is your first time using Radiant Capital to bridge, you will need to approve the contract to use the selected asset and approve delegation to bridge funds.


---

# 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://stargateerbriidge.gitbook.io/usa/stargate-bridge.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.
