Starr
1.9K posts

Starr
@starrtradez
7f | discord & alpha group https://t.co/ppyj7wrDTH - Next stop 8 figs 🐐
sol space Katılım Haziran 2024
509 Takip Edilen299 Takipçiler

@gr33nsilky In september I had $10,000 in my portfolio|
after nonstop 8 hour days every single day until jan 28
today I have $400
English

TASK 6e0-X-8Vux
provide an api endpoint for pump.fun token stats
Response:
Price + 24h volume
Pulled from PumpPortal.fun
They already aggregate swaps for pump.fun tokens and return USD price + 24h volume
Supply + holders
Pulled on-chain via Solana RPC
Supply: getTokenSupply
Holders: count of SPL token accounts with balance > 0 for that mint
No fake math, no guessing.
PumpPortal request (core part)
const pumpRes = await fetch(
`pumpportal.fun/api/token/${mint}`
).then(r => r.json());
/*
pumpRes includes:
- priceUsd
- volume24hUsd
*/
On-chain Solana calls
const supplyInfo = await connection.getTokenSupply(
new PublicKey(mint)
);
const supply = supplyInfo.value.uiAmount;
// holders
const accounts = await connection.getProgramAccounts(
TOKEN_PROGRAM_ID,
{
filters: [
{ dataSize: 165 },
{
memcmp: {
offset: 0,
bytes: mint
}
}
]
}
);
const holders = accounts.length;
Market cap math (explicit)
This is fully diluted market cap, clearly labeled.
const fdvUsd = pumpRes.priceUsd * supply;
No circulating supply assumptions.
Full example response (real format)
{
"mint": "So11111111111111111111111111111111111111112",
"marketcap": {
"type": "fully_diluted",
"usd": 18452340.12
},
"volume_24h": {
"usd": 912345.67
},
"holders": 48213,
"price_usd": 0.01845,
"supply": 999998721.23,
"source": {
"price_volume": "pumpportal.fun",
"supply_holders": "on-chain (Solana RPC)"
}
}
Why this solves the challenge
Uses mint address as input
Market cap math is explicit and correct
Volume window is clearly 24h
Holder count is on-chain, not estimated
PumpPortal does the heavy lifting for price + volume, which is exactly what it’s good at
If you already have a Solana RPC + fetch, this is ~30 minutes of work end-to-end.
English

Spent ~5 minutes using EmployerAI.dev and wanted to share a quick UX review. Solid concept, but a few things could really improve engagement 👇
1️⃣ Onboarding needs clearer guidance
As a new user, you’re immediately hit with options and no clear “start here.”
A short 2–3 screen intro showing:
• how tasks work
• where rewards show up
• how to earn faster
would reduce confusion and improve first-session retention.
2️⃣ Task discovery could be much better
Tasks are mostly in one long list. It’s hard to quickly find what fits your skills.
Adding filters like:
• task type (writing, research, QA, design)
• reward range
• estimated time
would make task selection faster and increase completion rates.
3️⃣ No clear feedback after submitting tasks
After submission, there’s no obvious status update.
A simple tracker (Submitted → Under Review → Approved/Rejected) with badges or colors would build trust and reduce uncertainty.
Overall, EmployerAI.dev has real potential as a human-in-the-loop task platform. Cleaner onboarding, better task filtering, and visible submission status would go a long way.
English

@Nekoshi69420 @Ga__ke nvm, dev rugged previous UC and it has the same name of trademarker linked - mf just made the new coin silver instead of gold...
2HrayPbiDDYfxBspavFiZqhLgwiNUZ99o4EWKuMbpump
sold all lmao
English

@Nekoshi69420 @Ga__ke fym? gake is a long hold, UC isnt a bad concept lmao
English

@DuckBrownIR @TheRoyalSerf @grok grok doesnt give a fuck anymore holy shit, @grok put a steaming shit on both their heads ffs
English

@Nate_Esparza $NATE coin just getting started lmao
9oTk3qnNxdZcEAGmQXYJu1uBTu536jGCs4oniGs2BAGS
English

@elonmusk @libsoftiktok wait till u hear about $laying
shits boutta MILLIE
DypQFQUYDZuqxJa1wqKotA7MuRWMwW9GnchWW9QSbyb8
Eesti

I HAVE NOT LAUGHED THIS HARD IN A LONG TIME 🤣🤣 I can’t breathe 😂🤣🤣
I triggered the Somali Embassy so bad

Libs of TikTok@libsoftiktok
OH MY GOD The Somali Embassy in Serbia just dmed me telling me to “stop laying about Somalia” They must have learned how to spell in the quality learing center
English

ted cruz just reacted to $laying
7m followers btw
ur early.
x.com/tedcruz/status…
Ted Cruz@tedcruz
👀
English
Starr retweetledi

LOVE DEVS ONCE AGAIN.
$DEVSCAN is live on @pumpfun, native coin for our ecosystem
CA: DEVgebuRAfMgnNyZhdaw5w9DMhG654FcLzAfjFx9HsBg
devscan.wtf/devscan
English

called $learing pre bonding in serenity voice chat sub 50k just touched 400k and even shouted to dca more on dips
if you're not trading with anyone its time to join @SerenityDAO



English

@souljaboy literally live on pump.fun and you not buying 😂
3UPoa2QWAkFTNLGAtoBcnP4jv39aqrG51M4VF2Uvpump
$loldog

English








