> For the complete documentation index, see [llms.txt](https://docs.townsq.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.townsq.xyz/model-innovations/high-performance-crosschain-brokerage.md).

# High-performance crosschain brokerage

Financial brokerage refers to the act of matching the borrowers and lenders in an asset transaction at a fee. TownSquare's brokerage market allows for asset brokeraging across a variety of chains. Only performant chains are currently supported to offer the speed and performance on par with the transaction speed in TradFi engines.

TownSquare markets are distinctive in the following characteristics:

* **Decentralized and non-custorial**: the infrastructure lives onchain as autonomous smart contracts that execute transactions without owning the assets involved in the transactions.
* **Permissionless**: any individual and entity can deploy on TownSquare's permissionless market.
* **High-performant crosschain brokering**: asset brokering in DeFi is mostly restricted to single chain asset swaps, hampered by the performance differentials of different chains, resulting in inconsistent brokerage user experience. TownSquare's brokerage infrastructure supports sub-second asset borrows and lends between performant chains, currently including BNBChain, Base and Monad.
* **Crosschain pools**: Asset A on Chain 1 can be used to borrow Asset B on Chain 2, while keeping the yield on Chain 1 and borrowing on Asset C on Chain 1 simulataneously.
* **Crosschain liquidations**: supported by crosschain pools and performant chains, crosschain liquidations are possible to maximize liquidator inventory utilization.
* **High capital efficiency for correlated assets**: Efficiency Mode on TownSquare unlocks up to 95% loan-to-value ratio for assets in correlation, compared to the 85% efficiency offered in other markets.
* **RWA support**: RWAs supported on TownSquare yield vaults are supported seamless on TownSquare brokerage, offering opportunities unavailable elsewhere.


---

# 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:

```
GET https://docs.townsq.xyz/model-innovations/high-performance-crosschain-brokerage.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.
