Alchemy Pay Launches Platform to Buy Tokenized US Stocks With Fiat

TheCryptoTimes发布于2025-09-17更新于2025-09-17

Alchemy Pay has launched a new platform enabling users to invest in tokenized U.S. equities using local currencies. The service, which was introduced on September 17, 2025, combines xStocks to provide tokenized stocks and Exchange-Traded Funds (ETFs). This makes Wall Street assets available to people all over the world.

The platform allows users in over 170 countries to purchase these tokenized assets, known as Real-World Assets (RWAs), directly with fiat. The system supports a wide range of payment methods, including Visa, Mastercard, Apple Pay, and Google Pay, alongside more than 50 local payment options. 

The tokenized stocks are issued through a partnership with Backed, a regulated provider whose xStocks product has already seen over $4 billion in trading volume across various exchanges.

Investors can get small amounts of more than 60 different stocks through the Alchemy Pay RWA app. These stocks include big names like Apple, Tesla, and Coinbase. One of its best features is that it’s easy to get into; the minimum payment is only $1. This structure is meant to make business opportunities easier for many people around the world that couldn’t get to them before.

This launch comes as the RWA sector experiences significant growth. The RWA business is growing quickly at the same time as this launch. Recent data shows that the sector grew 224% since 2024. Robinhood and Kraken are two big examples of players of the Real World Asset ecosystem Alchemy Pay is the latest in a growing trend in the industry to combine traditional financial assets with blockchain technology.

Alchemy Pay’s initiative represents a significant step in democratizing access to global financial markets. By allowing investors, particularly those in emerging economies, to bypass traditional brokerage hurdles and invest directly in U.S. equities with local currencies, the platform removes longstanding barriers to entry. The combo speeds up the adoption of RWAs, making blue-chip investments more open and available to everyone around the world.

Also read: Forward Industries Unveils $4B Share Sale to Boost Solana Strategy


Mobile Only Image

你可能也喜欢

比特币跌破6万美元关口:ETF资金外流与14.8亿美元清算触发加密货币抛售潮

比特币在6月25日跌破关键的60,000美元关口,延续近期跌势。市场下跌的主要推动因素包括现货ETF资金持续流出以及大规模的杠杆头寸清算。 具体来看,比特币价格一度跌至约59,400美元,盘中最低触及58,000美元附近。此次下跌波及整个加密货币市场,以太坊、Solana、XRP和BNB等主要资产均显著下挫。数据显示,过去24小时内,全市场共有超过148亿美元价值的加密货币头寸被强制平仓。 美国现货比特币ETF面临持续的资金流出压力,仅在6月24日单日净流出就达4.6908亿美元,导致ETF总净资产规模缩减至738.7亿美元。ETF资金流自2024年推出以来已成为市场关键风向标,持续流出表明机构需求减弱,削弱了市场买盘支撑。 衍生品市场遭遇剧烈清算,过去24小时内有超过21.7万名交易者被清算,总额达148亿美元。其中,高达121亿美元为多头头寸清算,空头清算仅为2.6963亿美元,显示看涨交易者在此轮抛售中措手不及。 从技术面看,比特币日线图显示价格已跌破60,000美元心理支撑位,交易量在下跌中放大,且日线相对强弱指数(RSI)已降至30附近,进入超卖区域。虽然超卖可能预示短期反弹,但交易者通常需要看到买盘 volume 增强和价格走势转强才会确认市场反转。

ambcrypto19分钟前

比特币跌破6万美元关口:ETF资金外流与14.8亿美元清算触发加密货币抛售潮

ambcrypto19分钟前

黄仁勋:Prompt正在过时,Loop才是新范式

黄仁勋等AI领域领军人物提出,传统的“Prompt Engineering”(提示词工程)正在被“Loop Engineering”(循环工程)取代。新范式的核心是从手动编写具体指令,转变为设计和管理能够自动运行、自我验证并持续优化的循环系统。 **Loop是什么?** Loop(循环)指一种系统设计:用户设定一个目标,AI Agent(智能体)会自动执行任务,完成后由独立的验证机制(如另一个模型)进行验收;若未通过,则带着反馈重新执行,直至成功或达到预设限制。人的角色从“逐句指挥”转变为“规则设计者”。这与单纯使用Agent的关键区别在于,Loop为其提供了自主持续工作的管理框架。 **当前落地情况** 目前,Claude Code和OpenAI Codex是Loop理念的主要实践者。两者都实现了将复杂任务拆分,由多个Agent并行处理并汇总结果。其核心设计原则是“执行与验证分离”,以避免自我评分时的宽松问题。例如,“Claude Code之父”Boris Cherny描述其工作流:数百个Agent在隔离环境中自动处理问题,仅疑难事项才需人工干预。 **如何构建有效的Loop?** 1. **前提测试**:任务需具备重复性、可自动化验收、成本可控且Agent拥有必要工具。 2. **从最小可行Loop开始**:包含触发器、技能定义、状态记录文件和自动化验证门禁。务必先手动跑通流程再自动化。 3. **执行与验收分离**:必须由独立的Agent或模型进行验收,确保评估客观。 4. **避开常见陷阱**:设置硬性停止条件(如token上限)、持久化状态、不让Loop处理需要主观判断的任务、坚持阅读代码变更以维持理解。 5. **核心衡量指标**:关注“每个被采纳改动的平均成本”,接受率低于50%意味着Loop可能效率低下。 **范式演进路径** Loop的兴起是AI应用控制粒度不断上移的结果:从**Prompt Engineering**(优化单次指令)到**Context Engineering**(组织背景信息),再到**Harness Engineering**(构建执行环境),最终演进至**Loop Engineering**(设计自主循环系统)。这一过程逐步将人类从具体操作中解放出来。 **渊源与反思** Loop的理念在学术界早有雏形,例如姚顺雨等人提出的ReAct框架,将“推理-行动-观察”构建为循环。业界火爆的背后也需冷思考,专家提醒需警惕token成本,并指出“AI可以外包思考,但无法外包人的理解”,强调在自动化中保持对问题的根本认知至关重要。

marsbit1小时前

黄仁勋:Prompt正在过时,Loop才是新范式

marsbit1小时前

交易

现货
合约
活动图片