Testing @JupiterExchange Offerbook beta.
Borrowing against Solana tokens, NFTs and collectibles at fixed rates feels like a serious new credit layer for the ecosystem.
Try it:
https://t.co/iwyLIXC4bk
Pumped to submit CupFlow Guard for the #BuildX Hackathon!
A smart @Uniswap V4 hook on @XLayerOfficial that dynamically adjusts swap fees during volatile market phases to protect liquidity providers. Thanks @flapdotsh for the infra!
https://t.co/69TBPTAqGe
https://t.co/0TbhF7AniJ
Built AgentPay Risk Analyst for @OOBEonSol x Ace Data Cloud on @SuperteamEarn
A dry-run agent discovering tools via SAP, simulating x402 payments & analyzing token risk on #Solana
Demo: https://t.co/BYrsAG9YND
Repo: https://t.co/oJ5531Zg3O
Built AgentPay Risk Analyst for @OOBEonSol x Ace Data Cloud on @SuperteamEarn
A dry-run agent discovering tools via SAP, simulating x402 payments & analyzing token risk on #Solana
Demo: https://t.co/BYrsAG9YND
Repo: https://t.co/oJ5531Zg3O
Agent Postmortem Skill forces agents to PROVE their work with git diffs & exit_codes before they claim completion.
No proof, no done. Works with any agent.
Check out the setup here:
https://t.co/MzYXFFH878
Stop letting AI coding agents lie to you.
Ever had Claude or Cursor say "Done!", but the code doesn't compile and tests were never run? I got tired of "Fake Done" states.
I built an open-source verification pipeline to fix this.
Security first: The Skill runs entirely as a pre-execution policy
No private keys, no API keys, and no backend signing
All final transactions remain safely within the @wallet Agentic Wallet TEE environment
Live Demo: https://t.co/vSbyPobCDE
Code: https://t.co/wzcknDzCPu
Just shipped Onchain RiskGuard for the @wallet Agentic Wallet Trading Competition
A protective pre-trade Skill that acts as a policy layer for Agentic Wallets. It prevents AI agents from executing unsafe swaps by analyzing liquidity, volatility, and flow before execution
🧵👇
How it works under the hood:
If a token passes, the agent receives a recommended position size, a slippage cap, and an automated exit plan (Take-Profit/Stop-Loss)
If a token fails (e.g., liquidity < $50k), RiskGuard strictly blocks the okx-dex-swap execution
Shipped YieldRoute Agent for the 100xDevs Frontier track.
It is an explainable Solana DeFi intent router that finds idle USDC/USDT, evaluates Kamino routes, and builds a client-signed deposit tx in one click.
#Solana#Superteam#100xDevs
Built with:
🔐 @solflare for local signing
📈 @kamino for stablecoin lending routes
⚡ @Quicknode Solana RPC / QuickNode-ready backend for portfolio reads
The backend only returns unsigned tx bytes. Private keys never leave the wallet.