# Products

Plutus offers two primary product categories: [plsASSETs](/products/plsassets.md) and [plvASSETs](/products/plvassets.md). Additionally Plutus has its own protocol token, [PLUTUS](/tokenomics/plutus.md).

## plsASSETs

plsASSETs focus on governance aggregation, optimizing liquidity and rewards for users. plsASSETs can be staked for [overcollaterized](/products/plsassets.md#plsasset-overcollaterization) rewards from the underlying assets, and unstaked without a vesting period, allowing you to enjoy both yield and liquidity.

## plvASSETs

plvASSETs are Vault products designed to maximize user rewards and convenience, while also serving as robust building blocks for integration by other protocols. One of the main convenience of plvASSETs is the auto-compounding yield, which generally increases the value of your vault tokens over time, without requiring active involvement from the user.

## Bridgeable tokens

Blockchains by nature are isolated ecosystems, and transferring data or tokens from one chain to another requires a particular set of technical solutions, commonly referred as bridging. Most plvASSETs and some plsASSETs, as well as protocol tokens like PLUTUS, are multichain capable via LayerZero integration. This means you can use the Plutus dApp or the token contracts to move the token, i.e. PLUTUS from earlier, from Arbitrum to Berachain, or other applicable chains. Plutus then takes the tokens on Arbitrum and burns them, and mints new PLUTUS tokens for you on the destination chain, thus keeping the global supply stable.


---

# 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.plutus.fi/products.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.
