# SmartPiggies

## SmartPiggies

- [Introduction](https://docs.smartpiggies.com/master.md)
- [Accessing Testnet](https://docs.smartpiggies.com/getting-started/accessing-testnet.md)
- [What is a SmartPiggy NFT?](https://docs.smartpiggies.com/getting-started/what-is-a-piggy.md)
- [Background: What is a financial option?](https://docs.smartpiggies.com/getting-started/what-is-a-piggy/background-what-is-a-financial-option.md)
- [Where do Piggies live?](https://docs.smartpiggies.com/getting-started/where-do-piggies-live.md)
- [Arbitrum Introduction](https://docs.smartpiggies.com/getting-started/where-do-piggies-live/arbitrum-introduction.md): A product of Offchain Labs: https://offchainlabs.com/
- [How to use Arbitrum](https://docs.smartpiggies.com/getting-started/where-do-piggies-live/how-to-use-arbitrum.md)
- [Parts of a Piggy](https://docs.smartpiggies.com/getting-started/parts-of-a-piggy.md)
- [An example Piggy](https://docs.smartpiggies.com/getting-started/an-example-piggy.md)
- [Creating your first Piggy](https://docs.smartpiggies.com/getting-started/creating-your-first-piggy.md)
- [Create a Piggy](https://docs.smartpiggies.com/getting-started/creating-your-first-piggy/create-a-piggy.md)
- [Request a Piggy](https://docs.smartpiggies.com/getting-started/creating-your-first-piggy/request-a-piggy.md)
- [Approve Collateral](https://docs.smartpiggies.com/lifecycle-of-a-piggy/approve-collateral.md): Allowing SmartPiggies to hold the collateral
- [Auction](https://docs.smartpiggies.com/lifecycle-of-a-piggy/auction.md): Auctioning piggies
- [Buy](https://docs.smartpiggies.com/lifecycle-of-a-piggy/buy.md): Purchasing piggies on auction
- [Bid](https://docs.smartpiggies.com/lifecycle-of-a-piggy/bid.md): Bidding on piggies
- [Finalize](https://docs.smartpiggies.com/lifecycle-of-a-piggy/finalize.md): Finalizing a bid
- [Clear](https://docs.smartpiggies.com/lifecycle-of-a-piggy/clear.md): Clearing a piggy by requesting a price from an oracle
- [Settle](https://docs.smartpiggies.com/lifecycle-of-a-piggy/settle.md): Finalizing the payout
- [Claim payout](https://docs.smartpiggies.com/lifecycle-of-a-piggy/claim-payout.md): Retrieving funds from SmartPiggies
- [Burn - Reclaim collateral](https://docs.smartpiggies.com/lifecycle-of-a-piggy/burn-reclaim-collateral.md): Returning tokens from SmartPiggies
- [Transfer](https://docs.smartpiggies.com/advanced-functions/transfer.md)
- [Split](https://docs.smartpiggies.com/advanced-functions/split.md)
- [Explore Markets](https://docs.smartpiggies.com/the-user-interface/explore-markets.md): SmartPiggies view of available piggies for sale
- [Table Dropdown](https://docs.smartpiggies.com/the-user-interface/explore-markets/table-dropdown.md): Market table dropdown panels
- [My Dashboard](https://docs.smartpiggies.com/the-user-interface/my-dashboard.md): The user view of all accounted associated piggies
- [Table Dropdown](https://docs.smartpiggies.com/the-user-interface/my-dashboard/table-dropdown.md): additional piggy information panels
- [Wallet](https://docs.smartpiggies.com/the-user-interface/wallet.md): wallet management features
- [Approving Collateral tokens](https://docs.smartpiggies.com/the-user-interface/wallet/approving-collateral-tokens.md): Approve collateral token transfers
- [Approving Oracle tokens](https://docs.smartpiggies.com/the-user-interface/wallet/approving-oracle-tokens.md): Oracle tokens need approvals too
- [Claiming payouts](https://docs.smartpiggies.com/the-user-interface/wallet/claiming-payouts.md): Withdrawing the payouts from piggies
- [Supported wallets](https://docs.smartpiggies.com/the-user-interface/wallet/supported-wallets.md): Which Ethereum wallets are supported
- [Available oracles](https://docs.smartpiggies.com/oracles/available-oracles.md): Oracles, Resolvers, and Underlyings
- [Using your own oracles](https://docs.smartpiggies.com/oracles/using-your-own-oracles.md): Making an oracle, resolver, or adding an underlying
- [SmartPiggies and Oracles](https://docs.smartpiggies.com/oracles/smartpiggies-and-oracles.md): How SmartPiggies uses oracles
- [The (optional) Need for Arbitration](https://docs.smartpiggies.com/arbitration/the-need-for-arbitration.md)
- [Setting an arbitrator](https://docs.smartpiggies.com/arbitration/setting-arbiters.md)
- [The Arbitration Process](https://docs.smartpiggies.com/arbitration/the-arbitration-process.md)
- [Arbiter Reputation and History](https://docs.smartpiggies.com/arbitration/arbiter-reputation-and-history.md)
- [FAQ](https://docs.smartpiggies.com/faq-1.md)
- [Contracts](https://docs.smartpiggies.com/developers/contracts.md): Current deployed contracts
- [Calling the contracts directly](https://docs.smartpiggies.com/developers/contracts/calling-the-contracts-directly.md): Public and permissionless


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.smartpiggies.com/master.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.
