Загрузка видео...

Не удалось загрузить видео

На главную

For almost a year, I have been building a simpler and more dependable way for applications to respond to activity on Cardano. Today, I am incredibly proud to release OgmiosDotnet.BlockchainEvents v1.0.0. BlockchainEvents is an open source transaction filtering, pub sub and event delivery layer for Cardano. It connects to...

33,387 просмотров • 27 дней назад •via X (Twitter)

Комментарии: 0

Нет доступных комментариев

Здесь появятся комментарии из оригинального поста

Похожие видео

How ICP Token Holders Can Literally Vote To Upgrade The Internet Computer? Most blockchains rely on developers and node operators to coordinate when the protocol needs a major upgrade. The Internet Computer (DFINITY Foundation) takes a different approach. Its Network Nervous System, or NNS, puts governance directly onchain. Here is how it works: 1. ICP HOLDERS LOCK TOKENS INTO NEURONS internet-computer:native holders can lock their ICP into a “neuron.” A neuron is essentially a governance position that gives the holder voting power over NNS proposals. Voting power depends mainly on: • The amount of ICP locked • The neuron’s dissolve delay • The age of the neuron The longer a holder commits their ICP, the greater their potential voting power. 2. NEURONS VOTE ON NETWORK PROPOSALS The NNS allows neuron holders to vote on proposals affecting the Internet Computer. These can include: • Protocol upgrades • Subnet changes • Network configuration • Node provider decisions • Governance parameters • Changes to the network’s underlying software This is where the system becomes particularly interesting. NNS governance is not simply deciding how a community treasury should spend money. Some proposals can directly affect how the blockchain operates. 3. VOTING CAN TRIGGER ACTUAL PROTOCOL CHANGES A successful proposal can instruct the network to adopt an approved change. For example, NNS proposals can be used to upgrade the replica software running across Internet Computer nodes. Once the proposal is approved, the NNS can coordinate the upgrade across the network. That means token holder voting can ultimately result in the protocol itself changing. 4. HOLDERS DO NOT HAVE TO VOTE ON EVERYTHING The NNS also uses a system known as liquid democracy. Neuron holders can choose to follow other neurons for particular proposal categories. When the followed neuron votes, the follower can automatically vote in the same direction. This creates a delegation system without requiring users to give up ownership of their ICP. In simple terms: • Stake ICP • Create a neuron • Choose your voting preferences • Vote yourself or follow another neuron • Earn rewards for participating 5. GOVERNANCE PARTICIPATION CAN EARN REWARDS The NNS gives users an economic incentive to participate. Neurons can accumulate maturity through governance participation. That maturity can later be used to generate new ICP. This turns governance participation into more than just a voting mechanism. It becomes part of the network’s economic design. 6. THE NNS IS ITSELF PART OF THE INTERNET COMPUTER This is arguably the most important part. The NNS is not simply a website where the community discusses proposals. The governance system itself runs on the Internet Computer. Its rules, proposals, neurons and governance decisions are handled through onchain infrastructure. That allows governance decisions to become executable actions. 7. WHY THIS MATTERS FOR PROTOCOL UPGRADES Traditional blockchain upgrades can require significant coordination. Developers may need to release new software. Node operators need to install it. Validators or miners need to support it. Exchanges and infrastructure providers may also need to update their systems. If coordination fails, competing versions of the blockchain can emerge. The NNS is designed to reduce some of that coordination problem. The community can approve a proposal through onchain governance, and the network can then execute the approved change. 8. IT IS NOT ONE ICP TOKEN, ONE VOTE Simply holding ICP does not automatically give someone governance power. Users need to commit their tokens through a neuron. And voting power is not based solely on the number of ICP held. Factors such as dissolve delay and neuron age also influence voting power. This means the system rewards committed participation rather than treating every wallet as an identical vote. 9. SO WHAT MAKES THE NNS DIFFERENT? The key difference is that governance is built into the protocol itself. On many blockchains, governance can look like: Community discussion → Vote → Developers implement the decision. The Internet Computer aims for something closer to: Stake ICP → Vote through NNS → Proposal passes → Network executes the change. The NNS is designed to make governance part of the Internet Computer’s operating machinery. ICP holders therefore have a direct role in deciding how the network evolves. Under the right proposal, their votes can ultimately determine which software the network runs.

BSCN

18,268 просмотров • 16 дней назад

In 2025, demand for blockchain applications with genuine real-world utility has collided with a technical barrier that leaves developers questioning what they can realistically build. Anyone building things like tokenized assets, supply chains, AI agents, or prediction markets still juggle a mess of middleware, and somehow end up spending more time stitching than innovating. How so? Every: - Bridges to move assets, - oracles to fetch data, - indexers to make that data searchable, - relayers and bots to keep everything on schedule— is necessary, but each layer also adds cost, latency, and new risks. The end result is an application that’s expensive to run, fragile under stress, and slower than the Web2 software it’s trying to replace. This is the problem Rialo says it wants to solve. Built by Subzero Labs and backed by $20 million from investors like Pantera Capital and Coinbase Ventures 🛡️, Rialo’s pitch is simple: instead of accepting the middleware tower as an unavoidable cost of doing business, compress it into the base chain itself. But Rialo doesn’t describe itself as another Layer 1, its very name, Rialo Isn’t a Layer One, makes that clear. The team frames it instead as a unified real-world network: a protocol rebuilt from the ground up with the assumption that external connectivity is not an afterthought but a core design principle. To understand what this means, consider how today’s dApps are typically assembled. A typical RWA dApp stack involves: - Oracle providers (Chainlink, Pyth, Band) for asset pricing and event settlement - Bridges (Wormhole, Multichain, custodians) for cross-chain asset movement - Indexers (The Graph, Aleph, Stacks API) for querying and preprocessing chain data - Schedulers/relayers for automated tasks and monitoring - Web2 integrations via cloud services, centralized APIs, and off-chain pipelines Each of these steps adds another vendor, another trust boundary, and another operational layer to monitor. By the time the application is live, it resembles a patchwork of loosely coupled services, each carrying its own risks. You don’t have to look far for proof: - Base went dark for 29-43 minutes in August 2025 when its sequencer misfired, freezing every DeFi app on it. - A few months earlier, an AWS outage rippled through Binance and KuCoin, stalling withdrawals because even “decentralized” systems leaned on centralized middleware. - When Infura has faltered, Ethereum dApps have gone offline in sync, not because Ethereum broke, but because the middleware holding it together did. What should feel like building an application instead feels like maintaining a fragile machine. Rialo architecture embeds the primitives that normally live in middleware directly into the protocol. Smart contracts on Rialo can: - be event-driven, able to respond not just to blockchain state changes but also to external events through built-in webhook and API triggers. - fetch data from the web natively, without relying on external oracles or relayers. - include privacy and identity management—KYC hooks and two-factor authentication, at the protocol level rather than as add-ons. - handle cross-chain communication without wrapped assets or third-party bridges. - run on a virtual machine that is compatible with ecosystems like Solana but extended with RISC-V to support modern programming concepts such as async/await and event loops. If these features work as intended, the implications are significant. Today, much of a team’s energy goes into building and maintaining infrastructure: fullnodes, indexers, monitoring scripts, oracle integrations, relayer logic, bridge infrastructure. Each requires engineering headcount and ongoing maintenance. With Rialo, much of this is absorbed by the protocol, freeing developers to concentrate on business logic. Projects can deliver production-grade dApps with smaller, leaner groups focused directly on product design and execution. Operational costs also shrink: indexing and oracle services can run into thousands of dollars a month; collapsing those into built-in functions reduces recurring expenses while simplifying onboarding for new developers. But folding middleware into the chain doesn’t erase complexity, it reshapes it. Some of the problems to be encountered include: - Scale and complexity: Rialo’s validators won’t just be securing transactions; they’ll also be securing APIs, cross-chain data, and scheduled triggers. Any failure in one subsystem could ripple across the entire network. - Performance vs. decentralization: Richer indexing, scheduling, and data ingress could make nodes heavier to run, narrowing who can realistically participate as a validator. That risks reducing the decentralization blockchains depend on for resilience. - Governance pressures: Disputes or failures involving real-world data feeds, external APIs, or cross-chain actions will arise more often, requiring not just technical fixes but robust social infrastructure, clear rules for voting, transparent arbitration, and mechanisms for community trust. Without them, Rialo risks re-centralizing decision-making around a handful of operators. Where, then, does this model make the most sense? That would be in sectors where external connectivity is indispensable and middleware bloat has consistently been a blocker: - Real-world assets: settling tokenized securities or commodities against off-chain events. - Supply chains: triggering a payment the moment a shipment clears customs, without relying on a third-party oracle. - Agent systems: AI agents interacting with real-world APIs and on-chain contracts simultaneously. - Real-time markets: prediction markets or insurance contracts that must resolve immediately against external data. For purely on-chain domains like DeFi primitives or NFTs, where composability matters more than external triggers, the advantages may be less pronounced. This shift is familiar to anyone who remembers the rise of Web2 platform services. Just as Heroku and Firebase abstracted away server maintenance so developers could focus on building products, Rialo is betting that a unified real-world network can let blockchain developers do the same. Adoption will ultimately depend on: - whether its protocol primitives mature quickly, - whether the ecosystem builds out SDKs and tooling that make them usable, - whether compliance features can adapt to changing regulations, - and whether governance proves resilient under adversarial conditions. The first applications will be the test case. If they show that Rialo can replace a fragile patchwork of middleware with a secure, auditable, and cost-effective base layer, it could set a new standard for real-world connectivity in blockchains. If not, it risks simply moving complexity from one part of the stack to another. But at a minimum, Rialo has forced the question: should real-world connectivity in blockchains continue to depend on layers of external vendors, or should it be built into the chain itself? That’s the question Rialo has put on the table — and it’s why I got interested in Rialo .

Jen

12,178 просмотров • 10 месяцев назад

A historic day for BankerLabs is here! We have made a strategic acquisition of YeppleInc's cutting-edge blockchain technology and stake pool. To maximize the impact of this powerful acquisition, their talented team will be merging with BankerLabs to ensure an innovative, successful, and long-term journey for BankFi. What this merger and acquisition means: With this move, we become a development powerhouse on Cardano, pairing one of the most trusted and skilled development teams with our community-focused ethos! This acquisition leverages Yepple’s advanced blockchain infrastructure, renowned for its scalability and reliability, to position BankerLabs as the definitive Bank of Cardano. • Top-tier development for BankerLabs with long-term alignment: Yepple’s expertise in building robust, Cardano-native solutions ensures we benefit from unparalleled technical prowess, driving sophisticated financial tools and services. • Ensure growth and innovation in both bear or bull markets: With Yepple’s proven blockchain technology, BankerLabs gains a resilient business model and foundation that thrives under any market conditions, enhancing stability and adaptability. • Opens BankerLabs up to become service providers for a suite of tech products for projects across Cardano: The acquisition brings Yepple’s versatile tech stack, enabling us to offer white-label solutions including token & NFT sales, rewarding staking systems, and other unique DeFi integrations to Cardano projects, expanding our ecosystem influence. • Increases value proposition for Yepple clients by gaining marketing and promotion through BankerLabs and its partners: Yepple’s existing clients now tap into our extensive community network and marketing reach, amplifying their visibility and adoption across Cardano’s growing user base. This strategic move not only strengthens our technological foundation but also fuses Yepple’s innovative spirit with our vision, creating a synergy that will redefine decentralized finance on Cardano. Together, we’re building the future of banking. Count on secure, scalable, and community-driven utility! It pays to $BANK with us.

BankFi

12,169 просмотров • 1 год назад

A very good morning. Welcome to The Council Benji This marks the third Skull in a little run. The first went to a fund I've never met. The second: through Eli Scheinman to a new collector/foundation who has been quietly entering the space in a very significant way across a number of collections whom I’ve never spoken to. Their new entrance enabled a wedding and start of a new married life for Conviction. In my very first conversation with him, we spoke about curses and commitments to the people we love. Since meeting got to talk through each step on that path, from letting go, what is imbued in the ring and ceremony of it all, a proposal, and on the way to the most important of the steps in pursuit of a blessed life. It is easy to get a little cynical on the over-leveraged exit stories that spring up from time to time, so it is a treat to watch one go towards a celebration that’s been building up in his life since the Skull was first acquired. And now: this. The third Skull and the first I can really write about as a shared story across both source and destination. An exit and an entrance. The exit: The Skulls of Luci were awarded as gifts 4 years ago. But before I'd minted Birth of Luci or painted the other 49, the first person in this space I showed the sketch of The Blueprint Skull to was actually Casey💎, when he was working at SuperRare . Casey was the very first person who onboarded me to NFTs, helping me navigate the early days of whatever it meant to even mint something. I explained the idea of gifting one to each person who bid in my first auctions. Though most of the Skulls went to the bidders, Casey's didn't. He didn't ask for one. I didn't tell him I'd give him one. But he helped me take my first steps here, and it's hard to imagine any of this making sense, or unfolding the way it has, without him. Since then, we've broken bread across continents, seen quite a lot of chortling margarita consumption, watched the rise and fall of a lot around us, weathered inter-Council dramas. He brought Laura El into The Monument Game, played as a Player, wore a Mask. Most of the vibe that started all of this, the wild west of it, feels faded in the broader space at times. But every Skull has a story and a person who helped us get here. Casey will always be the one who was there before any metric muddled the reason to care. The entrance: Last fall, Benji came over for a studio visit. We walked through Luci, the works, structure, and dream, as anyone who visits does. But we mostly talked about being a father and having a father. We discussed the very idea of "collection" stripped of accumulation, value, or signal, located more in the act or ceremony of it. What it was to grow up with a curious father who studied the edges of each thing he saw to know the next layer beneath why anyone might look or ignore it. That to pass this on is to pass on questioning, more than it is to pass on any kind of answer. The process of collecting can be perceived as an individual act of hoarding. For some it is maybe. But at its best, it's a way to bind through shared questioning, to bond in cooperation and competition with friends and family, it is the swapped story and meme of it all, and each object gathered along the way carries some shared memory that can, often does, and with intent: should; drift out of the object entirely. All in the psalm, always has been. The studio visit came and went. Soon after, a package arrived in the mail with two of the softest stuffed animals added to my daughter's own collection, now among her favorites. The Skull is a bonus to that, in the scheme of shared memory. For Rachel and I, while we are heads down making a body of work that unsettles us and excites us but demands unknown time to accomplish, it means a great deal to have this kind of support from long term people in the quiet process of making work we want to leave behind ourselves. Enormously grateful to Casey for the many years of support and friendship, to Benny for being a true patron, and to Benji for entering the arena for what I'm working on next. Welcome.

Sam Spratt

20,786 просмотров • 4 месяцев назад

HTML Artifacts are a big part of how I work with agents now. Artifacts can be more than just static files. When combined with agents, they can take action or help you take action. This unlocks all kinds of interesting ways to work with agents. This is clearly the future. Check out this writing and scheduler artifact I built in a few minutes. It uses a bit of HTML and JS. All the data is in markdown (Obsidian vaults), so the agent can access and modify it at any time. No DB needed. No sophisticated functionalities. The agent decides all that for me based on the skills, context, and memory it has access to. The best part about this simple stack is that all the important information stays with me. This has allowed me to build a recursive self-improving system and automations that can better tap into coding agents like Codex or Claude Code. I could have paid or built an entire app for scheduling posts, and there are so many of them out there. But I don't need to. I've realized a simple artifact does the job. And the simplicity of it is actually an advantage. Very little maintenance for very high returns on personalization, time, and efficiency. The other benefit of this is that I can add features as I please. That level of personalization feels magical, and we should all be pursuing more of it. All of this just keeps compounding. Of course, this example is just about writing. But I have similar artifacts for research, design, experimentation, evaluation, and so much more. And no, I didn't actually publish the post example I shared in the clip. It was just for demonstration purposes. I actually spend more time than this when writing together with agents. Lastly, having built my own agent orchestrator tool has made me realize that simplifying the tool stack is a superpower. If you are curious about how all this works, I will do a live session next week:

elvis

18,374 просмотров • 3 месяцев назад

Did you know that in 1947, GE (General Electric) scientists were involved in a secret government program called Project Cirrus that seeded hurricanes to steer them? After seeding, the hurricane took an immediate sharp turn towards the southeast US. They did this 80 years ago... Did you also know there was another program called Project Stormfury from 1962-1983 that seeded hurricanes to a substantially higher degree to "learn whether the force of the storms can be diminished"? It's completely rational to think that they also learned more about how they can impact their trajectory towards landmass and increase it's destructive power. What if the government is just creating a human trauma farm and disaster economy so they can continue to make you more and more reliant on them and profit from it at the time? If still you're struggling to comprehend that kind of malice from these orgs, you must have been dead asleep for the past 4 years. To quote Richard Spinrad from a 2009 memo to HSARPA, who was the National Oceanic and Atmospheric Administration’s (NOAA) assistant administrator for the Office of Oceanic and Atmospheric Research (OAR). "While OAR recognizes that weather modification, in general, is occurring through the funding of private enterprises, NOAA does not support research that entails efforts to modify hurricanes" Read this part very slowly - "is occurring through the funding of private enterprises" Geoengineering and weather modification is reality and you have to be blind or dishonest not to believe it at this point. The government can create, diminish, and steer hurricanes, and they've had the capacity to do so for decades. So yet again, you must now ask yourself... Would they do such a thing and willfully cause destruction and harm to their own citizens for a nefarious or profit motivated purpose? The answer is a resounding and undeniable YES, they would.

Inversionism

1,579,977 просмотров • 1 год назад

“There is a tension between what the users of a currency want – and the users of a currency tend to like freedom, autonomy, and discretion as to what they spent their money on – and what the issuers of a currency want; and bluntly, the issuers of a currency want control. Control of monetary policy, and control of you.” The Bank of England’s consultation papers make very clear the level of control that they wish to exercise over you, and over your supposed financial autonomy, if you were to use their #DigitalPound. (1) You’ll need to provide ID in order to use the #DigitalPound: “For the digital pound, tiered access would allow for different levels of user access and functionality based on the amount of identification (ID) a user is willing or able to provide.” (2) The Bank will dictate how much you can hold: “The Bank would place some limits on holdings of digital pounds, at least during its introductory period.” (3) The digital pound will be programmable, if not by the Bank itself then by third party providers: “Programmability, delivered by Payment Interface Providers, could also enable the use of smart contracts, which carry out specific actions based on pre-defined terms and conditions.” Quotes are from from the Bank of England’s Digital Pound consultation paper: Whatever the #DigitalPound will be, it won’t be cash. Cash does not require me to show ID to use it. I can hold as much cash as I want or need. And, along with #Bitcoin, cash is a bearer instrument whose title is freely transferrable upon delivery, which is very difficult for a central bank to control. And long may it stay this way. A huge shout out and thank you to Lyn Alden, who made this point much more eloquently than I did in her excellent book #BrokenMoney. Thank you! Also I’m aware that my hand gestures in this clip are reminiscent of Richard Hendricks manipulating ‘datas’ on stage at TechCrunch Disrupt in #SiliconValley, and for this I can only apologize: #BitcoinConference #Amsterdam #NoToCBDCs

Freddie New

13,162 просмотров • 2 лет назад

Monthly WINR Protocol Development Update: To begin with, the WINR Protocol has distributed $900,000 to token holders, generated more than $500,000 in pure profit for liquidity providers on WLP, acquired more than 5,000 users, and has almost 9% of the supply burned. In the upcoming months, the WINR Protocol, which has been in production for years, will introduce a range of new products and deployments. These developments will represent the practical and technical evolution to V2 of the protocol. Here are the latest updates and further details as they progress: Progress on WINR Bonanza, Casino Hold'em, and Blackjack is nearing completion. These games are in the final stages of testing. Additional games, including a new type of crash game, have been finalized and are set to debut with the JustBet v2 launch. Take a look at the gameplay videos for a preview. These games achieve the long-term goal of providing a full-suite WINR Game Engine SDK, which can be used to build games with complex logic on-chain with modular smart contract infrastructure. For example, any grid slot game that dominates the iGaming industry could easily be developed on-chain using the WINR Bonanza SDK. - Permissionless Frontend Operator SDK Dashboard Release: March is poised to be a milestone month with the launch of the Frontend Operator SDK dashboards. These dashboards will enable any WINR Labs game to be seamlessly deployed on frontends, marking a significant advancement in protocol accessibility and integration for future games developed by independent iGaming developers. The frontend operator can deploy any game they choose through a few simple steps while utilizing 10,000 WINR per game via the WINR Game Factory smart contract. Each operator is assigned a unique smart contract address(es) for every game they deploy, allowing their revenue to be tracked independently. The deployment process includes instructions on integrating the game as a package into the operator's frontend. In subsequent phases, the games will transition through WINR Chain, streamlining user onboarding steps like wallet connection and token bridging to Arbitrum. This abstraction will make it easy for any web2/web3 platform on any chain to seamlessly integrate WINR-based games with just a few clicks. The new budget system changes how the revenue is calculated on the protocol and will see daylight with frontend operator, Solana, and Fantom deployments. This model was first tested with a lightweight version on and gave a lot of actionable feedback. Shifting from the existing bribe model, which in practice distributes almost half of the edge of the games in volume to WINR holders, the brand-new budget system checks the profitability of WLP. It distributes a larger part of the profit to game providers, frontend operators, and, most importantly, WINR holders. Any time a game's budget is in profit, a part of every loss is distributed to stakeholders. Here is an example: 1. The WINR Bonanza Game has a 10,000 budget for a frontend operator. 2. Let's assume the bet amount was $50, and Bonanza paid back $10 on that spin. That leaves $40 of pure profit. 3. This is distributed amongst 50% to WLP, 20% to frontend operators, 20% to WINR holders, and 10% to game providers. 4. To achieve this, V2 of WINR Liquidity Engine (WLP) will have a buffer for purchasing and selling, working in epochs to determine the above distribution and math. - Solana Deployment and Expansions: Solana audits are in their final phase, and frontend tests are ongoing. Solana launch will be alongside the V2 launch of @JustBetOfficial, with a chain switch available on the top bar. The VRF system WINR developed already is seeing requests from builders around the Solana ecosystem, and this will over time add an extra layer of income to the protocol. Solana's bankroll, at first, will be a lighter version of WLP but will inherit the above-mentioned budgeting system to generate income immediately upon launch. - Fantom Deployment and Expansions: Fantom's upcoming Sonic upgrade, with its 200ms finality and fast block production is a perfect chain for WINR Protocol to expand. Through the partnership with WINR Protocol will tap into a brand new user base on Fantom. The bankroll on Fantom will consist of FTM and stables. The launch is planned for late March or early April. This expansion aims to open up new markets and collaborations with fresh teams. which operates independently, will integrate a broad spectrum of WINR technologies, including WINR Account Abstraction, WINR VRF, and WINR games, marking a pivotal step in WINR Protocol’s journey of horizontal expansion. - XAI VRF Deployment Progress Update: The WINR Account Abstraction Wallet and WINR Verifiable Random Function (VRF) deployment on the XAI 🎮⛓️ is well underway, with the majority of the work completed. This step forward showcases WINR's expansion beyond gambling and trading, highlighting the protocol's adaptability and commitment to broadening decentralized services. The process to automize and permissionlessly let game developers start using WINR VRF by paying (and burning) fees in WINR will launch alongside WINR VRF deployment on XAI and expand to further chains to help DApp builders with the tooling they need. This process will work very similarly to frontend operators, where DApp builders will be able to easily deploy their VRF contract, pay the WINR fees, and enjoy the fastest random number generation transaction, as showcased on @JustBetOfficial for some time. - JustBet v2 Development Update: Set to launch in March, the last testing phase with long-time community members of JustBet V2 is underway. Boasting a completely refreshed look, JustBet v2 aims to captivate more users with its modern features, a significant upgrade from the classic JustBet designed in 2019. Expect dynamic animations and a user experience that rivals traditional web2 casinos, setting a new standard for online gambling platforms and serving once again as proof of concept for all the new WINR features and infrastructure set to launch over the coming months. As always, WINR Labs simultaneously develops protocol infrastructure and platform to best address the needs of one and only goal: horizontal expansion. Easter eggs: Upcoming Gitbook update with all the technical information of WINR V2. CEX listing. Detailed product pages on WINR web. Pyth competitions. WIP-4 and WIP-5 are ready to deploy. And an 🪂

WINR

37,891 просмотров • 2 лет назад

A traveler taps her card at a market thousands of miles from home. The payment feels instant, simple, straightforward. It’s not. Behind that tap, money may need to move across currencies, banks, payment providers, and borders. Traditional systems often require companies to park funds in local accounts before they are needed, leaving capital stagnant for long periods of time where it’s not able to earn a return or be put to work. Members of the Avalanche Payments Collective are building a more efficient global payments model, one that keeps capital productive up until the moment it needs to move. Here are five members working across different parts of cross-border payments and treasury infrastructure: Axiym provides payment and treasury infrastructure that helps institutions route liquidity and settle transactions without pre-funding every market. Its technology supported Hyundai Motor America’s stablecoin payment to its Mexico affiliate, completed on Avalanche in minutes instead of days. Nonco helps institutions exchange currencies and stablecoins by requesting prices directly from a network of professional liquidity providers. That gives them access to more competitive rates while allowing both sides of the transaction to settle together onchain. SMBC, Japan’s second-largest bank, is exploring stablecoin infrastructure for wholesale institutional payments. It is also working alongside MUFG and Mizuho on a potential yen-pegged stablecoin initiative built on Avalanche. StraitsX is working with KBank through Project BLOOM to develop payment infrastructure that can improve settlement across Southeast Asian corridors where moving money remains particularly slow and expensive. AeraTech helps multinational companies manage cash across subsidiaries, offset internal obligations, and settle inter-company payments without unnecessarily routing every transaction through external banks. These different companies all represent or engage with different parts of the payment and treasury stack. But they all have a shared goal: keep capital working longer, move it when it is needed, and make cross-border payments faster and more efficient. That is what the Avalanche Payments Collective is bringing together. Frictionless, borderless payments that really are instant, simple, and straightforward.

Avalanche🔺

48,078 просмотров • 22 дней назад

LLM Artifacts Connected to Andrej Karpathy's LLM Knowledge base idea, I've been building out a fun way to generate dynamic artifacts from these knowledge bases with the goal of discovering and revealing meaningful and deeper insights. LLM KBs are hard to consume for humans, as I think they are more built for agents. So the question is, what form would be useful for humans to take actions and make important decisions? That's what I am trying to figure out with these artifacts. The artifact example shows a pulse on HN discussions around AI-related stories. The insights can go deeper, of course, but this is already super fun and thought-provoking, like some of my favorite podcasts. The format and depth matter a lot. The aggregation skills of agents are outstanding if you tune the prompts and skill carefully. I built this artifact generator in a few minutes through an agent skill, but I feel like there are so many ways that LLM-generated information can be used and consumed. Like generating deeper insights and analysis, and things that are just not feasible for humans today. The generated artifact (including its data and design) serves as reusable templates or can be updated in real-time via auomations, which is something I am also working on. It is truly an insane way to monitor and track information. Better than a newsletter. Better than newspapers. There is something about this that gets me really excited about the future of AI agents for knowledge generation and discovery. Lots of hidden gems everywhere just waiting to be discovered and acted on if the information is presented correctly. This is not perfect. The format, style/prose can be improved, but this is easy to customize via skill. You can personalize it to your liking. I feel like these dynamic artifacts are going to emerge as a strong new medium to stay on the cutting edge of things, both for agents and humans. My target is research, of course. This was just a basic example. Besides animation, I am also targeting other components like voice, videos, images, slides, etc. This space is full of opportunities to explore. Skill for this coming soon.

elvis

31,295 просмотров • 4 месяцев назад

Hi everyone, this week I finally received the new ANyONe Relay! ANyONe Protocol is an interesting DePIN focused on building a more decentralized internet and making our privacy more secure 💯 I'm still waiting to release a video because the new Dashboard isn't active yet but for those interested the most important points that I want to highlight are these: 1) The #Miner is Plug&Play so easy to install, just follow the initial steps and you're fine, once installed you don't have to do anything else. 2) There is no limit for IP but if for example you put 2 Relays in the same #IP it isn't certain that you will have double rewards, because they basically do the same job, to get more rewards it's better to use different IPs. 3) To make the Relay operational it's necessary to open port 9001 in your Modem. Without this operation the #mining will basically not start, so make sure you have a modem or connection that can open the ports. If you have the classic public IP you should definitely be able to do it 4) Currently the rewards arrive automatically every week, usually Friday, and I received 8 $ANYONE as first earnings 👍 Since the new #Dashboard isn't yet operational the #rewards aren't yet clear (which is why I am still waiting to release the video) and personally I expect there will be more 🔥 The only negative note that I have found so far in the project is that: ANYONE #token is only on Ethereum So unfortunately the fees for the swap or even future claims and sendings will not be low, I hope that the team in the future will also consider Arbitrum or Base for the rewards to Nodes 🙏 $ANYONE: Docs to learn more: If you are interested in the project you can order the Anyone on @ampchampment and you can receive it in a few weeks 🚀 They ship Worldwide, Paypal and Crypto are available, and you can use the coupon ILCAPOFOX for a 5% discount! Shop: For Europe I also recommend FreshMiners, they also ship quickly and you can use the coupon ILCAPOFOX3 for a 10€ discount! Shop: #DePIN #Anyone #Relay #Node #Privacy #Internet

Osvaldo

28,170 просмотров • 1 год назад