Documentation

Complete guide to creating and launching reward tokens on Solana using Oasis Launchpad. Learn how to build your community and earn revenue share from every trade.

Getting Started

Oasis Launchpad is a revolutionary platform that allows you to create and launch reward tokens on the Solana blockchain without any coding knowledge. Our platform handles all the technical complexity while you focus on building your community.

Key Features:
  • No coding required
  • Instant token deployment
  • Built-in revenue sharing
  • Community management tools
  • Solana blockchain integration

Prerequisites

Before you start, make sure you have:

  • A Solana wallet (Phantom or Solflare recommended)
  • Some SOL for transaction fees
  • Your token logo and metadata ready
  • Social media accounts for your project

Token Creation Process

Creating your token is simple and straightforward. Follow these steps:

Connect Your Wallet

Connect your Solana wallet to the platform. We support Phantom, Solflare, and other popular wallets.

Fill Token Details

Provide your token name, symbol, description, and upload your logo. Make sure all information is accurate.

Set Revenue Parameters

Configure your revenue sharing model. Choose how much percentage goes to token holders and community rewards.

Deploy & Launch

Review all details and deploy your token to the Solana blockchain. Your token will be live instantly!

// Example token configuration { "name": "My Reward Token", "symbol": "MRT", "decimals": 9, "supply": 1000000000, "revenueShare": { "creator": 5, "community": 5 } }

Revenue Sharing Model

Our innovative revenue sharing model ensures that both token creators and community members benefit from every transaction. Here's how it works:

Creator Revenue (5%)

As the token creator, you earn 5% from every trade of your token. This provides sustainable income for project development.

Community Rewards (5%)

5% of trading fees are distributed to token holders, incentivizing long-term holding and community growth.

Automatic Distribution

All revenue sharing is handled automatically by smart contracts. No manual intervention required.

Real-time Tracking

Monitor your earnings and community rewards in real-time through our comprehensive dashboard.

API Reference

Integrate Oasis Launchpad functionality into your applications using our REST API.

Authentication

All API requests require authentication using your API key:

curl -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ https://api.oasislaunchpad.com/v1/tokens

Create Token

POST /v1/tokens { "name": "Token Name", "symbol": "SYMBOL", "description": "Token description", "logoUrl": "https://example.com/logo.png", "website": "https://example.com", "twitter": "https://twitter.com/example" }

Get Token Info

GET /v1/tokens/{tokenAddress} Response: { "address": "TokenAddressHere", "name": "Token Name", "symbol": "SYMBOL", "totalSupply": "1000000000", "holders": 1250, "volume24h": "50000.00" }

Smart Contracts

Our platform uses audited smart contracts deployed on Solana. All contracts are open-source and have been thoroughly tested for security and efficiency.

Contract Addresses:
Token Factory: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA
Revenue Distributor: RevenuekegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA
Community Pool: CommunityegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA

Security Features

  • Multi-signature wallet protection
  • Time-locked upgrades
  • Emergency pause functionality
  • Automated security monitoring

Frequently Asked Questions

What is the cost to create a token?

Token creation costs approximately 0.1 SOL for transaction fees. There are no additional platform fees.

How long does it take to deploy a token?

Token deployment is instant once you confirm the transaction. Your token will be live on Solana immediately.

Can I modify my token after deployment?

Basic metadata like description and social links can be updated. Core parameters like supply and revenue sharing are immutable for security.

How do I receive my revenue share?

Revenue is automatically distributed to your wallet address every 24 hours. No manual claiming required.

Is there a minimum holding requirement for community rewards?

No minimum holding requirement. All token holders receive proportional rewards based on their holdings.

Support & Community

Need help? Our community and support team are here to assist you.

Telegram Support

Get quick answers to your questions in our Telegram support channel.

Join Telegram →

Video Tutorials

Coming Soon - Watch step-by-step video guides.

Available soon