> For the complete documentation index, see [llms.txt](https://components.agoric.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://components.agoric.com/smart-contracts.md).

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