# Solana

#### Vesting — Token Locker

The vesting contract is related to the vesting tool, which guarantees a lock and partial release mechanism for a creator's tokens.

**Address:** [`vesFcnNXtfS9JMtspbe9SkMJiRiSPwsywuWMjYwxQ2K`](https://solscan.io/account/vesFcnNXtfS9JMtspbe9SkMJiRiSPwsywuWMjYwxQ2K)\
**Tool**: [`https://tools.smithii.io/token-vesting/solana`](https://tools.smithii.io/token-vesting/solana)

***

#### Staking&#x20;

The staking contract is made to deploy the custom staking websites that project creators make with their own tokens. You can match two tokens of any species by using a liquidity reward pool and a locking mechanism. All this is developed in our sub-domain <http://stake.smithii.io>.

**Address:** [`stsJYTwxUiCYVRTf2TA6RhDXFEKYQ1BSVf2BdNhstxC`](https://solscan.io/account/stsJYTwxUiCYVRTf2TA6RhDXFEKYQ1BSVf2BdNhstxC)

**Tool**: [`http://stake.smithii.io`](http://stake.smithii.io)

***

#### Launchpad

The launchpad contract allows creators to execute a pre-sale. It allows to sell the token at a price set by the creator.

**Address:** [`mntsCeVAzanrbTT3gZZzkeJMNJjeXAnPqy5AQhBUkVU`](https://solscan.io/account/mntsCeVAzanrbTT3gZZzkeJMNJjeXAnPqy5AQhBUkVU)

**Tool:** [**`https://tools.smithii.io/launch-token/solana`**](https://tools.smithii.io/launch-token/solana)

***

#### Claim Site&#x20;

The claim site contract allows users to deposit a certain amount of tokens and allow users within a whitelist to make the claim after a certain period of time.

**Address:** [`cstbTEw66k61Wc5y1e3kRRCEvkT3KpsLQ7SJNfomgPK`](https://solscan.io/account/cstbTEw66k61Wc5y1e3kRRCEvkT3KpsLQ7SJNfomgPK)\
**Tool**: [`https://tools.smithii.io/claim-site/solana`](https://tools.smithii.io/claim-site/solana)


---

# 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.smithii.io/products/smart-contracts/solana.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.
