> For the complete documentation index, see [llms.txt](https://stargateprotocol.gitbook.io/stargate/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stargateprotocol.gitbook.io/stargate/developers.md).

# Developers

- [(V1) Supported Networks and Assets](https://stargateprotocol.gitbook.io/stargate/developers/v1-supported-networks-and-assets.md): Addresses for Ethereum, BNB Chain, Avalanche, Polygon, Arbitrum, Optimism, Fantom, Metis, Kava, Linea, and Base.
- [Chain IDs](https://stargateprotocol.gitbook.io/stargate/developers/chain-ids.md)
- [Pool IDs](https://stargateprotocol.gitbook.io/stargate/developers/pool-ids.md)
- [How to Swap](https://stargateprotocol.gitbook.io/stargate/developers/how-to-swap.md): Use Stargate to transfer an asset across blockchains.
- [Cross Chain Swap Fee](https://stargateprotocol.gitbook.io/stargate/developers/cross-chain-swap-fee.md): Get the cross chain swap fee, paid in native gas on the source chain.
- [EQ Fee Projection](https://stargateprotocol.gitbook.io/stargate/developers/eq-fee-projection.md)
- [Function Types](https://stargateprotocol.gitbook.io/stargate/developers/function-types.md): Information about quoteLayerZero function types.
- [Contract Addresses](https://stargateprotocol.gitbook.io/stargate/developers/contract-addresses.md): The primary addresses on each chain for Stargate contracts.
- [Mainnet](https://stargateprotocol.gitbook.io/stargate/developers/contract-addresses/mainnet.md): Core Stargate contract addresses
- [Testnet](https://stargateprotocol.gitbook.io/stargate/developers/contract-addresses/testnet.md)
- [Testnet Faucet](https://stargateprotocol.gitbook.io/stargate/developers/contract-addresses/testnet-faucet.md): Use these tokens on testnet to mint() tokens to your wallet
- [Bridge.sol](https://stargateprotocol.gitbook.io/stargate/developers/bridge.sol.md): The contract that interacts with LayerZero messaging
- [Stargate Chain Paths](https://stargateprotocol.gitbook.io/stargate/developers/stargate-chain-paths.md): The tables below show connected token paths.


---

# 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, and the optional `goal` query parameter:

```
GET https://stargateprotocol.gitbook.io/stargate/developers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
