🚧 Public Beta: This site is in public testing. Features may change. Please use at your own risk!

Gainvest Docs

💬 Earn GNV 💰 Buy GNV 📊 Public Ledger ℹ️ About Gainvest 📚 Docs 🔗 Launch Wallet

Overview

Welcome to the Gainvest Documentation. Here you’ll find all the resources you need to participate in the Gainvest ecosystem as a user, miner, or developer.

Whitepaper

Read the Gainvest whitepaper to understand our vision, protocol design, and Proof of Thought mechanism.

📄 Gainvest Whitepaper

GitHub Repository

Our full codebase is open-source and available on GitHub:

💻 Gainvest on GitHub

API Reference

Gainvest exposes a simple, developer-friendly REST API for all core functions:

Example API call:

curl -X POST https://mainnet.gainvest.ai/mine \
  -H "Content-Type: application/json" \
  -d '{"wallet": "gnv1xyz...", "prompt": "Hello Gainvest!"}'
    

How to Participate

For Frontend Users

Anyone can visit gainvest.ai and start interacting with our AI chat interface to mine GNV tokens. Simply connect your Keplr wallet and submit your first prompt!

For Miners

Miners earn GNV tokens by submitting prompts that result in meaningful AI outputs. Each prompt/output interaction is recorded as a block on-chain and rewards are distributed instantly.

For Developers

Developers can:

For integration assistance, contact us at nashid@gainvest.ai.

Useful Links