> For the complete documentation index, see [llms.txt](https://docs.pinto.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pinto.money/resources.md).

# Resources

- [Glossary](https://docs.pinto.money/resources/glossary.md)
- [How-To Guides](https://docs.pinto.money/resources/how-to-guides.md)
- [Getting Started](https://docs.pinto.money/resources/how-to-guides/getting-started.md)
- [Where to Begin?](https://docs.pinto.money/resources/how-to-guides/getting-started/where-to-begin.md)
- [Connect to Pinto](https://docs.pinto.money/resources/how-to-guides/getting-started/connect-to-pinto.md)
- [Fund a Wallet on Base](https://docs.pinto.money/resources/how-to-guides/getting-started/fund-a-wallet-on-base.md)
- [Silo](https://docs.pinto.money/resources/how-to-guides/silo.md)
- [Deposit in the Silo](https://docs.pinto.money/resources/how-to-guides/silo/deposit-in-the-silo.md)
- [Withdraw from the Silo](https://docs.pinto.money/resources/how-to-guides/silo/withdraw-from-the-silo.md)
- [Claim Silo Rewards](https://docs.pinto.money/resources/how-to-guides/silo/claim-silo-rewards.md)
- [Convert in the Silo](https://docs.pinto.money/resources/how-to-guides/silo/convert-in-the-silo.md)
- [Combine Deposits](https://docs.pinto.money/resources/how-to-guides/silo/combine-deposits.md)
- [Bridge WSOL from Solana](https://docs.pinto.money/resources/how-to-guides/silo/bridge-wsol-from-solana.md)
- [Field](https://docs.pinto.money/resources/how-to-guides/field.md)
- [Sow Pinto](https://docs.pinto.money/resources/how-to-guides/field/sow-pinto.md)
- [Harvest Pods](https://docs.pinto.money/resources/how-to-guides/field/harvest-pods.md)
- [Trading](https://docs.pinto.money/resources/how-to-guides/trading.md)
- [Trading Pinto-Native Assets](https://docs.pinto.money/resources/how-to-guides/trading/trading-pinto-native-assets.md)
- [Buy Pods](https://docs.pinto.money/resources/how-to-guides/trading/buy-pods.md)
- [Sell Pods](https://docs.pinto.money/resources/how-to-guides/trading/sell-pods.md)
- [Balances](https://docs.pinto.money/resources/how-to-guides/balances.md): Guides on managing your Pinto balances.
- [Send Tokens](https://docs.pinto.money/resources/how-to-guides/balances/send-tokens.md)
- [Transferring Balances](https://docs.pinto.money/resources/how-to-guides/balances/transferring-balances.md)
- [sPinto](https://docs.pinto.money/resources/how-to-guides/spinto.md): Step by step guides on how to mint and use sPinto across various ecosystem integrations.
- [Wrap/Unwrap sPinto](https://docs.pinto.money/resources/how-to-guides/spinto/wrap-unwrap-spinto.md): This guide will walk you through the steps to wrap and unwrap sPinto using Pinto Silo Deposits or any supported ERC20 token.
- [Borrow against sPinto on Cream Finance](https://docs.pinto.money/resources/how-to-guides/spinto/borrow-against-spinto-on-cream-finance.md): This guide will walk you through the steps to borrow and leverage against your sPinto on Cream Finance borrowing and lending markets.
- [Trade sPinto yield on Spectra](https://docs.pinto.money/resources/how-to-guides/spinto/trade-spinto-yield-on-spectra.md): This guide will walk you through the steps to speculate on sPinto yield in Spectra Finance.
- [Contracts](https://docs.pinto.money/resources/contracts.md)
- [Audits](https://docs.pinto.money/resources/audits.md)
- [Links](https://docs.pinto.money/resources/links.md)


---

# 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:

```
GET https://docs.pinto.money/resources.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.
