# Competing platforms

Several projects are helping users move liquidity across chains. Some are simple “bridges” while others, like Axelar, Thorchain, and Zetachain have their own native blockchain that allows for cross-chain smart contracts. Most focus on transferring value through token wrapping (with the exceptions being Stargate, Chainflip, and Thorchain). Most use Threshold Signatures (TSS) instead of multisignatures, with [Wormhole](https://medium.com/certus-one/introducing-the-wormhole-bridge-24911b7335f7) being the main outlier. Stargate is built on LayerZero, and LayerZero’s message passing will be built on Chainlink oracles. It appears that [currently, Stargate is using FTX, Polygon, and Sequoia as oracles](https://layerzero.gitbook.io/docs/technical-reference/mainnet/default-config); however, if Stargate moves to Chainlink as an oracle provider, Stargate will rely on Chainlink security. Chainlink has, to some extent, adopted Threshold Signatures (“[We plan to adopt some form of aggregate or threshold signature scheme instead of the multisignatures used so far.](https://uploads-ssl.webflow.com/5f6b7190899f41fb70882d08/603651a1101106649eef6a53_chainlink-ocr-protocol-paper-02-24-20.pdf)”), and SGX ([with its acquisition of Town Crier](https://blog.chain.link/town-crier-and-chainlink/)), so in principle, Stargate could use these features, but they are not widely used (and not currently mandated) by the Chainlink ecosystem.

<table><thead><tr><th width="189">Platform</th><th width="130">Blockchain</th><th width="117">Liquidity pools</th><th width="105">TSS</th><th width="95">SGX</th><th width="106">Dynamic Wardens</th></tr></thead><tbody><tr><td><a href="https://axelar.network/wp-content/uploads/2021/07/axelar_whitepaper.pdf">Axelar</a></td><td><mark style="color:green;">✓</mark></td><td><mark style="color:red;">✗</mark></td><td><mark style="color:green;">✓</mark></td><td><mark style="color:red;">✗</mark></td><td><mark style="color:green;">✓</mark></td></tr><tr><td><a href="https://stargateprotocol.gitbook.io/stargate/">Stargate</a></td><td><mark style="color:red;">✗</mark></td><td><mark style="color:green;">✓</mark></td><td>-</td><td>-</td><td><mark style="color:green;">✓</mark></td></tr><tr><td>Wormhole</td><td><mark style="color:red;">✗</mark></td><td><mark style="color:red;">✗</mark></td><td><mark style="color:red;">✗</mark></td><td><mark style="color:red;">✗</mark></td><td><mark style="color:red;">✗</mark></td></tr><tr><td>Thorchain</td><td><mark style="color:green;">✓</mark></td><td><mark style="color:green;">✓</mark></td><td><mark style="color:green;">✓</mark></td><td><mark style="color:red;">✗</mark></td><td><mark style="color:green;">✓</mark></td></tr><tr><td>Avalanche Bridge</td><td><mark style="color:red;">✗</mark></td><td><mark style="color:red;">✗</mark></td><td><mark style="color:green;">✓</mark></td><td>✓</td><td><mark style="color:red;">✗</mark></td></tr><tr><td><a href="https://www.zetachain.com/whitepaper.pdf">Zetachain</a></td><td><mark style="color:green;">✓</mark></td><td><mark style="color:red;">✗</mark></td><td><mark style="color:green;">✓</mark></td><td><mark style="color:red;">✗</mark></td><td><mark style="color:green;">✓</mark></td></tr><tr><td>Ren</td><td><mark style="color:red;">✗</mark></td><td><mark style="color:red;">✗</mark></td><td><mark style="color:green;">✓</mark></td><td><mark style="color:red;">✗</mark></td><td><mark style="color:green;">✓</mark></td></tr><tr><td><a href="https://chainflip.io/whitepaper.pdf">Chainflip</a></td><td><mark style="color:green;">✓</mark></td><td><mark style="color:green;">✓</mark></td><td><mark style="color:green;">✓</mark></td><td><mark style="color:red;">✗</mark></td><td><mark style="color:green;">✓</mark></td></tr><tr><td><mark style="background-color:yellow;"><strong>Kima</strong></mark></td><td><mark style="color:green;background-color:yellow;"><strong>✓</strong></mark></td><td><mark style="color:green;background-color:yellow;"><strong>✓</strong></mark></td><td><mark style="color:green;background-color:yellow;"><strong>✓</strong></mark></td><td><mark style="color:green;background-color:yellow;"><strong>✓</strong></mark></td><td><mark style="color:green;background-color:yellow;"><strong>✓</strong></mark></td></tr></tbody></table>


---

# Agent Instructions: 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.kima.network/tech-paper-3/competing-platforms.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.
