

Crypto exchange Coinbase witnesses its first crypto transaction between artificial intelligence (AI) bots
CEO Brian Armstrong announced in a post on X. He explained that one large language model (LLM) used crypto tokens to buy AI tokens from another AI bot.
Crypto exchange Coinbase witnessed its first crypto transaction between artificial intelligence (AI) bots on Aug 30, CEO Brian Armstrong announced in a post on X.
He explained that one large language model (LLM) used crypto tokens to buy AI tokens from another AI bot. Bots are developed to carry out specific tasks — in this case, to carry out crypto transactions.
While AI bots cannot have bank accounts, they can own crypto wallets. These AI bots will now be able to conduct transactions with humans, merchants, and other AIs. Armstrong noted:
“Those transactions are instant, global, and free.”
According to Armstrong, AI agents are not currently effective because even when they are assigned a task and left alone for hours or days, they cannot seem to accomplish it. He said:
“Today if you give an AI agent a task and come back in a few days or hours, it can’t get useful work done.”
Armstrong explained that this is because of the technology’s constraints. While certain companies, like Devin AI, are working on it, they are still far from accomplishing the goal.
He also believes that AI agents are ineffective because they cannot carry out transactions to acquire the required resources. For instance, if you ask an AI agent to book you a flight ticket, it will fail because it doesn’t have a credit card or any payment method. This also prevents them from promoting their post on X or other social media platforms through advertisements.
Armstrong believes that having AI agents that can conduct transactions will be a game changer and can benefit everyone. This is especially true for businesses who can use AI agents to make their shopping carts AI checkout enabled.
Coinbase is not alone in trying to give AIs the power to conduct transactions. For instance, earlier this month, blockchain development firm Skyfire announced the launch of a payment platform that enables AIs to spend money.
In June, Biconomy, a Web3 infrastructure company, started onboarding AI bots. This allows users to delegate trading activities to AI agents, who can then conduct on-chain transactions.
The above is the detailed content of Crypto exchange Coinbase witnesses its first crypto transaction between artificial intelligence (AI) bots. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











In MySQL, add fields using ALTERTABLEtable_nameADDCOLUMNnew_columnVARCHAR(255)AFTERexisting_column, delete fields using ALTERTABLEtable_nameDROPCOLUMNcolumn_to_drop. When adding fields, you need to specify a location to optimize query performance and data structure; before deleting fields, you need to confirm that the operation is irreversible; modifying table structure using online DDL, backup data, test environment, and low-load time periods is performance optimization and best practice.

The top 10 digital virtual currency trading platforms are: 1. Binance, 2. OKX, 3. Coinbase, 4. Kraken, 5. Huobi Global, 6. Bitfinex, 7. KuCoin, 8. Gemini, 9. Bitstamp, 10. Bittrex. These platforms all provide high security and a variety of trading options, suitable for different user needs.

MySQL functions can be used for data processing and calculation. 1. Basic usage includes string processing, date calculation and mathematical operations. 2. Advanced usage involves combining multiple functions to implement complex operations. 3. Performance optimization requires avoiding the use of functions in the WHERE clause and using GROUPBY and temporary tables.

The built-in quantization tools on the exchange include: 1. Binance: Provides Binance Futures quantitative module, low handling fees, and supports AI-assisted transactions. 2. OKX (Ouyi): Supports multi-account management and intelligent order routing, and provides institutional-level risk control. The independent quantitative strategy platforms include: 3. 3Commas: drag-and-drop strategy generator, suitable for multi-platform hedging arbitrage. 4. Quadency: Professional-level algorithm strategy library, supporting customized risk thresholds. 5. Pionex: Built-in 16 preset strategy, low transaction fee. Vertical domain tools include: 6. Cryptohopper: cloud-based quantitative platform, supporting 150 technical indicators. 7. Bitsgap:

How to achieve the effect of mouse scrolling event penetration? When we browse the web, we often encounter some special interaction designs. For example, on deepseek official website, �...

Efficient methods for batch inserting data in MySQL include: 1. Using INSERTINTO...VALUES syntax, 2. Using LOADDATAINFILE command, 3. Using transaction processing, 4. Adjust batch size, 5. Disable indexing, 6. Using INSERTIGNORE or INSERT...ONDUPLICATEKEYUPDATE, these methods can significantly improve database operation efficiency.

This groundbreaking development will enable financial institutions to leverage the globally recognized ISO20022 standard to automate banking processes across different blockchain ecosystems. The Ease protocol is an enterprise-level blockchain platform designed to promote widespread adoption through easy-to-use methods. It announced today that it has successfully integrated the ISO20022 messaging standard and directly incorporated it into blockchain smart contracts. This development will enable financial institutions to easily automate banking processes in different blockchain ecosystems using the globally recognized ISO20022 standard, which is replacing the Swift messaging system. These features will be tried soon on "EaseTestnet". EaseProtocolArchitectDou

Use the EXPLAIN command to analyze the execution plan of MySQL queries. 1. The EXPLAIN command displays the execution plan of the query to help find performance bottlenecks. 2. The execution plan includes fields such as id, select_type, table, type, possible_keys, key, key_len, ref, rows and Extra. 3. According to the execution plan, you can optimize queries by adding indexes, avoiding full table scans, optimizing JOIN operations, and using overlay indexes.