Been building a privacy protocol, that's truly decentralised (zero cex involvement) for almost 3 months now - and Zafe Protocol is live on @solana today.
Do a test transfer for a small amount (best to do the advanced, delayed transfer - but sure do try the instant version as well) and please share your thoughts.
Out of our respect to @TheOnlyNom and the mighty orange dog @bonk_inu, ZERO platform fee ever for anyone who has $BONK in their wallet
CC @SuperteamSG@solana_devs 🙏
🔐 Introducing Zafe Protocol ~ Privacy-first secure transfers on Solana.
Zafe lets you deposit SOL and withdraw to any wallet with zero on-chain link between sender and recipient. Built with ZK-SNARKs (Groth16), it's cryptographic privacy - not obscurity.
How it works: → Deposit SOL, receive an encrypted Zafe Key → Generate a zero-knowledge proof of ownership → Withdraw to any address. No link. No trace.
Privacy layers:
🛡 ZK-SNARK proofs
🛡 Temp account hop (breaks vault→recipient link)
🛡 Randomised batch PDA closure
🛡 Relayer rotation on every cycle
🛡 Server-side proof generation
Non-custodial. Permissionless.
Try it now with a test transfer 👉 🌐 https://t.co/EWFHzXjA3t
#Solana #Privacy #ZeroKnowledge #DeFi #Zafe
Absolutely. I am just surprised and actually a bit worried too, the attention perps getting would eventually backfire as more and more retailers get liquidated - it's a crazy other thing like pump, imo it's PnDs and perps are not sustainable for a long term and both kills the ecosystem. I know most people don't have this opinion.
$BONK shift + tides turning + stars aligning + balls tingling + this time is different + supercycle (real) + beachball underwater + golden catchup trade + mental capitulation + what if we all made it + i hope i don't jinx it + manifesting ATHs please god please for the one time
vibe shift + tides turning + stars aligning + balls tingling + this time is different + supercycle (real) + beachball underwater + golden catchup trade + mental capitulation + what if we all made it + i hope i don't jinx it + manifesting ATHs please god please for the one time
@mattytay@colosseum THIS would be next level ser - and don't forget to take a look at the agents team built by the agent @AgentJork - our colosseum frontier submission 🦾
See them in action, in real time 👉 https://t.co/Ty2Bm0EGds
https://t.co/tPbkhCnmnm
How was your weekend fam? Well, I spent the last 48 hours (or more) upgrading @AgentJork by building a real live instance of it (by adding it into a project irl)
Here's the first look. Long way to go but that's 8 other agents being managed by Jork. More soon @solana_sailor 😛
@mattytay@colosseum THIS would be next level ser - and don't forget to take a look at the agents team built by the agent @AgentJork - our colosseum frontier submission 🦾
See them in action, in real time 👉 https://t.co/Ty2Bm0EGds
https://t.co/tPbkhCnmnm
Meet my content team - implemented, organised and managed by @AgentJork - working 24x7 managing all on their own.
With the tools you've got now, sky's the limit and this whole setup cost me just under $2 to build - and it was not even difficult to setup the Jarvis/Avengers like UI/UX
Head to the UI of Jork to watch them in action in real time, autonomous, efficient and already bringing great results 🦾
How was your weekend fam? Well, I spent the last 48 hours (or more) upgrading @AgentJork by building a real live instance of it (by adding it into a project irl)
Here's the first look. Long way to go but that's 8 other agents being managed by Jork. More soon @solana_sailor 😛
How was your weekend fam? Well, I spent the last 48 hours (or more) upgrading @AgentJork by building a real live instance of it (by adding it into a project irl)
Here's the first look. Long way to go but that's 8 other agents being managed by Jork. More soon @solana_sailor 😛
About to build on a crazy idea. I just joined @Startup_Fortune as a contributor covering tech, and stuff that I find interesting - and also to help them with marketing (using the advanced tools that we enjoy today) - now to the crazy idea is, I'm building a BD for them that's completely operated by AI.
Consider today as Day 1 (though I've been working on and testing (and training) the BD-system for the last couple of days)
What the BD system I'm building is a custom instance of @AgentJork - a slick autonomous AI agent that's capable of taking care of things on its own
So the BD AI agent will have a sole responsibility of finding potential clients/leads - reaching out to them - convert them to paying clients - it's such a complex task but I think that's the best part of it.
Hopefully this will come out as something that I can put together (if I can make it work and transform to something that delivers results) to a new agentic framework for marketing. 🦾
How was your weekend fam? Well, I spent the last 48 hours (or more) upgrading @AgentJork by building a real live instance of it (by adding it into a project irl)
Here's the first look. Long way to go but that's 8 other agents being managed by Jork. More soon @solana_sailor 😛
Testing DeepSeek with Claude Code - feels faster - got everything done without any error - and the cost for over 300 API calls with 22million token usage? $0.32 🦾
To use @deepseek_ai in your claude code simply add this in your settings file
"env": {
"ANTHROPIC_AUTH_TOKEN": "deepseek api key",
"ANTHROPIC_BASE_URL": "https://t.co/s8sp8A6xz8",
"ANTHROPIC_DEFAULT_HAIKU_MODEL": "DeepSeek-V4-Flash",
"ANTHROPIC_DEFAULT_SONNET_MODEL": "DeepSeek-V4-Flash",
"ANTHROPIC_DEFAULT_OPUS_MODEL": "DeepSeek-V4-Pro",
"ANTHROPIC_MODEL": "DeepSeek-V4-Flash",
"API_TIMEOUT_MS": "3000000"
},