⚡️ Introducing Labol Tech
A decentralized AI compute network on Solana.
The idea is simple:
→ Have an OpenAI / Anthropic / OpenRouter API key sitting idle?
Share it. Earn $LABOL for every request you fulfill.
→ Need AI inference?
Burn $LABOL. Get compute.
No API key. No subscription. No account.
This is not another "AI agent" memecoin.
The coordinator server is being built right now, in public, on GitHub.
Code first. Token launch after the relay works end-to-end.
——————————————
🔨 Building in public
💻 github.com/laboltech
🌐 laboltech.xyz
🐦 x.com/laboltech
$LABOL · Solana · pump.fun (coming soon)
A decentralized AI compute network on Solana.
The idea is simple:
→ Have an OpenAI / Anthropic / OpenRouter API key sitting idle?
Share it. Earn $LABOL for every request you fulfill.
→ Need AI inference?
Burn $LABOL. Get compute.
No API key. No subscription. No account.
This is not another "AI agent" memecoin.
The coordinator server is being built right now, in public, on GitHub.
Code first. Token launch after the relay works end-to-end.
——————————————
🔨 Building in public
💻 github.com/laboltech
🌐 laboltech.xyz
🐦 x.com/laboltech
$LABOL · Solana · pump.fun (coming soon)
GitHub
laboltech - Overview
Decentralized AI compute network on Solana. Mine with your API key. Burn $LABOL → get AI inference. Open source. Fair launch. - laboltech
Labol Tech pinned «⚡️ Introducing Labol Tech A decentralized AI compute network on Solana. The idea is simple: → Have an OpenAI / Anthropic / OpenRouter API key sitting idle? Share it. Earn $LABOL for every request you fulfill. → Need AI inference? Burn $LABOL. Get…»
⚡️ What's already live:
✅ Coordinator server — running on Railway
✅ Relay WebSocket — miners can connect now
✅ Burn detection — Helius webhook active
✅ Compute marketplace — OpenAI-compatible API
✅ API key system — generate lk_xxx keys
✅ Dashboard — laboltech.xyz/dashboard.html
✅ GitHub — open source, MIT license
This is not a promise. All of this is running right now.
Check yourself:
curl https://labol-production.up.railway.app/health
✅ Coordinator server — running on Railway
✅ Relay WebSocket — miners can connect now
✅ Burn detection — Helius webhook active
✅ Compute marketplace — OpenAI-compatible API
✅ API key system — generate lk_xxx keys
✅ Dashboard — laboltech.xyz/dashboard.html
✅ GitHub — open source, MIT license
This is not a promise. All of this is running right now.
Check yourself:
curl https://labol-production.up.railway.app/health
⚡️ How to be a relay miner:
1. Get a Solana wallet (Phantom)
2. Get any AI API key (OpenAI, Anthropic, OpenRouter — even free tier works)
3. Install relay client:
npm install -g labol-relay
4. Start mining:
labol-relay start \
--wallet YOUR_WALLET \
--ai-key sk-YOUR_KEY \
--model gpt-4o-mini
5. Earn $LABOL for every request you serve.
Your API key never leaves your machine.
No trust required.
1. Get a Solana wallet (Phantom)
2. Get any AI API key (OpenAI, Anthropic, OpenRouter — even free tier works)
3. Install relay client:
npm install -g labol-relay
4. Start mining:
labol-relay start \
--wallet YOUR_WALLET \
--ai-key sk-YOUR_KEY \
--model gpt-4o-mini
5. Earn $LABOL for every request you serve.
Your API key never leaves your machine.
No trust required.
⚡️ Burn mechanics explained:
1 $LABOL = 1,000 output tokens of AI inference
Step 1: Buy $LABOL on pump.fun
Step 2: Send to burn address on Solana
Step 3: Helius webhook detects transaction
Step 4: Compute credits auto-credited to your wallet
Step 5: Call the API with your lk_xxx key
No waiting. No manual steps. Fully automated.
The burn address is permanent — tokens are gone forever.
That's what makes $LABOL deflationary.
1 $LABOL = 1,000 output tokens of AI inference
Step 1: Buy $LABOL on pump.fun
Step 2: Send to burn address on Solana
Step 3: Helius webhook detects transaction
Step 4: Compute credits auto-credited to your wallet
Step 5: Call the API with your lk_xxx key
No waiting. No manual steps. Fully automated.
The burn address is permanent — tokens are gone forever.
That's what makes $LABOL deflationary.
⚡️ We need beta relay miners.
Before token launch, we want the relay network to have active miners connected.
Requirements:
→ Solana wallet
→ Any AI API key (free tier is fine)
→ Machine online most of the time
Benefits:
→ First miners on the network
→ Rewards from day one of launch
→ Highest quality score = more requests routed to you
Reply here or DM if interested.
Before token launch, we want the relay network to have active miners connected.
Requirements:
→ Solana wallet
→ Any AI API key (free tier is fine)
→ Machine online most of the time
Benefits:
→ First miners on the network
→ Rewards from day one of launch
→ Highest quality score = more requests routed to you
Reply here or DM if interested.
❤1
⚡️ $LABOL Tokenomics
Chain: Solana
Launch: pump.fun (fair launch)
Team allocation: 0%
VC allocation: 0%
Presale: None
Burn rate: 1 $LABOL = 1,000 output tokens
Miner reward: per mining challenge + relay requests
Relay bonus: 2x weight per fulfilled request
Every AI request burns tokens.
More usage = more burns = less supply.
Token value backed by real compute demand.
Chain: Solana
Launch: pump.fun (fair launch)
Team allocation: 0%
VC allocation: 0%
Presale: None
Burn rate: 1 $LABOL = 1,000 output tokens
Miner reward: per mining challenge + relay requests
Relay bonus: 2x weight per fulfilled request
Every AI request burns tokens.
More usage = more burns = less supply.
Token value backed by real compute demand.
❤1
⚡️ Full build summary
Everything we built before launching the token:
✅ Protocol design & tokenomics
✅ Coordinator server (Node.js/Express → Railway)
✅ Solana wallet signature auth
✅ Mining challenge system
✅ Relay WebSocket (peer-to-peer inference routing)
✅ Burn detection (Helius webhook → Supabase)
✅ Compute marketplace (OpenAI-compatible)
✅ API key generation system
✅ Dashboard (laboltech.xyz/dashboard.html)
✅ Open source (github.com/laboltech/labol)
This is what building in public looks like.
Everything we built before launching the token:
✅ Protocol design & tokenomics
✅ Coordinator server (Node.js/Express → Railway)
✅ Solana wallet signature auth
✅ Mining challenge system
✅ Relay WebSocket (peer-to-peer inference routing)
✅ Burn detection (Helius webhook → Supabase)
✅ Compute marketplace (OpenAI-compatible)
✅ API key generation system
✅ Dashboard (laboltech.xyz/dashboard.html)
✅ Open source (github.com/laboltech/labol)
This is what building in public looks like.
❤1
🎁 10 Beta Relay Miner Slots Free
We're giving away 10 day-one miner slots on the Labol compute network.
What you get:
→ Earn $LABOL from the first minute of launch
→ Highest quality score on network
→ 2x reward weight per request served
→ Most requests routed to you first
How to enter:
→ Drop your Solana wallet address in the comments
→ Follow @laboltech on X
10 wallets = confirmed slot.
Open until $LABOL launches on pump.fun.
Winners will be DM'd after launch with onboarding instructions.
No purchase needed. Just drop your wallet. ⚡️
We're giving away 10 day-one miner slots on the Labol compute network.
What you get:
→ Earn $LABOL from the first minute of launch
→ Highest quality score on network
→ 2x reward weight per request served
→ Most requests routed to you first
How to enter:
→ Drop your Solana wallet address in the comments
→ Follow @laboltech on X
10 wallets = confirmed slot.
Open until $LABOL launches on pump.fun.
Winners will be DM'd after launch with onboarding instructions.
No purchase needed. Just drop your wallet. ⚡️
⚡️ Docs are live.
laboltech.xyz/docs.html
Everything you need:
→ Quick start — miner & user
→ Relay setup guide (all providers supported)
→ Burn mechanics — how credits work
→ Compute API reference (OpenAI-compatible)
→ API key management
→ Full endpoint table
→ Tokenomics & contracts
Bookmark it. $LABOL launching soon.
laboltech.xyz/docs.html
Everything you need:
→ Quick start — miner & user
→ Relay setup guide (all providers supported)
→ Burn mechanics — how credits work
→ Compute API reference (OpenAI-compatible)
→ API key management
→ Full endpoint table
→ Tokenomics & contracts
Bookmark it. $LABOL launching soon.
⚡️ $LABOL launching on pump.fun 4 Hours Again
What to do when CA drops:
1. Buy $LABOL on pump.fun
2. Go to laboltech.xyz/dashboard.html
3. Enter your wallet
4. Create an API key
5. Send $LABOL to burn address
6. Get compute credits
7. Call the API
Or skip all that and just mine:
npm install -g labol-relay
Updates here and at x.com/laboltech
What to do when CA drops:
1. Buy $LABOL on pump.fun
2. Go to laboltech.xyz/dashboard.html
3. Enter your wallet
4. Create an API key
5. Send $LABOL to burn address
6. Get compute credits
7. Call the API
Or skip all that and just mine:
npm install -g labol-relay
Updates here and at x.com/laboltech
X (formerly Twitter)
Labol Tech (@LabolTech) on X
⚡ Solana compute network. Mine with your API key → earn $LABOL. Burn $LABOL → get AI inference. Open source. Fair launch. 0% team.
⚡️ $LABOL IS LIVE
CA: 9mPsq8cxy3pTVM6nFa48YhX3nEiv96khYzpewPkfpump
📋 Copy address above
🔗 Buy: pump.fun/coin/9mPsq8cxy3pTVM6nFa48YhX3nEiv96khYzpewPkfpump
🔥 Burn & get compute: laboltech.xyz
📊 Dashboard: laboltech.xyz/dashboard.html
💻 Mine: github.com/laboltech/labol
📖 Docs: laboltech.xyz/docs.html
Fair launch. 0% team. 0% VC.
Working product. Open source. ⚡️
CA: 9mPsq8cxy3pTVM6nFa48YhX3nEiv96khYzpewPkfpump
📋 Copy address above
🔗 Buy: pump.fun/coin/9mPsq8cxy3pTVM6nFa48YhX3nEiv96khYzpewPkfpump
🔥 Burn & get compute: laboltech.xyz
📊 Dashboard: laboltech.xyz/dashboard.html
💻 Mine: github.com/laboltech/labol
📖 Docs: laboltech.xyz/docs.html
Fair launch. 0% team. 0% VC.
Working product. Open source. ⚡️
GitHub
GitHub - laboltech/labol
Contribute to laboltech/labol development by creating an account on GitHub.
