# Thetanuts Finance

## Thetanuts

- [Thetanuts V4](https://docs.thetanuts.finance/thetanuts-v4.md)
- [SDK](https://docs.thetanuts.finance/for-builders/sdk.md)
- [Overview](https://docs.thetanuts.finance/for-builders/overview.md)
- [Network and Products](https://docs.thetanuts.finance/for-builders/network-and-products.md)
- [Fetching Orders](https://docs.thetanuts.finance/for-builders/fetching-orders.md)
- [Executing Trades](https://docs.thetanuts.finance/for-builders/executing-trades.md)
- [Payouts and Pricing Intuition](https://docs.thetanuts.finance/for-builders/payouts-and-pricing-intuition.md)
- [Positions and History](https://docs.thetanuts.finance/for-builders/positions-and-history.md)
- [Troubleshooting](https://docs.thetanuts.finance/for-builders/troubleshooting.md)
- [Quick References](https://docs.thetanuts.finance/for-builders/quick-references.md)
- [Production Checklist](https://docs.thetanuts.finance/for-builders/production-checklist.md)
- [Token Utility](https://docs.thetanuts.finance/nuts-token/token-utility.md)
- [Token Distribution](https://docs.thetanuts.finance/nuts-token/token-distribution.md)
- [Season 1 Airdrop](https://docs.thetanuts.finance/nuts-token/season-1-airdrop.md)
- [Security](https://docs.thetanuts.finance/contracts-and-security/security.md)
- [Deployed Contracts](https://docs.thetanuts.finance/contracts-and-security/deployed-contracts.md)
- [FAQ](https://docs.thetanuts.finance/other-information/faq.md)
- [Glossary of Terms](https://docs.thetanuts.finance/other-information/glossary-of-terms.md)
- [Terms of Service](https://docs.thetanuts.finance/other-information/terms-of-service.md): Updated November 18, 2023
- [Brand Assets](https://docs.thetanuts.finance/other-information/brand-assets.md)
- [Overview](https://docs.thetanuts.finance/legacy-v3/overview.md)
- [Basic Vaults](https://docs.thetanuts.finance/legacy-v3/basic-vaults.md)
- [Lending Market](https://docs.thetanuts.finance/legacy-v3/lending-market.md)
- [Automated Market Maker](https://docs.thetanuts.finance/legacy-v3/automated-market-maker.md)
- [Mechanics](https://docs.thetanuts.finance/legacy-v3/mechanics.md)
- [Other Products](https://docs.thetanuts.finance/legacy-v3/other-products.md)

## SDK

- [Overview](https://docs.thetanuts.finance/sdk/getting-started/overview.md)
- [Installation](https://docs.thetanuts.finance/sdk/getting-started/installation.md)
- [Quick Start](https://docs.thetanuts.finance/sdk/getting-started/quick-start.md)
- [Configuration](https://docs.thetanuts.finance/sdk/getting-started/configuration.md)
- [Supported Chains](https://docs.thetanuts.finance/sdk/getting-started/supported-chains.md)
- [Overview](https://docs.thetanuts.finance/sdk/optionbook/overview.md)
- [Browse & Filter Orders](https://docs.thetanuts.finance/sdk/optionbook/browse-filter-orders.md)
- [Multi-Leg Structures](https://docs.thetanuts.finance/sdk/optionbook/multi-leg-structures.md)
- [Preview Fills](https://docs.thetanuts.finance/sdk/optionbook/preview-fills.md)
- [Fill Orders](https://docs.thetanuts.finance/sdk/optionbook/fill-orders.md)
- [Referrer Fees](https://docs.thetanuts.finance/sdk/optionbook/referrer-fees.md)
- [Encode for External Wallets](https://docs.thetanuts.finance/sdk/optionbook/encode-external-wallets.md)
- [Overview](https://docs.thetanuts.finance/sdk/rfq-factory/overview.md)
- [Create an RFQ](https://docs.thetanuts.finance/sdk/rfq-factory/create-rfq.md)
- [Multi-Leg Structures](https://docs.thetanuts.finance/sdk/rfq-factory/multi-leg-structures.md)
- [RFQ Lifecycle](https://docs.thetanuts.finance/sdk/rfq-factory/lifecycle.md)
- [Early Settlement](https://docs.thetanuts.finance/sdk/rfq-factory/early-settlement.md)
- [Key Management](https://docs.thetanuts.finance/sdk/rfq-factory/key-management.md)
- [Referrals](https://docs.thetanuts.finance/sdk/rfq-factory/referrals.md)
- [Physical Options](https://docs.thetanuts.finance/sdk/rfq-factory/physical-options.md)
- [Overview](https://docs.thetanuts.finance/sdk/loan/overview.md)
- [Borrowing](https://docs.thetanuts.finance/sdk/loan/borrowing.md)
- [Lending](https://docs.thetanuts.finance/sdk/loan/lending.md)
- [Pricing & Calculation](https://docs.thetanuts.finance/sdk/loan/pricing.md)
- [Collar Loans](https://docs.thetanuts.finance/sdk/loan/collar.md)
- [Overview](https://docs.thetanuts.finance/sdk/wheel-vault-ethereum/overview.md)
- [Overview](https://docs.thetanuts.finance/sdk/strategy-vault-base/overview.md)
- [MM Pricing Overview](https://docs.thetanuts.finance/sdk/pricing/mm-pricing.md)
- [Position & Spread Pricing](https://docs.thetanuts.finance/sdk/pricing/position-spread-pricing.md)
- [Filters & Utilities](https://docs.thetanuts.finance/sdk/pricing/filters-utilities.md)
- [Collateral Cost Reference](https://docs.thetanuts.finance/sdk/pricing/collateral-cost.md)
- [Overview — Pick Your Route](https://docs.thetanuts.finance/sdk/ai-agents/agents-overview.md)
- [MCP Server](https://docs.thetanuts.finance/sdk/ai-agents/mcp-server.md)
- [Trade from Chat (Base MCP Plugin)](https://docs.thetanuts.finance/sdk/ai-agents/base-mcp-plugin.md)
- [AgentKit (Autonomous Agents)](https://docs.thetanuts.finance/sdk/ai-agents/agentkit.md)
- [Position Management](https://docs.thetanuts.finance/sdk/guides/position-management.md)
- [Ranger Options](https://docs.thetanuts.finance/sdk/guides/ranger.md)
- [Token Operations](https://docs.thetanuts.finance/sdk/guides/token-operations.md)
- [WebSocket Subscriptions](https://docs.thetanuts.finance/sdk/guides/websocket.md)
- [Blockchain Events](https://docs.thetanuts.finance/sdk/guides/events.md)
- [Error Handling](https://docs.thetanuts.finance/sdk/guides/error-handling.md)
- [Production Checklist](https://docs.thetanuts.finance/sdk/guides/production-checklist.md)
- [Client](https://docs.thetanuts.finance/sdk/sdk-reference/client.md)
- [Modules Overview](https://docs.thetanuts.finance/sdk/sdk-reference/modules-overview.md)
- [Utilities](https://docs.thetanuts.finance/sdk/sdk-reference/utilities.md)
- [Type Exports](https://docs.thetanuts.finance/sdk/sdk-reference/type-exports.md)
- [Chain Config](https://docs.thetanuts.finance/sdk/sdk-reference/chain-config.md)
- [Decimal Reference](https://docs.thetanuts.finance/sdk/sdk-reference/decimals.md)
- [LLM Context (use with Claude/Cursor/ChatGPT)](https://docs.thetanuts.finance/sdk/resources/llm-context.md)
- [Migration Guide](https://docs.thetanuts.finance/sdk/resources/migration-guide.md)
- [Examples](https://docs.thetanuts.finance/sdk/resources/examples.md)
- [Changelog](https://docs.thetanuts.finance/sdk/resources/changelog.md)
