# Smart Contracts

- [DeFi](https://components.agoric.com/smart-contracts/defi.md)
- [Lending Protocol](https://components.agoric.com/smart-contracts/defi/lending-protocol.md): A pool-based loan contract on Agoric
- [Arbitrage Bot](https://components.agoric.com/smart-contracts/defi/arbitrage-bot.md): Off-chain price arb bot between Agoric and Osmosis
- [LP Stop Loss](https://components.agoric.com/smart-contracts/defi/lp-stop-loss.md): Smart contract for Liquidity Providers on Agoric AMM
- [Like-peg Swap AMM](https://components.agoric.com/smart-contracts/defi/like-peg-swap-amm.md): Minimize slippage for like-asset pairs on Agoric AMM
- [NFTs](https://components.agoric.com/smart-contracts/nfts.md)
- [NFT Marketplace](https://components.agoric.com/smart-contracts/nfts/nft-marketplace.md): Basic NFT Marketplace Primitives
- [NFT Character Builder](https://components.agoric.com/smart-contracts/nfts/nft-character-builder.md): Composable Hierarchical NFT Builder
- [NFT Drop](https://components.agoric.com/smart-contracts/nfts/nft-drop.md): Smart contract for minting NFT collections
- [Auction Mechanism](https://components.agoric.com/smart-contracts/nfts/auction-mechanism.md): First-price auction mechanism for NFT sales
- [Governance](https://components.agoric.com/smart-contracts/governance.md)
- [Vote Counter](https://components.agoric.com/smart-contracts/governance/vote-counter.md): Evaluate governance results from questions with 2+ options
- [Governance Committee](https://components.agoric.com/smart-contracts/governance/governance-committee.md): Public voting and committee control charter smart contracts
- [Cross-chain](https://components.agoric.com/smart-contracts/cross-chain.md)
- [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.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.
