# Solana SDK

The Solana lib SDK is a powerful toolkit designed to provide developers with seamless access to the Solana blockchain. This SDK simplifies the process of building and deploying decentralized applications on the Solana network, allowing developers to interact with the blockchain using a collection of pre-built functions and features.

&#x20;

With Solana lib, developers gain the ability to generate new accounts, retrieve existing accounts from private keys, send and receive SOL, create new tokens, transfer tokens, and mint NFTs. By incorporating these functionalities, developers can seamlessly integrate Solana into their projects, resulting in the creation of fast, secure, and scalable decentralized applications.


---

# 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.volary.io/sdks-guide/blockchain-sdks/solana-sdk.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.
