# ezJTO

ezJTO is Renzo’s Vault (Re)Staking Token (VRT), representing a user’s restaked JTO (Jito’s governance token) position on the Jito network. Users can deposit JTO or SOL to receive ezJTO, representing their participation in securing Node Consensus Networks (NCNs). Restakers earn staking and restaking rewards, which are automatically compounded into their ezJTO balance.

* **Liquid Staking**: Users can mint ezJTO while maintaining liquidity for use in DeFi.
* **DeFi Usability**: ezJTO can be deployed across Solana DeFi protocols, including lending and AMMs, without requiring the unstaking of JTO.

### Rewards

* ezJTO is a reward-bearing token similar to ezSOL and bzSOL.
* Restaking rewards are automatically redeposited into the protocol, increasing the amount of collateral a user can claim without increasing the asset supply. Thus, the price of the asset increases as rewards are harvested.
* This means the value of ezJTO increases relative to the underlying assets as it earns more rewards.

### Deposits

To mint ezJTO, users can deposit either JTO or SOL directly through Renzo’s platform. Renzo ezJTO vault on Jito restaking network only supports JTO deposits. However, by integrating Jupiter’s swap API and a custom deposit CPI program, Renzo enables seamless deposits of both JTO and SOL. The platform automatically converts the deposited token into JTO before completing the vault deposit, ensuring users get the best possible exchange rate—either by swapping through Jupiter or minting JTO directly on Jito.

* Visit <https://app.renzoprotocol.com/ezjto>&#x20;
* Click Connect Wallet to link your Solana wallet.
* Select the asset that you want to deposit: JTO or SOL.
* Enter the amount of asset that you would like to deposit. You can click **MAX** to enter the maximum tokens available in your wallet.
* Confirm the amount and proceed to deposit.
* Approve and confirm the transaction on your wallet.
* Once the deposit is successful, you can view your ezJTO on your wallet.

### Withdrawals

Withdrawals are enabled since day one. Once the withdrawal is initiated, your withdrawal will be queued and be available for claiming after 2 epochs (up to 4 days). Please note that a 0.2% fee applies to each withdrawal. Renzo charges a 0.1% withdrawal fee, and Jito applies a 0.1% program fee to all restaking projects.

* Visit <https://app.renzoprotocol.com/ezjto>&#x20;
* Switch between restake and withdraw functions by clicking the swap arrow button in the center of the dialog box.
* Enter the amount of ezJTO tokens that you would like to withdraw. You can click **MAX** to enter the maximum tokens available.
* Confirm the amount and proceed to withdraw.
* Approve and confirm the transaction on your wallet.
* Once you initiate the withdrawal, you stop accruing any reward on your ezJTO. You can track the status of your withdrawal in the "Withdrawal tab" located at the bottom of the page, near the NCNs tab.&#x20;
* Once your withdrawal is ready, click the Claim button to collect your assets.


---

# 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.renzoprotocol.com/docs/products/staking-suite/ezjto.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.
