# Snowbridge

## Snowbridge

- [Introduction](https://docs.snowbridge.network/readme.md)
- [Integration Guides](https://docs.snowbridge.network/developers/integration-guides.md): How to integrate with Snowbridge V1 or V2.
- [V2](https://docs.snowbridge.network/developers/snowbridge-v2.md): Guides on integrating with Snowbridge V2.
- [SDK](https://docs.snowbridge.network/developers/snowbridge-v2/typescript-sdk.md): A guide on using the SDK for integration.
- [Token transfer Ethereum -> Polkadot](https://docs.snowbridge.network/developers/snowbridge-v2/typescript-sdk/e2p.md): A guide on using the Snowbridge TypeScript SDK for Ethereum to Polkadot transfers.
- [Token transfer Polkadot -> Ethereum](https://docs.snowbridge.network/developers/snowbridge-v2/typescript-sdk/e2p-1.md): A guide on using the Snowbridge TypeScript SDK for Polkadot to Ethereum transfers.
- [Transact on AssetHub & Parachain](https://docs.snowbridge.network/developers/snowbridge-v2/typescript-sdk/transact-ah.md): A guide on using the Snowbridge TypeScript SDK for integration.
- [Transact on Ethereum & L2s (WIP)](https://docs.snowbridge.network/developers/snowbridge-v2/typescript-sdk/transact-ethereum.md): A guide on using the Snowbridge TypeScript SDK for integration.
- [Create Agent](https://docs.snowbridge.network/developers/snowbridge-v2/typescript-sdk/create-agent.md): Guide to create an Agent on Ethereum.
- [SDK Cases](https://docs.snowbridge.network/developers/snowbridge-v2/typescript-sdk/cases.md): Route and example coverage for the Snowbridge V2 TypeScript SDK.
- [Parachain Integration](https://docs.snowbridge.network/developers/snowbridge-v2/parachain-integration.md): A guide for parachain integraters.
- [V1](https://docs.snowbridge.network/developers/snowbridge-v1.md): Guides on integrating with Snowbridge V1.
- [SDK](https://docs.snowbridge.network/developers/snowbridge-v1/typescript-sdk.md): A guide on using the Snowbridge TypeScript SDK for integration.
- [Parachain Integration](https://docs.snowbridge.network/developers/snowbridge-v1/parachain-integration.md): A guide for parachain integraters for Snowbridge V1.
- [Token Transfers](https://docs.snowbridge.network/developers/snowbridge-v1/token-transfers.md): Sending ERC20 Tokens to Polkadot
- [V1 to V2 Upgrade Guide](https://docs.snowbridge.network/developers/v1-to-v2-upgrade-guide.md)
- [Bug Bounty](https://docs.snowbridge.network/security/bug-bounty.md)
- [Audits](https://docs.snowbridge.network/security/audits.md)
- [Overview](https://docs.snowbridge.network/architecture/overview.md)
- [Verification](https://docs.snowbridge.network/architecture/verification.md)
- [Ethereum](https://docs.snowbridge.network/architecture/verification/ethereum.md)
- [Polkadot](https://docs.snowbridge.network/architecture/verification/polkadot.md)
- [Operational Costs](https://docs.snowbridge.network/architecture/verification/polkadot/operational-costs.md)
- [Governance](https://docs.snowbridge.network/architecture/governance.md)
- [Relayers](https://docs.snowbridge.network/architecture/relayers.md)
- [Infrastructure](https://docs.snowbridge.network/resources/infrastructure.md)
- [Processes for keeping track of dependency changes](https://docs.snowbridge.network/resources/processes-for-keeping-track-of-dependency-changes.md): Methods to keep up to date with Snowbridge dependency updates.
- [Contributing to Snowbridge](https://docs.snowbridge.network/resources/updating-snowbridge-pallets-bridgehub-and-assethub-runtimes.md): Processes for making changes to the Snowbridge pallets and runtimes for BridgeHub and AssetHub
- [Governance and Operational Processes](https://docs.snowbridge.network/resources/governance-and-operational-processes.md)
- [Emergency Procedures](https://docs.snowbridge.network/resources/emergency-procedures.md)
- [General Governance Updates](https://docs.snowbridge.network/resources/governance-updates.md)
- [Test Runtime Upgrades](https://docs.snowbridge.network/resources/test-runtime-upgrades.md): How to test upgrades depending on a runtime upgrade not yet executed.
- [Run Relayers](https://docs.snowbridge.network/resources/run-relayers.md): Steps to set up your own Snowbridge message relayers.
- [Local Development Guide](https://docs.snowbridge.network/resources/quick-start-guide.md): Set up a development environment and run the end to end test stack.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a 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.
