# Cross-chain

- [Price Feed Oracle](https://components.agoric.com/smart-contracts/cross-chain/price-feed-oracle.md): Oracle price aggregator smart contract
- [Akash Lease Management](https://components.agoric.com/smart-contracts/cross-chain/akash-lease-management.md): Agoric Smart Contract for interacting with Akash Leases
- [Axelar Transfer](https://components.agoric.com/smart-contracts/cross-chain/axelar-transfer.md): Smart contracts for bridging from Agoric to Ethereum & Avalanche
- [Cosmos Hub ICA](https://components.agoric.com/smart-contracts/cross-chain/cosmos-hub-ica.md): Smart contracts for interchain account management
- [IST & PSM Forwarder](https://components.agoric.com/smart-contracts/cross-chain/ist-and-psm-forwarder.md): Smart contracts for swapping IST for stable tokens using the PSM


---

# 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://components.agoric.com/smart-contracts/cross-chain.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.
