# Introduction

Snowbridge is a general-purpose, trustless, and decentralized bridge between Polkadot and Ethereum. It is part of the Polkadot SDK and exists as a system bridge for Polkadot. Ethereum contracts and other off-chain infrastructure can be found in our [Github repository](https://github.com/snowfork/snowbridge).

Key features that set Snowbridge apart from other bridges:

* Owned by the Polkadot community. We do not offer a token.
* Trustless, decentralised, no multisigs
* Integrated with Polkadot Hub and many parachains

The Snowbridge team continues to develop new features and enhance the bridge. For updates on Snowbridge, follow our [account on X](https://x.com/_snowbridge).

## Contact Us

To get in contact, please create a discussion thread [here](https://github.com/Snowfork/snowbridge/discussions).


---

# 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.snowbridge.network/readme.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.
