# AppLayer-to-External Bridging (Ethereum, Solana, etc.)

There are multiple edge cases related to external bridging. For example, it's not possible to natively push data into these chains without paying transaction fees, and those external networks are also limited on both processing power and how much signature verification can be done.

Knowing this, at least for now, the current bridging implementation for them is handled by Sentinels and owned by AppLayer Labs and its most trusted partners to ensure operational safety. The contract checks signatures of Validators and Sentinels but only the Sentinels can write into the contracts on these chains.

This method of bridging follows lock/release mechanisms, unless a token is fully integrated with mint/burn bridging.


---

# 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.applayer.com/testnet/how-applayer-works/bridging/applayer-to-external-bridging.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.
