
SyncAI Network
3.5K posts

SyncAI Network
@SyncAI_Network
Driving the Agentic Economy with On-Chain solutions that connect users, dApps and blockchains. https://t.co/3LCqojgKCv




⚠️Signing Cardano tx shouldn't be risky but it is... Transaction messages are complex and unreadable, making it impossible for users to know when they're about to sign a malicious tx. 🗳️ Vote YES for TrustTx AI SDK to prioritize Cardano user safety!

🔥 Ethereum just made wallets way safer! The Ethereum Foundation rolled out Clear Signing today. Instead of approving scary blind hex codes (the #1 reason users lose billions to scams), you now see plain English details of exactly what a transaction does — before you sign. No more “approve and pray.” This fixes the biggest source of user losses by letting you understand and catch bad transactions every time. Huge win for everyday users.



New to Cardano? Super useful upgrade to the @Cardano website for blockchain users, developers, entrepreneurs and beginners alike. This is the largest and most functional update by @Cardano_CF and community contributors to date! 🚀🚀🚀 Explore more here: cardano.org/apps/



Many oracle integrations are too complicated for normal devs so we shipped the first TypeScript SDK as our entry for the @Oraclecharli3 Oracles Hackathon (and we won!) 👏 TL:DR - any app, AI Agent or smart contract can now pull real-world prices onto Cardano with just a few lines of code! There is no Python backend, no complex oracle plumbing, no dealing with signatures, CBOR encoding, consensus logic or low-level Cardano infra. JUST: npm install charli3-js …and you can: → read live ADA/USD prices → refresh oracle data on-chain → use real market data inside AI agents, dApps, and smart contracts We even built: → a live Next.js oracle demo → an Aiken validator gated by real oracle data → an AI agent that settles USD invoices in ADA using the SDK as a tool AI agents, DeFi apps, prediction markets, RWAs, and autonomous finance all need reliable data feeds and making oracle infrastructure accessible to JavaScript + AI developers massively lowers the barrier to building on Cardano.


Congratulations to the Hackathon winners! Grand Prize Winner - 20,000 ADA "Quantix" by solo entry @maxalexweber QUANTIX is a B2B delivery settlement app for raw materials. Unlike regular RWA use cases, here it just tokenizes the needed facts about goods inventory, price, timestamp, signer set, and not the goods themselves. Conventional B2B delivery settlement runs on PDFs, EDI patchwork, and post-hoc reconciliation: ERP says one thing, the warehouse another, the price sheet is a day old, and disputes are settled by whoever has the better paperwork. QUANTIX replaces that with a single atomic Cardano transaction. Github Repo: github.com/maxalexweber1/… Demo Video: youtube.com/watch?v=g3_FEx… Best DeFi & Integrations - 5,000 ADA "Charli3 Perp" by team @AscendPerps - Charli3 Perp is a minimal implementation of perpetual trading using Charli3 oracle data. It connects verified on-chain ADA/USD price feed to pipeline executed with Midnight for orders, matching, and settlement. Best Real World Settlement - 5,000 ADA "AEGIS Parametric Insurance" by team @fluxpointstudio - Aegis is automated crypto insurance that pays out instantly when oracle-verified price conditions are met -- no claims process, no adjusters, no waiting. The oracle IS the claims adjuster. Best Oracle Tooling - 5,000 ADA "Charli3-js" by team @SyncAI_Network - Typescript charli3 SDK - Agent Integration pathway Community Choice Award - 5,000 ADA "Parametrix by team @lambdac_labs - Parametric risk settlement on Cardano (hedge against real world risks like rainfall or measurable events) Thank you very much to our sponsors for making this hackathon a reality: @Cardano_CF @Catalyst_onX @DraperDragon Big shout out to the @Oraclecharli3 team who volunteered their time to host the hackathon! And lastly, thank you for the incredible support from the community to make this event a success!

Cardano Oracle Closing Ceremonies When: Wed Apr 29th 11:00am EST Where: Discord: discord.gg/CC9EdhMt8 What: Presenting the winners. They will be given a moment to talk about their solution




Cardano Oracle Hackathon The top 3 community choice finalists are: 1. Charli3 Perps by team @AscendPerps (231 points) 2. Parametrix by team @lambdac_labs (157 points) 3. SYNCAI - by team @SyncAI_Network (119 points) The judges are cooking... winners announced early Mon-Tue. Closing Ceremony details coming soon (tentatively Apr 29 11:00am EST) Voting evidence and results: drive.google.com/drive/folders/… 1- t.co/DdxFzCpzqV 2- t.co/awqAOA4GDu 3- t.co/3Ixt1V7lnh

#13 SYNCAI — Team Syncai charli3-js is the first TypeScript SDK for the Charli3 oracle on Cardano. Until now the only official SDK was in Python, which is fine for backend scripts but useless if you're building a Next.js dapp, an AI agent (Masumi, Claude, OpenAI, etc), or anything that runs in a browser. Published to npm: npm install charli3-js. Full docs: charli3-js-bc690dc5.mintlify.app With charli3-js you can read the live price and, more importantly, pull a fresh one onto chain in a single call. submitRound2(lucid, "ADA/USD") collects signed quotes from the Charli3 feed nodes, runs IQR consensus, and posts a fresh aggregate tx to Cardano. That is the whole pull oracle flow in one line. The SDK handles the Lucid plumbing, CBOR encoding, Ed25519 sig checks, and slot-rounded datum internally so you do not have to think about any of it. npm install charli3-js, three method calls, and you have a working pull oracle integration within minutes. A very clean dev experience as any TypeScript library, running everywhere JS runs: React Server Components, Lucid in the browser, Node routes, LLM tool calls. Framework: - getPrice(pair) reads the classic push oracle feed. - getOdvReference(pair) reads the on-chain ODV pull-oracle aggregate, including freshness. - submitRound2(lucid, pair) pulls signed quotes from Charli3 feed nodes, runs IQR consensus, and posts a fresh aggregate tx to Cardano in one call. To prove it works end-to-end I wrote an Aiken price_gated_payout validator and a live Next.js demo on Vercel: connect Lace ‚Üí deposit 3 tADA ‚ refresh the ODV price on chain (Round-2) ‚ claim, all gated by a real oracle reading. I also shipped a GPT-4o-mini AI agent that settles USD invoices in ADA by calling the SDK as a tool, and a skill.md spec so any LLM can plug the oracle into its tool loop. 🎥 youtu.be/7n8Y-pAmlJg 🔗 Code: github.com/SkepX/charli3-… ❤️ LIKE to vote #C3Hackathon #Cardano

#13 SYNCAI — Team Syncai charli3-js is the first TypeScript SDK for the Charli3 oracle on Cardano. Until now the only official SDK was in Python, which is fine for backend scripts but useless if you're building a Next.js dapp, an AI agent (Masumi, Claude, OpenAI, etc), or anything that runs in a browser. Published to npm: npm install charli3-js. Full docs: charli3-js-bc690dc5.mintlify.app With charli3-js you can read the live price and, more importantly, pull a fresh one onto chain in a single call. submitRound2(lucid, "ADA/USD") collects signed quotes from the Charli3 feed nodes, runs IQR consensus, and posts a fresh aggregate tx to Cardano. That is the whole pull oracle flow in one line. The SDK handles the Lucid plumbing, CBOR encoding, Ed25519 sig checks, and slot-rounded datum internally so you do not have to think about any of it. npm install charli3-js, three method calls, and you have a working pull oracle integration within minutes. A very clean dev experience as any TypeScript library, running everywhere JS runs: React Server Components, Lucid in the browser, Node routes, LLM tool calls. Framework: - getPrice(pair) reads the classic push oracle feed. - getOdvReference(pair) reads the on-chain ODV pull-oracle aggregate, including freshness. - submitRound2(lucid, pair) pulls signed quotes from Charli3 feed nodes, runs IQR consensus, and posts a fresh aggregate tx to Cardano in one call. To prove it works end-to-end I wrote an Aiken price_gated_payout validator and a live Next.js demo on Vercel: connect Lace ‚Üí deposit 3 tADA ‚ refresh the ODV price on chain (Round-2) ‚ claim, all gated by a real oracle reading. I also shipped a GPT-4o-mini AI agent that settles USD invoices in ADA by calling the SDK as a tool, and a skill.md spec so any LLM can plug the oracle into its tool loop. 🎥 youtu.be/7n8Y-pAmlJg 🔗 Code: github.com/SkepX/charli3-… ❤️ LIKE to vote #C3Hackathon #Cardano





In 2026, I really hope the Cardano ecosystem invests in its governance model. We always called it minimal visible governance, but then left it at that. More than one year in it's time to reassess and improve it. One thing is very clear: governance dictates our everyday lives and how we progress as a chain. If we neglect it, the system will be crippled and conditions will only worsen. Good decision-making doesn't mean we have to agree on everything, but we do need a way to reach conclusions without tearing each other apart in the process. I hope this year we can fund tools and initiatives that make it easier to align our priorities and make better decisions together.






