# Sow Pinto

When there is [Soil](/resources/glossary.md#soil) in the [Field](/pinto-mechanics/field-the-most-innovative-lending-facility-in-crypto.md), Farmers can lend their Pinto to the protocol for an interest rate known as the [Temperature](/responding-to-state/temperature-changes.md).

1. Make sure you are on <https://pinto.money/> and [connect your wallet](/resources/how-to-guides/getting-started/connect-to-pinto.md).
2. Navigate to the 'Field' page.
3. The amount of Pinto that can be Sown for Soil is shown under 'Available Soil'. Pods will be issued in accordance with the 'Current Temperature'.
   * The Soil supply is set by the Pinto target maintenance mechanism. See [The Cultivation System: Optimal Soil Issuance](/pinto-mechanics/field-the-most-innovative-lending-facility-in-crypto/the-cultivation-system-optimal-soil-issuance.md) for additional information.
   * During the first ten minutes of each Season, the Temperature ramps from 1% to 100% of the Maximum Temperature in a Dutch auction known as the Morning Auction.
4. Select the 'Sow' tab.
5. There is a dropdown menu to select the token you would like to use to buy and Sow Pinto.
6. Note: For Sowing in sizes greater than the available Soil in a given Season, farmers can setup recurring Sows via [Tractor](/pinto-mechanics/toolshed/tractor-automating-the-farm.md) – see [here](https://x.com/pintodotmoney/status/1914728533320237207). **Since the introduction of the Cultivation System, which increased the scarcity of Soil every Season, a Tractor Order is likely a farmer's best option to Sow.**
7. Enter the amount of the selected token you want to use to buy and Sow Pinto.
   * The Soil available when preparing to buy and Sow Pinto may not still be available at the time the transaction is confirmed by the network.&#x20;
   * If a transaction is submitted to Sow a greater amount of Soil than is available, the remaining Soil will be Sown, and all remaining Pinto from the transaction will be sent to your [Farm Balance](/resources/glossary.md#farm-assets).
   * If you are Sowing during the Morning Auction, the number of Pods to be received will increase in real time on the UI with the increasing Temperature.
   * The actual amount of Pods you receive depends upon Soil availability and the Temperature at the time your transaction is confirmed.
8. You may select a slippage tolerance or minimum acceptable Temperature by selecting the gear icon. The default slippage tolerance is 0.1%.
   * The transaction will revert if it doesn't meet the specified conditions.
9. If an approval is not necessary, skip to Step 10. For all other cases, select 'Approve Spending'. This allows the Pinto contract to spend the asset, but does not use it yet.
10. Confirm the approval transaction in your wallet, and your hardware wallet, if applicable. You should verify that the transaction is interacting with the [correct contract](/resources/contracts.md) before signing it.
11. Select 'Sow'.
12. Confirm the transaction in your wallet and your hardware wallet, if applicable. You should verify that the transaction is interacting with the [correct contract](/resources/contracts.md) before signing it.
13. After the transaction has been confirmed by the network, your Pods will appear in the 'My Pods' table at the bottom of the 'Field' page.


---

# 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://docs.pinto.money/resources/how-to-guides/field/sow-pinto.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.
