Raphael Nembhard pfp

Raphael Nembhard

@villagefarmer

39 Following
13 Followers


Mike pfp
Mike
@mrmike1
https://x.com/decentralizephl/status/1876756206913556570
0 reply
2 recasts
2 reactions

Mike pfp
Mike
@mrmike1
This year I built Run Money (https://runmoney.app). Run Money went live the first week of November and since then it's been a consistent source of alpha for it's active athlete members. You can watch a video of me presenting Run Money at a local pitch event. https://www.youtube.com/watch?v=ke-yQ-wGDZY I applied Run Money (and my other project, Super DCA) to the @base builder grants program. In 2025, I hope to hear back about those applications! Even if it's to say my applications were rejected. I'm still holding my breathe and keeping my 🀞. @jessepollak @statuette CA: 0xD0f1EFE32bAD944a029895513eFDA176F1Ff17a0
0 reply
6 recasts
18 reactions

Vitalik Buterin pfp
Vitalik Buterin
@vitalik.eth
The contract here is a sublinear staking contract: if you are in the whitelist (specified as an ERC1155 collection), then you can stake N coins, and get a return of N ** 0.75 coins per slot, for as long as the contract has coins to pay for it. There is a fundedUntil mechanism that ensures that if the contract runs out of money, every staker gets rewarded for every slot up to the fundedUntil timestamp, and the mechanism doesn't turn into a fractional reserve. https://github.com/ethereum/research/blob/master/sublinear_staking/code.vy Bounty of total 2 ETH for identifying any bugs / vulnerabilities in the contract and proposing specific fixes, if multiple issues are found the bounty will be split based on severity. Amount: 2 ETH @bountybot
24 replies
143 recasts
652 reactions

Mike pfp
Mike
@mrmike1
This week I built @base mainnet TVL with my application Run Money: https://runmoney.vercel.app 0.05 ETH from the sale of 2 memberships to the club 210 USDC deposited by the 2 member athletes. This ETH and USDC goes right into Aave to earn yield. The first mainnet epoch ends this Sunday. APY on Aave for USDC on Base has been > 7% in the last month, ETH seeing about 1.5% APY. Athletes should get a good reward from this. With the sale of 2 ETH memberships, the Run Money system is up and running and will now offer athletes the ultimate deal: You will ALWAYS earn a higher yield than you would on Aave if you run, walk, hike or bike 5K per week. Some structural and perpetual alpha for athletes.
0 reply
1 recast
4 reactions

Raphael Nembhard pfp
Raphael Nembhard
@villagefarmer
Can you make an exception for a base builder?
0 reply
0 recast
0 reaction

Raphael Nembhard pfp
Raphael Nembhard
@villagefarmer
😒 can you make an exception for me?
0 reply
0 recast
0 reaction

Raphael Nembhard pfp
Raphael Nembhard
@villagefarmer
Thanks for the shout out. I had fun learning and implementing langchains grading evaluator
0 reply
0 recast
0 reaction

Mike pfp
Mike
@mrmike1
Check out these slides I made on "Evaluating LLM Applications" originally presented at Microsoft's Reston offices: https://docs.google.com/presentation/d/1fG5Um2SHap-uml6cD8hQOGNYBiGCtZwvgOGlZR4_lFw/edit Langsmith can be overkill in some instances you can do something simple like: ``` evaluator = load_evaluator("labeled_score_string", llm=ChatOpenAI(model="gpt-4")) ``` and use the `evaluator` to run evals and get outputs: ``` # Generate response response = ai_interaction.process_query(user_query) eval_result = evaluator.evaluate_strings( prediction = response, reference = reference_response, input = user_query, ) ``` Then you have the information you need in `eval_result`. Introduce what you need in the form of prompt templates or whatever, then you can do things like parameter sweeps.
1 reply
1 recast
1 reaction

Mike pfp
Mike
@mrmike1
Thanks everyone for liking and recasting my post in /base-builds! 0.0059 ETH earned from posting. πŸ‘ @ctrlvy @statuette @scheinberg @seneca @villagefarmer @mmu @stonekiller
0 reply
1 recast
3 reactions

Mike pfp
Mike
@mrmike1
This week, I deployed the Run Money app on @base Sepolia and got four of my athlete friends to join. TL;DR: If you can complete a 5 KM run, walk, bike, or hike, you can earn a better yield than you'd get by depositing directly into Aave. Join on the testnet today: https://runmoney.vercel.app How it works: -------------- The system runs on a weekly cycle. Purchase a membership for 0.025 baseSepETH to access a members-only on-chain contract where you can stake USDC. ETH from membership sales stays in the Run Money contract, earning yield from Aave. Each week, this ETH yield is distributed to athletes who complete the 5 KM distance tracked through Strava. Your share of the ETH yield depends on how much USDC you’ve staked. USDC yield from Aave is also redistributed weekly (i.e., socialized) among athletes who meet the activity requirements. Run Money is a great social finance app for athletes. Give it a try on Base Sepolia today!
1 reply
1 recast
2 reactions

Mike pfp
Mike
@mrmike1
Philly /gitcoiners, applications are open! Apply by October 16th: https://grants.gitcoin.co/ πŸ‘€ Keep an eye out for the Donor & Grantee Dinner happening again this quarter in Philly Philly Projects Include: - Umbra - Goalz - Super DCA DC me if I missed you on the list πŸ“¬
0 reply
2 recasts
3 reactions

Mike pfp
Mike
@mrmike1
Don't miss Philly's next crypto event: https://www.meetup.com/decentralized-philly/events/303116578/
1 reply
1 recast
1 reaction

Mike pfp
Mike
@mrmike1
PHILADELPHIA Thursday, 10/3 Base Community Meetup RSVP: https://lu.ma/u8n07wgo https://x.com/base/status/1834731376438133037
0 reply
1 recast
1 reaction

Raphael Nembhard pfp
Raphael Nembhard
@villagefarmer
Woohoo! Just got my hands on a sweet little SBT as an Onchain Credential for participating in Onchain Summer Buildathon πŸ₯³βœ¨ Check it out on OpenSea: https://opensea.io/assets/base/0x59ca61566C03a7Fb8e4280d97bFA2e8e691DA3a6/739 @base @devfolio
0 reply
0 recast
1 reaction

Mike pfp
Mike
@mrmike1
This week I built an AI Agent integrated with @coinbase MPC wallet's API. It has fund wallet, transfer funds, and trade asset capabilities. I demo an Agent enforcing a withdraw limit on a wallet in the image below. Check out my code here: https://github.com/mikeghen/coinbase-mpc-toolkit
1 reply
1 recast
2 reactions

Raphael Nembhard pfp
Raphael Nembhard
@villagefarmer
Woohoo! Just got my hands on a sweet little SBT as an Onchain Credential for participating in Onchain Summer Buildathon πŸ₯³βœ¨ Check it out on OpenSea: https://opensea.io/assets/base/0x59ca61566C03a7Fb8e4280d97bFA2e8e691DA3a6/408 @base @devfolio
0 reply
0 recast
1 reaction

ben pfp
ben
@scheinberg
I bet on USA ending the Olympics with the most gold medals πŸ‡ΊπŸ‡Έ
0 reply
1 recast
1 reaction

Mike pfp
Mike
@mrmike1
Local Philly hackers, here's another hackathon happening IRL in NYC, apply today here: https://app.buidlbox.io/messari/testnet-2024 Thanks @buidlbox for organizing this!
1 reply
2 recasts
2 reactions

Mike pfp
Mike
@mrmike1
On the downside, I lost my 9-day streak in /running, both on warpcast and on Strava. On the plus side, https://runmoney.app won @base /buildathon's Unplugged Category by @nouns-dao AND Strava has approved Run Money for API access πŸ‘Ÿ πŸš€
0 reply
1 recast
1 reaction

Raphael Nembhard pfp
Raphael Nembhard
@villagefarmer
Let’s bet 0x4458331c671ba8c8ABc123DDC598AaE07d07eB8f
1 reply
0 recast
1 reaction