Starting the weekend right with the @MonkeDAO Montreal Monkes
Just pizza, cold drinks, and catching up with the crew๐๐ป
Love seeing the local community show up like thisย ๐๐
The $10B TCG market just gained access to onchain credit.
First Edition Charizards are held like treasury assets.
A Pikachu Illustrator sold for over $16M.
These aren't just cards, they never were, but here's the part nobody solved, until now.
Turn your cards into money, without selling them๐
I went through 2,857 @colosseum submissions
Here are 44 that stood out to me:
@clawpumptech - Launches agents that trade, earn fees and fund compute
@payainetwork - Lets merchants accept agent payments
@jurassicfi - Opens fossil investing by tokenizing specimens with real ownership rights
@cleopetrafun - Makes macro theses tradable through prediction backed indices
@gibdotmeme - Turns memecoins into a trading card game with real rewards
@cesto_co - Turns market ideas into one click baskets across RWAs, prediction markets and perps
@jigglypuffking_ - Gives trading card collectors pricing, portfolio tools, data and faster listings
@afkdotfun - Lets users build, test and copy automated Solana trading strategies
@daemonterminal - Gives Solana devs a coding workspace with agents, wallet tools, swaps and onchain records
@sp3nddotshop - Lets people and agents buy Amazon and eBay goods with stablecoins
@hobba_io - Lets users borrow against crypto collateral while the collateral yield helps pay the loan down
@arete_a4 - Gives AI agents focused Solana tools so they stop wasting context on docs and SDKs
@funddotsol - Makes group expenses and USDC settlement on Solana easier to track
@bento_guard - Checks AI agent actions before they touch funds so users can delegate safely
@01resolved - Turns ownership coin activity into treasury, holder, vote and market intelligence
@giogio_app - Helps digital workers get earned income in seconds instead of weeks
@usebido - Helps brands appear as AI agents choose what to buy
@ridemarkets - Lets crowds back trade calls before a treasury executes them
@aigntfun - Launches Solana trading agents that learn from their trades
@nomustores - Helps consumer brands manage supply chain operations after checkout
@winnr_trade - Builds information markets with private order flow, gasless trading and fast resolution
@m_schneider - Requires two device approval so one compromised wallet cannot drain funds
@event_mesh - Lets agents react to real time events instead of polling sources nonstop
@backyard_fi - Helps users earn yield across vaults while keeping capital liquid
@versusonchain - Turns trading into live matches with rankings and rewards
@incdotfun - Helps founders launch AI run businesses funded by their own token volume
@ghostai_fi - Brings private local AI into a wallet for trades, transfers and DeFi
@bladtrade - Combines social trading, tokenized stocks and bets
@yieldbayfi - Helps Solana users find yield, watch risk and manage DeFi in one place
@vderohe - Gives Solana agents shared identity and messaging across registries
@dawnlabs00 - Runs managed Solana yield with Kamino leverage and delta neutral positioning
@looftapay - Lets digital workers send and receive global payments by username, email, or X handle
@basedbidx - Helps teams launch tokens with virtual liquidity, fees and protection
@awesamarth_ - Gives Solana agents wallets, payments, policy controls, privacy and yield tools
@stealf_finance - Builds a privacy focused stablecoin neobank with a full banking feel
@bundiedefi - Lets people bet on how AI agents perform in real DeFi strategies
@joeblau - Makes stablecoin trading feel like a fast real time tap game
@ordrtrade - Gives market makers better protection so traders get tighter onchain prices
@noelkimlcw - Gives teams a clearer view of asset holders
@bananazoneapp - Makes Solana finance feel like a playful trading arcade
@craftsdev - Helps startups raise through equity linked tokens with price discovery and treasury controls
@nomadzxyz - Lets people and AI agents book travel with crypto and save on over 1M stays
@cashflow_fi - Helps users earn yield on stablecoins and invest in tokenized gold and stocks
@fraudsworth - Builds a gamified futarchy controlled wealth fund using flipping taxes and a closed token ecosystem
Collectibles are moving onchain, and Solana is where it's happening.
Rip packs. Pull graded cards. Keep or trade instantly.
Physical assets stay vaulted. Ownership lives onchain.
Here are the builders making it happen ๐งต
How does rewriting a single program recover 12-13% of Solanaโs global block space?
We sat down with @0x_febo to discuss the origins of the Pinocchio library, the shift to zero-copy, and the relentless engineering behind P-Token.
Read the full interview: https://t.co/gNNoP4t8Xu
Introducing P-Token: an optimized rewrite of the SPL Token program for Solana, now live on mainnet. Token instructions are about 96% cheaper in compute, freeing 12-13% more block space for the network without altering block limits ๐งต
I just vibecoded the most CU-optimized @solana AMM in less than an hour with Claude and p-token.
With the p-token launch on the network just a few hours away which aims to optimize the performance of tokens, I wanted to create a basic AMM using Pinocchio to test the "batch" instruction, which allows you to make a single CPI call for multiple optimized transfers.
The idea is simple: create a program where I can setup a liquidity pool, deposit some useless tokens and then swap them.
For every interaction that requires more than one transfer, the program will use p-token's batch instruction.
The result is pretty crazy: 3,230 CU consumed to execute the swap.
If we don't take into account the AMM's internal logic but only the transfers, currently AMMs using SPL Tokens on mainnet to initiate the transfer of two tokens will use ~11,290 CU.
With the p-token batching system, transfers consume only 1,152 CU, a reduction of ~90%.
This token update will drastically change Solana, leading to more DeFi transactions but also enabling protocols to make transfers more complex without worrying about CU costs skyrocketing, I'm not sure if people realize this...
Important notes:
- Solscan does not yet support viewing batch transactions transfers with p-tokens ๐
- Don't use this code in production.
ACCELERATE