# Wrapping Tokens

{% hint style="info" %}
The Poolside team has implemented a router to manage wrapping and unwrapping tokens automatically. This removes the need for this step and obfuscates this feature from the UI. Users can still navigate to the Wrap page to unwrap their assets.
{% endhint %}

Users will need to wrap specific tokens before interacting with the application. This process turns receipt tokens into rebase tokens. These wrapped tokens can be used in Poolside to provide liquidity or make swaps. To understand our wrappers, please read about them in [Core Concepts](/overview/core-concepts.md#wrappers). The wrap feature is available in the navigation on supported networks like Avalanche and Base.

### Unwrapping

Users can unwrap the rebasing versions of their tokens and redeem the underlying assets at any time. This can be done using the Wrap feature inside of the application. Alternatively, users can also trade the rebasing version of their tokens for the underlying asset. This method may incur slippage depending on liquidity for the pair.

### Non-Custodial & Audited

Poolside Wrappers are built on Buttonwood contracts. These wrappers are non-custodial, and users can redeem the underlying assets at any time. The smart contracts have been [audited](/resources/security.md) and are included in an [active bug bounty](https://immunefi.com/bounty/buttonwood/).


---

# 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.poolside.party/guide/liquidity-providers/wrapping-tokens.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.
