# Onboarding Guide

## General Timeline

* Week 1:
  * Vault design and mandate agreed
  * Smart contracts deployed
  * RockSolid front-end and app live
* Week 2:
  * Partner integration underway or complete
* Weeks 3-4:
  * Predeposits received from partners, LPs, and/or whales and deployed into DeFi
  * Public launch, marketing and GTM campaign finalized

## Key Steps Required for Launch

### 1. Decide integration locations (any combo of the below):

* RockSolid website and app
* Your website and app
* Custom integration (e.g. into a wallet or exchange)

The deployment of the smart contracts and integration to the RockSolid website and app can occur within a day.

Integration with your website/app or a custom integration may take longer. RockSolid devs can handle as much or as little of the integration work you prefer.

### 2. Vault design

Decisions must be made upon each of these dimensions with your team before deploying. RockSolid is able to suggest default values for each of these decisions:

* Token symbol and name
* Vault name and description
* Vault logo
* Do you want the vault to be public or private?
* Deposit asset (e.g. ETH, USDC, etc.) and on what network?
* Fee structure (management and performance fee)
* Strategy mandate (strategies, APR target, leverage, diversification requirements, etc)

### 3. Go-to-Market

* Secure pre-deposits from LPs / whales
* Prepare launch comms and marketing assets
* Secure podcasts / interviews / etc to coincide with launch


---

# 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.rocksolid.network/integration/onboarding-guide.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.
