cairoeth Profile Banner
cairo Profile
cairo

@cairoeth

Followers
2K
Following
2K
Media
33
Statuses
221

@DivineResearch

πŸ‡πŸ•³
Joined February 2022
Don't wanna be here? Send us removal request.
@_charlienoyes
Charlie
23 days
After years of collaborating with @cairoeth and @0xfuturistic we are super excited to partner officially on @DivineResearch Credit is fundamental to the global economy and true innovations are rare!
@DivineResearch
Divine
25 days
Announcing Credit β€” an automated, undercollateralized lending system built on stablecoins. Live since December 2024, it has issued 175,000+ loans to 100,000+ unique borrowers worldwide We raised $6.6M led by Paradigm, with Nascent and strategic angels, to scale and expand Credit
10
4
102
@0xfuturistic
Diego Estevez
24 days
Last year in May, I noticed that gradual exchange protocols share a key property with credit markets: both parties incrementally increase exposure based on observed behavior. Undercollateralized lending could work the same way. Instead of chasing defaulters, you make strategic
@DivineResearch
Divine
25 days
Announcing Credit β€” an automated, undercollateralized lending system built on stablecoins. Live since December 2024, it has issued 175,000+ loans to 100,000+ unique borrowers worldwide We raised $6.6M led by Paradigm, with Nascent and strategic angels, to scale and expand Credit
9
2
60
@lay2000lbs
Leighton
25 days
It's been in stealth but @DivineResearch has quietly built the largest undercollateralized lending platform in all crypto Helping over 100,000 so far people and scaling fast. Anyone can LP here: https://t.co/1mbwFvwcYJ Congrats to @cairoeth & @0xfuturistic
Tweet card summary image
credit.cash
Deposit and withdraw your USDC on Credit
@DivineResearch
Divine
25 days
Announcing Credit β€” an automated, undercollateralized lending system built on stablecoins. Live since December 2024, it has issued 175,000+ loans to 100,000+ unique borrowers worldwide We raised $6.6M led by Paradigm, with Nascent and strategic angels, to scale and expand Credit
5
6
45
@cairoeth
cairo
25 days
If you are interested in pushing the frontier of undercollateralized lending, take a look at our open positions https://t.co/KKDLOzpBuQ
Tweet card summary image
jobs.ashbyhq.com
Divine Jobs
2
0
6
@cairoeth
cairo
25 days
Liquidity providers can now deposit at https://t.co/d5R0FVz0wf, with a temporary cap of $2M We're scaling Credit globally to meet overwhelming demand in the regions that need us most
Tweet card summary image
credit.cash
Deposit and withdraw your USDC on Credit
1
0
3
@cairoeth
cairo
25 days
Since launching less than a year ago, we've watched 100,000+ people use Credit for real needs: groceries, medicine, utility bills, and transportation Users choose Credit over pawn shops and informal lenders thanks to favorable terms, growing credit limits, reliability and speed
1
0
5
@cairoeth
cairo
25 days
Instead of expensive verification, we use progressive trust-building: loans start small and can grow to $1,000 with on-time repayments Borrowers access capital in seconds and convert directly to local currencies for everyday expenses https://t.co/sDPF6o0lrl
Tweet card summary image
world.org
Borrow dollars instantly - no collateral needed. Build your credit history with every repayment and unlock better rates and higher limits. No paperwork. No waiting. Just simple, fast lending.
1
0
6
@cairoeth
cairo
25 days
Credit started from a simple observation: creditworthy people who need capital most are systematically excluded from getting it We built it to prove they deserve trust through their actions, not paperwork: undercollateralized lending at scale
@DivineResearch
Divine
25 days
Announcing Credit β€” an automated, undercollateralized lending system built on stablecoins. Live since December 2024, it has issued 175,000+ loans to 100,000+ unique borrowers worldwide We raised $6.6M led by Paradigm, with Nascent and strategic angels, to scale and expand Credit
6
2
29
@cairoeth
cairo
6 months
Vyper's experimental codegen (venom) performs much better at SP1 proving than Solidity with EOF! Shows how much it can be extracted/improved at the compiler level without massive changes to the EVM
@big_tech_sux
sudo init vyper
6 months
some preliminary numbers courtesy @cairoeth -- venom pipeline (non-EOF) proves 32% more efficiently on sp1 and runs 30% faster than even solidity+EOF
1
9
44
@cairoeth
cairo
11 months
We believe SOLO can transform solo validation by dramatically reducing entry costs and unlocking stake liquidity, while enabling validators to maintain control of their nodes with built-in safeguards against stake concentration πŸ”‹
0
0
8
@cairoeth
cairo
11 months
Attackers cannot circumvent it by splitting or consolidating validators, as the economic disincentives apply proportionally to their stake. Notably, this mechanism works without relying on identity-based Sybil resistance.
1
0
5
@cairoeth
cairo
11 months
For large validators, more stake decreases borrowing power across their entire position, making growth more expensive than for smaller validators. The red line shows borrowing capacity for small stakers, while blue shows the change for a validator controlling half of SOLO's ETH.
1
0
2
@cairoeth
cairo
11 months
To counter a potential decrease in the cost of a 51% attack, the protocol implements dynamic adjustments: As more ETH gets staked through SOLO relative to Ethereum's total stake, validators face decreasing returns from their collateral. https://t.co/PIozRSVi0O
Tweet card summary image
ethresear.ch
By Cairo & Diego Many thanks to Vitalik Buterin, Alexander Herrmann, Philogy, William X, Thomas Thiery, and Julian Ma for feedback and discussions. Solo validators are vital to Ethereum’s security,...
1
0
3
@cairoeth
cairo
11 months
Super excited about SOLO πŸͺ„ It lowers entry cost for validators by 26x, while deterring anyone from dominating Ethereum staking through the protocol. It also combines stablecoin mechanics and leverages Pectra's EIP-7002 & EIP-7251 πŸ†• (link below)
@0xfuturistic
Diego Estevez
11 months
Introducing SOLO: a protocol that lets anyone run an Ethereum validator with just 1.25 ETH instead of 32 ETH. It enables an LST backed by the portion of a validator's stake unlikely to be lost, without relying on governance or trusted hardware. Here's how it works πŸ‘‡
3
0
33
@0xfuturistic
Diego Estevez
11 months
Introducing SOLO: a protocol that lets anyone run an Ethereum validator with just 1.25 ETH instead of 32 ETH. It enables an LST backed by the portion of a validator's stake unlikely to be lost, without relying on governance or trusted hardware. Here's how it works πŸ‘‡
29
49
466
@cairoeth
cairo
1 year
The benchmark implementation leveraged Revm's and Foundry's support of EOF, alongside SP1 for proof generation and verification. Repository with contracts and methodology can be found here πŸ‘‡ https://t.co/qNCgIkN8lj
Tweet card summary image
github.com
EOF (EVM Object Format) performance benchmarks for the EVM & SP1 🏎️ - cairoeth/sp1-eof
2
4
32
@cairoeth
cairo
1 year
These performance benefits arise from EOF's elimination of dynamic jump overhead and removal of stack depth limitations, resulting in dramatic reductions in opcode usage (particularly BEQ, OR, BLTU, and SRL operations in the SP1 zkVM). The optimizations ultimately deliver
1
0
18
@cairoeth
cairo
1 year
What are the performance benefits of EOF (EVM Object Format)? At the @SuccinctLabs residency, my benchmarks reveal ZK proving EOF is ~3x more efficient and runs 2.69x faster than the current EVM version β›½ (link below)
9
31
190