> For the complete documentation index, see [llms.txt](https://raceonlife.gitbook.io/raceonlife/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://raceonlife.gitbook.io/raceonlife/our-vision/solana-integration.md).

# Solana integration

Solana will be integrated into game in the following ways:

1. Unique game mechanics based on the Solana blockchain: Development of game mechanics using smart contracts and the capabilities of the Solana blockchain. In particular, the creation of unique events available only through smart contracts.
2. NFTs for in-game assets: Unique, non-fake digital assets in a game, such as cars, motorcycles or yachts, that can be bought, sold, rented, and traded between players.
3. Automatic completion of missions: The smart contract will automatically monitor the fulfillment of certain conditions in the game and reward players for completing missions. For example, if the mission is to deliver a specific item to a specific location, the smart contract can automatically reward the player when the item is delivered.
4. Direct community participation in the development of the game: Creation of a blockchain-based voting mechanism that will allow players to participate in decisions about the future development of the game. This will include choosing new features, content for game updates, and even the direction of the story.
5. DeFi Gaming Economy: Leveraging the power of DeFi on the Solana blockchain to create a complex gaming economy. This includes mechanisms for leveraged funds, liquidity and staking, which can further encourage player participation in the game's economy.
6. Integration with the physical world: The ability to link game achievements or assets with physical goods or services through smart contracts on the Solana blockchain. For example, players can receive discounts or bonuses in real life for completing certain tasks or achievements in the game.
7. Authentication and Security: Using the Solana blockchain to improve the security and authentication of users in the game. This would include using digital signatures to verify players' identities or storing encrypted user account data on the blockchain.
8. Support for gaming tournaments and multiplayer bets: Using blockchain to organize and conduct online tournaments with the possibility of betting on victory. This will allow players to compete for real prizes and provide incentives to participate in the game.
9. P2E as it should be: An important element of our game tokenomics is the P2E mode and the in-game currency “$ONI”. This allows players to participate in exciting tournament events from sponsors without investing any money and enjoy the gameplay.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://raceonlife.gitbook.io/raceonlife/our-vision/solana-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
