# Roadmap

### Q2 2025: Design Scoping&#x20;

* **Research & Scoping**: As part of the [Colosseum Hackathon](https://www.colosseum.org/hackathon) in May 16, 2025, we completed initial design research & scoping.&#x20;
* **Regulatory**: Following engagement with research and law firms, we gained an understanding of the legal and regulatory implications of our yield token design, and whether any changes needed to be made.&#x20;

### Q3 2025: Protocol Development

* **Contract Development**: Buildout of the smart contracts.&#x20;
* **App Development**: Buildout of the application.&#x20;

### Q4 2025: Devnet MVP & Audit&#x20;

* **Devnet MVP**: Deployment and testing of an MVP allowing for "basic" and "advanced" staking and unstaking on devnet, with a simple frontend.&#x20;
* **Audit**: Completion of an audit by [Accretion](https://accretion.xyz/).
* **Validator Launch**: Launch of the [RevTec validator](https://stakewiz.com/validator/B1rsc6jv3RsFpkak8qvJN3PfGYSg9E3Uw1joaV1EoiFj).

### Q1 2026: Mainnet Deployment

* **Mainnet deployment:** Deployment of the protocol to mainnet, and initial testing by a small group of users.&#x20;
* **Raydium Listings**: Listing of revSOL and issSOL tokens on Raydium, with initial bootstrapped liquidity.

### Q2 2026: DeFi Integrations

* **Exponent Integration**: Integration of revSOL into yield-trading platform [Exponent](https://exponent.finance/), allowing for farming and fixing of REV yield
* **Kamino Integration:** Integration of revSOL and PT-revSOL into Kamino, allows for leveraged looping yield strategy via "[Kamino Multiply](https://kamino.com/multiply)".&#x20;

### Q3 2026: Protocol V2

* **Block Rewards via SIMD-123**: Once SIMD-123 is implemented on mainnet, we will share priority fees directly on-chain instead of via Jito's Tip Router.&#x20;
* **Multi-validator staking pool**: Assuming SIMD-123 causes stake pools and other validators to adjust their fees to share block rewards with stakers, we can expand our delegation to multiple validators, beyond just the RevTec validator. This may warrant charging a fee on the protocol itself and spinning down the RevTec validator, or lowering its fee.&#x20;
* **Validator Downtime Protection:** In order to reduce the risk of underperformance by the  validator(s), we could either implement a bond system similar to Marinade's protected staking reserve (PSR).
* **V2 Audit:** If the protocol is rewritten to V2, a new audit will be required.&#x20;


---

# 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://revtec.gitbook.io/revtec-docs/design/roadmap.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.
