# 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: 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://stargateprotocol.gitbook.io/stargate/developers.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.
