# xAnchor Contracts

xAnchor has 3 major components on the Terra-side, in addition to a bridge deployed on each foreign chain that relays operations to and from the Terra-side xAnchor contracts.

Most useful to developers building dApps on foreign chains will be the cross-chain contracts that can be interacted with:

| Network   | Component                                                               | Contract Address                             |
| --------- | ----------------------------------------------------------------------- | -------------------------------------------- |
| Avalanche | [xAnchor Bridge (AVAX)](/anchor-2/xanchor/xanchor-bridge-evm-chains.md) | `0x95aE712C309D33de0250Edd0C2d7Cb1ceAFD4550` |

Internal and intermediate xAnchor contracts:

| Network | Component                                                                                            | Contract Address                               |
| ------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------- |
| Terra   | [xAnchor Core](/anchor-2/xanchor/xanchor-terra-side-contracts/xanchor-core.md)                       | `terra1vrf4kaj2mtck028a7ghhz505ae0vyvz5mr3ju3` |
| Terra   | [xAnchor Wormhole Bridge](/anchor-2/xanchor/xanchor-terra-side-contracts/xanchor-wormhole-bridge.md) | `terra1pw4qm09m256m3wz25n4whnuqck7rcn6wvvjzyj` |
| Terra   | [Address Proxy](/anchor-2/xanchor/xanchor-terra-side-contracts/address-proxy.md)                     | One-per-user                                   |


---

# 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.anchorprotocol.com/anchor-2/xanchor/xanchor-contracts.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.
