2026-08-31 what it costs, and how to get in and out
Arc USDC is worth exactly one dollar and does not trade at one dollar. This page explains why, shows what it costs right now, and compares the two ways in and the two ways out. Every number here was read off the chain.
Arc is Circle's own layer 1, chain ID 5042. USDC is not a token you happen to hold on it. USDC is the money of the chain: it pays for gas, so there is no second volatile asset you have to acquire before you can move anything.
That creates the one thing that confuses every wallet and every script on first contact. Your balance has two faces. It is the native coin, carried at 18 decimals like ether, and it is also an ERC20 at 0x3600000000000000000000000000000000000000, carried at 6 decimals like USDC everywhere else. These are not two balances you can hold different amounts of. They are one balance shown two ways, and the two readings differ by exactly a factor of a trillion.
Because gas is denominated in a dollar, the cost of using Arc is legible in a way it is not elsewhere. At the current base fee an ordinary transfer costs about 0.0004 USDC, which is four hundredths of a cent.
Arc USDC redeems one for one against USDC on Ethereum, Base and every other chain Circle supports, through Circle's own CCTP. Burn a unit on one side, mint a unit on the other. By construction it is worth a dollar and there is no peg here to break.
It changes hands above a dollar anyway. The reason is not the asset, it is the queue. More people want to be holding USDC on Arc than are willing to carry theirs over and hand it to someone else, and the premium is the price of that willingness. It is a fee for immediacy, paid to whoever already did the slow part.
One thing the premium is not is a transfer limit. Moving USDC into Arc has never been capped. Moving it out is capped at 100,000 USDC per CCTP message, a ceiling almost nobody reaches. This is worth stating plainly because the widely repeated figure is 1 USDC per message, which was true early on and is no longer true; the current value is readable at any time from the batch contract's perMessageLimit().
Bridge it yourself. You need USDC on Base or another CCTP chain. You burn on that side, Circle attests, and it mints to your address on Arc. You pay no premium at all, because nobody is selling you anything. What you spend is time and a fee. This site does not offer the inbound leg; use Circle's own bridge for it.
Buy it from someone who already has it. Instant, and you pay whatever they ask. On this site the seller sets the price and their inventory is already deposited, so the delivery is not a promise: it is a balance sitting in a contract before you pay anything.
Which of the two is cheaper depends entirely on the premium, which is the figure at the top of this page. There is no general answer, only today's.
The same two routes run in reverse, and the choice is worth more here than it is on the way in.
Bridging out returns exactly one for one. That is the whole point of CCTP and it is completely reliable. It is also, whenever the market pays a premium, the more expensive door: one for one means you receive the dollar and hand the premium to nobody. If Arc USDC is trading at 1.20 and you bridge 1,000 out, you have declined roughly 200 dollars that somebody was willing to pay you.
Selling collects that premium instead. You deposit into a contract, name your price, and keep the ability to withdraw anything that has not sold. The trade is that you wait for a buyer, where the bridge waits for nobody.
The honest summary: bridge out when you need the money now and the premium is thin, sell when the premium is not thin. Check the number above before you decide, because it is the only input that matters.
| Route | Premium | Fee | Waits for |
|---|---|---|---|
| Bridge in (Circle, not here) | none | 0 | Circle's attestation |
| Buy here | you pay it | 2% | nobody, inventory is deposited |
| Bridge out | none, and you forgo it | 2% | Circle's attestation |
| Sell here | you collect it | 2% | a buyer |
The 2% is this service's fee and it is capped in the contracts at 5%, a constant no key can raise. Circle charges nothing for CCTP itself; the chain charges the gas quoted in section 1.
Everything above is a chain read, not a claim, and the build refuses to publish this page if any of it stops matching.
The chain ID, the ERC20 address and its decimals come from Arc itself. The per-message ceiling is perMessageLimit() on the batch contract at 0x477cecd9cad406c58a76dd048393b680be29ecfd, which forwards to Circle's own token minter. The fee and its immutable ceiling are feeBps() and MAX_FEE_BPS() on the escrow at 0x8eb82c4ed189ed310f3c0a4de44a68b82a05eb7e. The premium at the top of the page is read live from that escrow's open offers each time the page loads.
If you want to check any of it yourself rather than take our word, every address above is a public contract and the source is published.
This page describes a market and a protocol. It is not advice.
2026-08-31 얼마인지, 어떻게 들어가고 어떻게 나오는지
Arc USDC는 정확히 1달러의 가치를 갖지만 1달러에 거래되지 않습니다. 왜 그런지, 지금 얼마인지, 들어가는 두 길과 나오는 두 길이 각각 얼마인지 정리했습니다. 여기 있는 숫자는 전부 체인에서 직접 읽은 값입니다.
Arc는 Circle이 직접 만든 레이어1이고 체인 ID는 5042입니다. USDC는 이 체인 위에 얹혀 있는 여러 토큰 중 하나가 아닙니다. USDC가 곧 이 체인의 돈입니다. 가스도 USDC로 냅니다. 뭔가를 옮기기 전에 따로 구해야 하는 변동성 자산이 없다는 뜻입니다.
여기서 지갑과 스크립트가 처음에 반드시 헷갈리는 지점이 생깁니다. 잔액에 얼굴이 두 개입니다. 이더처럼 소수점 18자리로 다뤄지는 네이티브 코인이면서, 동시에 0x3600000000000000000000000000000000000000에 있는 소수점 6자리 ERC20이기도 합니다. 서로 다른 금액을 담을 수 있는 잔액 두 개가 아닙니다. 하나의 잔액을 두 방식으로 보여주는 것이고, 두 표시는 정확히 1조 배 차이입니다.
가스를 달러로 매기기 때문에 Arc를 쓰는 비용은 다른 체인과 달리 바로 읽힙니다. 현재 기준 수수료로 일반 전송 한 번이 약 0.0004 USDC입니다. 1센트의 25분의 1입니다.
Arc USDC는 Circle의 CCTP를 통해 이더리움, Base를 비롯해 Circle이 지원하는 모든 체인의 USDC와 1대1로 교환됩니다. 한쪽에서 태우면 다른 쪽에서 그만큼 발행됩니다. 구조상 1달러이고, 여기서 깨질 페그 자체가 없습니다.
그런데도 1달러보다 비싸게 손바뀜합니다. 이유는 자산이 아니라 줄입니다. Arc에서 USDC를 들고 있으려는 사람이, 자기 USDC를 옮겨와서 남에게 넘겨줄 의향이 있는 사람보다 많습니다. 프리미엄은 그 의향의 값입니다. 느린 과정을 이미 통과해 둔 사람에게 지불하는 즉시성의 대가입니다.
프리미엄이 전송 한도 때문이라는 설명은 사실이 아닙니다. Arc로 들어오는 쪽에는 한도가 있었던 적이 없습니다. 나가는 쪽은 CCTP 메시지당 100,000 USDC가 상한이고, 이 천장에 닿는 사람은 거의 없습니다. 굳이 짚는 이유는 널리 퍼진 숫자가 메시지당 1 USDC이기 때문입니다. 초기에는 맞는 값이었고 지금은 아닙니다. 현재 값은 배치 컨트랙트의 perMessageLimit()으로 아무 때나 확인할 수 있습니다.
직접 브릿지. Base나 다른 CCTP 체인에 USDC가 있어야 합니다. 그쪽에서 태우면 Circle이 증명하고 Arc의 내 주소로 발행됩니다. 프리미엄은 한 푼도 내지 않습니다. 파는 사람이 없으니까요. 대신 시간과 수수료를 씁니다. 이 사이트는 들어오는 방향은 제공하지 않습니다. Circle 브릿지를 직접 쓰십시오.
이미 갖고 있는 사람에게서 구매. 즉시 되고, 그 사람이 부르는 값을 냅니다. 이 사이트에서는 판매자가 가격을 직접 정하고 물량은 이미 예치되어 있습니다. 그래서 인도가 약속이 아닙니다. 내가 돈을 내기 전에 이미 컨트랙트 안에 들어와 있는 잔액입니다.
둘 중 어느 쪽이 싼지는 전적으로 프리미엄에 달렸고, 그 숫자가 이 페이지 맨 위에 있습니다. 일반해는 없고 오늘의 답만 있습니다.
같은 두 길을 거꾸로 가면 됩니다. 다만 이쪽에서는 선택의 값이 들어올 때보다 훨씬 큽니다.
브릿지로 나가면 정확히 1대1로 돌려받습니다. CCTP의 존재 이유이고 완벽하게 신뢰할 수 있습니다. 그리고 시장이 프리미엄을 주고 있을 때는 이쪽이 더 비싼 문입니다. 1대1이라는 말은 달러만 받고 프리미엄은 아무에게도 넘기지 않는다는 뜻입니다. Arc USDC가 1.20에 거래되는데 1,000을 브릿지로 빼면, 누군가 기꺼이 지불하려던 200달러가량을 거절한 셈입니다.
파는 쪽은 그 프리미엄을 챙깁니다. 컨트랙트에 예치하고 가격을 부르고, 안 팔린 물량은 언제든 다시 뺄 수 있습니다. 대신 구매자를 기다려야 합니다. 브릿지는 아무도 기다리지 않습니다.
정직하게 요약하면 이렇습니다. 지금 당장 돈이 필요하고 프리미엄이 얇으면 브릿지, 프리미엄이 얇지 않으면 판매. 결정 전에 위의 숫자를 보십시오. 유일하게 중요한 입력값입니다.
| 경로 | 프리미엄 | 수수료 | 기다리는 대상 |
|---|---|---|---|
| 브릿지로 진입 (Circle 직접, 이 사이트 아님) | 없음 | 0 | Circle의 증명 |
| 여기서 구매 | 내가 지불 | 2% | 없음, 물량이 이미 예치됨 |
| 브릿지로 이탈 | 없음, 그리고 포기함 | 2% | Circle의 증명 |
| 여기서 판매 | 내가 수취 | 2% | 구매자 |
2%는 이 서비스의 수수료이고 컨트랙트 안에서 5%로 상한이 박혀 있습니다. 어떤 키로도 그 위로 올릴 수 없는 상수입니다. CCTP 자체에 대해 Circle이 받는 돈은 없고, 체인은 1번 항목에 적은 가스를 받습니다.
위의 모든 값은 주장이 아니라 체인 조회 결과이고, 하나라도 어긋나면 빌드가 이 페이지를 발행하지 않습니다.
체인 ID와 ERC20 주소와 소수점 자리수는 Arc에서 직접 읽습니다. 메시지당 상한은 0x477cecd9cad406c58a76dd048393b680be29ecfd에 있는 배치 컨트랙트의 perMessageLimit()이며, 이 함수는 Circle의 토큰 민터를 그대로 넘겨봅니다. 수수료와 그 불변 상한은 0x8eb82c4ed189ed310f3c0a4de44a68b82a05eb7e에 있는 에스크로의 feeBps()와 MAX_FEE_BPS()입니다. 페이지 맨 위의 프리미엄은 페이지를 열 때마다 그 에스크로의 열린 매물에서 실시간으로 읽습니다.
우리 말을 믿는 대신 직접 확인하고 싶다면, 위의 주소는 전부 공개 컨트랙트이고 소스도 공개되어 있습니다.
이 페이지는 시장과 프로토콜을 설명합니다. 투자 조언이 아닙니다.
2026-08-31 价格几何,如何进出
Arc USDC 的价值恰好是一美元,但它并不按一美元成交。本页解释原因,显示当前价格,并比较进出各两条路径的成本。这里的每一个数字都直接读自链上。
Arc 是 Circle 自建的一层链,链 ID 为 5042。USDC 不是恰好在其上流通的某个代币,USDC 就是这条链的钱:燃料费也用它支付,所以你不需要先获取另一种波动资产才能转账。
由此产生了每个钱包和脚本初次接触时都会困惑的一点:余额有两副面孔。它既是原生币,像以太一样按 18 位小数计;也是位于 0x3600000000000000000000000000000000000000 的 ERC20,像别处的 USDC 一样按 6 位小数计。这不是可以各自持有不同金额的两个余额,而是同一个余额的两种显示,两者恰好相差一万亿倍。
因为燃料费以美元计价,使用 Arc 的成本比别处更一目了然。按当前基础费率,一次普通转账约为 0.0004 USDC,即四百分之一美分。
Arc USDC 通过 Circle 自己的 CCTP,与以太坊、Base 以及 Circle 支持的所有链上的 USDC 一比一兑换:一边销毁,另一边铸造。按其构造它就值一美元,这里不存在会脱锚的锚。
但它仍然以高于一美元的价格易手。原因不在资产,而在排队:想在 Arc 上持有 USDC 的人,多于愿意把自己的 USDC 搬过来并交给别人的人。溢价就是这份意愿的价格,是为即时性支付的费用,付给那些已经走完慢流程的人。
溢价并非源于转账上限。转入 Arc 从未设过上限。转出的上限是每条 CCTP 消息 100,000 USDC,几乎没人会触到这个天花板。之所以要点明,是因为广为流传的数字是每条消息 1 USDC,那在早期是对的,现在已经不对;当前值随时可以通过批量合约的 perMessageLimit() 查询。
自己走桥。你需要在 Base 或其他 CCTP 链上持有 USDC。你在那边销毁,Circle 出具证明,然后在 Arc 上铸造到你的地址。你完全不付溢价,因为没有人在卖给你东西,你付出的是时间和手续费。本站不提供进入方向,请直接使用 Circle 的桥。
从已经持有的人手里买。即时,价格由对方开。在本站,卖家自行定价,且其库存已经预先存入,因此交付不是一句承诺,而是在你付款之前就已经躺在合约里的余额。
两者哪个更便宜,完全取决于溢价,也就是本页顶部的那个数字。没有通用答案,只有今天的答案。
同样两条路反过来走,但在这个方向上,选择的价值远大于进入时。
走桥退出恰好一比一返还。这正是 CCTP 的意义所在,完全可靠。而只要市场还在给溢价,这就是更贵的那扇门:一比一意味着你只拿回美元,把溢价拱手让给了空气。如果 Arc USDC 正以 1.20 成交,而你把 1,000 走桥转出,你就等于拒绝了别人愿意付给你的约 200 美元。
卖出则把这份溢价收进来。你存入合约,标出价格,没卖掉的部分随时可以取回。代价是你要等买家,而桥不等任何人。
老实说就是:急着用钱且溢价很薄时走桥,溢价不薄时卖出。做决定前先看上面那个数字,它是唯一重要的输入。
| 路径 | 溢价 | 手续费 | 等待对象 |
|---|---|---|---|
| 走桥进入(Circle 直接,非本站) | 无 | 0 | Circle 的证明 |
| 在此购买 | 由你支付 | 2% | 无,库存已预存 |
| 走桥退出 | 无,且被你放弃 | 2% | Circle 的证明 |
| 在此卖出 | 由你收取 | 2% | 买家 |
2% 是本服务的手续费,并在合约中被硬性限制为不超过 5%,这是任何私钥都无法提高的常量。Circle 对 CCTP 本身不收费;链收取第 1 节所列的燃料费。
以上全部是链上读数而非声明,其中任何一项不再吻合,构建都会拒绝发布本页。
链 ID、ERC20 地址及其小数位直接读自 Arc。每条消息的上限来自 0x477cecd9cad406c58a76dd048393b680be29ecfd 处批量合约的 perMessageLimit(),该函数直接转询 Circle 自己的代币铸造器。手续费及其不可变上限来自 0x8eb82c4ed189ed310f3c0a4de44a68b82a05eb7e 处托管合约的 feeBps() 与 MAX_FEE_BPS()。页面顶部的溢价,则在每次加载时从该托管合约的挂单中实时读取。
如果你想自己核对而不是听我们说,上面每一个地址都是公开合约,源码也已公开。
本页描述的是一个市场与一套协议,不构成投资建议。