Joined March 2026
6 Photos and videos
Pinned Tweet
$LUMA Is Live on @EasyA_Kickstart ca: GMtBBTTiXnTBtm1GsLq8JvKQhGGhnfMdLing1BKrYsQK On-chain oracle platform for Solana. Push any API data on-chain, schedule updates, and store it in your own PDA feeds. Try it now: lumaoracle.com/
16
1
23
1,687
LUMA SDK is live - push any API on-chain - schedule any HTTP/JSON endpoint - write it to a Solana PDA - read it anywhere (SDK just dropped) no IDL. no manual decoding. Open source: github.com/oracleLUMA/Oracle…
12
16
606
LUMA the roadmap. We're building around three core mechanics: PHASE 1 Burn-per-write Every on-chain write burns $LUMA. More feeds. Higher frequency. More burn. Frequency unlocks by hold tier: - 0 $LUMA → 60s minimum - 0.01% supply (10K) → 10s minimum - 0.1% supply (100K) → 1s minimum PHASE 2 Hold = reputation Hold 0.01% $LUMA → Verified badge on-chain. DeFi protocols filter verified feeds only. Bad data or downtime? Verified status revoked instantly. High uptime? Protocol rewards your wallet. No lockup. Your tokens stay yours. PHASE 3 Priority lane & SLA Holders skip the queue. Always. - 0.01% (10K) → priority execution - 0.05% (50K) → guaranteed ±5% schedule deviation - 0.1% (100K) → Flash feed unlocked (instant write on demand) SLA breach → auto-refund. No questions asked. The more feeds run, the more $LUMA burns. The more you hold, the better your feed performs. This is how oracles should work.
6
14
582
1/ Most teams building on Solana hit the same wall. They need off-chain data on-chain, and end up spending weeks building custom oracle infrastructure just to get started. We built LUMA to fix that.
3
8
482
8/ We're live on Solana mainnet. Program: LUMApBfHYJyS8cykrVKxCZgkTeHkS8t1TDiHwynT96C Dashboard: lumaoracle.com Docs: lumaoracle.com/docs

1
5
318
9/ If you're building on Solana and need external data give LUMA a try. And if you have questions about integrations, use cases, or what's coming next, we're right here. Follow @LUMAoracle for updates.
5
280
We’ve applied to the Hackathon. LUMA is now part of the build. We’re launching an on-chain oracle platform on Solana that lets anyone push API data directly into PDA accounts with scheduled writes. We’ll be shipping in public every day: – building – testing – deploying – refining the product The goal is simple: make external data natively available on-chain without custom infrastructure.
6️⃣ days to go until we host north america’s most important hackathon ever. see how our developers are gearing up for the competition of a lifetime 👇
1
5
737
Before anything is written on-chain, you can test your API request inside LUMA. Run the request and get a live JSON response. Then select only the fields you want to store. Each selected key becomes a stored path. Only selected data is written to the feed.
3
336
Data updates in LUMA happen through the write_data instruction. The scheduler fetches the API and submits a transaction that writes the new data into the feed account. Three accounts are involved: feed — target PDA admin — signs the transaction payer — pays transaction fees
2
208
We’re ready to share a first look at LUMA. This is the oracle creation flow where everything starts. You define your API endpoint, configure request parameters, add headers, and see exactly what will be sent through a live preview. Just a clear, controllable pipeline.
2
179
Each LUMA feed is a Solana PDA account. Seeds: "feed" creator wallet feed name The account stores: creator feed name latest written data (raw JSON bytes) bump seed Anyone can derive the PDA and read the stored data without permission.
2
159
Each LUMA oracle runs on a scheduler. Two modes are supported: Loop — run every N seconds continuously Daily — run once per day at a specific UTC time Every execution fetches the API and writes the selected data to the feed PDA on Solana.
2
144