# Wrap/Unwrap sPinto

Siloed Pinto (sPINTO) is a fungible Pinto Deposit wrapper that captures Silo yield. It leverages the ERC-20 and [ERC-4626](https://erc4626.info/) standards to achieve composability in the DeFi ecosystem and provide utility for Pinto outside of the core protocol. For more information on how sPinto works check out [sPinto: Composing Pinto with DeFi](/pinto-mechanics/toolshed/spinto-composing-pinto-with-defi.md)

### Wrap

To get sPinto and start earning yield follow the steps below:

* Go to <https://pinto.money/wrap>
* On the left, choose how you wish to use to wrap sPinto. By pressing the toggle, you can wrap from silo deposits or any ERC20.&#x20;
* If you choose to unwrap to an ERC20, In the backend the interface will unwrap your token to Pinto and swap it for the token you choose.
* You can also wrap your existing Pinto silo deposits into sPinto. Note that Stalk is socialized among sPinto holders and not returned in equal proportion when unwrapping. Therefore, users wrapping sPinto directly from Silo Deposits should be wary of the Stalk cost of using older Deposits. If you wish to wrap your existing deposits, the UI will pick the deposits with the least amount of grown stalk to use.
* Here we will use USDC to buy Pinto and wrap it directly.

<figure><img src="/files/AQ4pmULc7di51z8bJCCX" alt="" width="375"><figcaption></figcaption></figure>

* Click on "Approve" to approve your tokens or Deposits for spending.
* Choose the destination where you wish to receive the token. Wallet or Farm balance.
* Click on "Wrap" to get sPinto.

You can now start earning Silo yield by holding sPinto or use it across various DeFi protocols. For guides on how to achieve this see:&#x20;

* [Borrow against sPinto on Cream Finance](/resources/how-to-guides/spinto/borrow-against-spinto-on-cream-finance.md)
* [Trade sPinto yield on Spectra](/resources/how-to-guides/spinto/trade-spinto-yield-on-spectra.md)

### Unwrap

If you wish to unwrap sPinto into pinto or any ERC20 token, follow the steps below:

* Go to <https://pinto.money/wrap>
* On the left, choose how you wish to use to unwrap sPinto. By pressing the toggle, you can unwrap to silo deposits or any ERC20.&#x20;
* If you choose to unwrap to an ERC20, In the backend the interface will unwrap your token to Pinto and swap it for the token you choose.&#x20;
* By unwrapping sPinto into a Silo Deposit you can start managing your Silo positions directly. Here, we will unwrap and swap to USDC.

<figure><img src="/files/xJijuCsfxHeChwZAUx8a" alt="" width="375"><figcaption></figcaption></figure>

* Click on "Approve" to approve your tokens for spending
* Choose the destination where you wish to receive the token. Wallet or Farm balance.
* Click on "Unwrap" to unwrap your sPinto.


---

# 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/spinto/wrap-unwrap-spinto.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.
