- Gemini Dollar (GUSD) research overview
- Historical market behavior
- YearBull signal interpretation
- Market structure and supply
- Key risks and limits
- Primary sources and review scope
- Gemini Dollar (GUSD): How the Regulated Ethereum Stablecoin Works
- A dollar token issued by Gemini
- Issuance, reserves, and redemption
- The contract is a system, not one simple token contract
- Transparency and security evidence
- Who GUSD is designed for
- What to verify before using it
- Key takeaways
- Risks and open questions
- YearBull Rank timeline
Gemini Dollar (GUSD) research overview
Gemini Dollar (GUSD) is tracked by YearBull under the source identifier gemini-dollar. Source categories place the asset in the Stablecoins universe, with additional labels including Stablecoins, USD Stablecoin, Near Protocol Ecosystem. Category labels describe market context; they do not prove project activity, adoption, or investment quality.
Market structure and supply
Observed market capitalization is about $39.40 million and reported 24 hour volume is about $970.4 thousand. That volume equals 2.46% of market capitalization in the dated snapshot. Current circulating supply is 39,450,505. Recorded total supply is 39,450,505. Circulating supply changed -13.5% across the available historical window. Reported volume and supply fields can change through source revisions, issuance, burns, migrations, or venue coverage.
Key risks and limits
Peg design, reserve quality, collateral liquidity, redemption access, issuer or protocol governance, and venue concentration require separate verification. Historical metrics describe the available YearBull record; they do not predict future returns. Contract addresses, network support, custody, and venue availability should be verified before use.
Primary sources and review scope
YearBull methodology | Official project website | Technical documentation or whitepaper | Source repository. Identity, categories, supply, and historical market fields were reviewed from locally stored source records on 2026-09-12. The live analytical snapshot may be newer than this editorial review.
Gemini Dollar (GUSD): How the Regulated Ethereum Stablecoin Works
Gemini Dollar is a fiat-backed stablecoin issued by Gemini Trust Company. Its design combines a dollar redemption process, segregated reserve accounts, an upgradeable Ethereum contract system, and issuer-controlled safeguards that distinguish it from decentralized stablecoins.
A dollar token issued by Gemini
Gemini Dollar, or GUSD, is an Ethereum-based ERC-20 token intended to represent one U.S. dollar. Gemini Trust Company issues GUSD through its platform, while the token can then be transferred to Ethereum addresses and used in applications that support ERC-20 assets. The New York State Department of Financial Services lists GUSD among stablecoins approved for issuance in New York by regulated virtual-currency entities. This regulatory status describes the issuer’s supervisory framework; it does not make GUSD a decentralized asset or remove dependence on Gemini.
GUSD’s basic purpose is settlement in a dollar-denominated unit without using a conventional bank transfer for every transaction. Gemini presents the token for trading, payments, savings-related uses, and integration with decentralized applications. Those uses depend on external wallets, exchanges, smart contracts, and payment counterparties choosing to support GUSD. The token itself does not provide a separate yield, governance right, or claim on Gemini equity; its central economic function is representing a redeemable dollar balance within the issuer’s framework.
Issuance, reserves, and redemption
The intended issuance cycle is straightforward: a Gemini customer exchanges U.S. dollars for GUSD, Gemini credits the token balance, and the corresponding reserve assets are held in accounts designated for Gemini Dollar customers. When a customer sells GUSD for dollars, the tokens are redeemed and removed from the customer’s account. Gemini describes the reserve mix as bank deposits, money-market funds invested in U.S. government obligations, and U.S. Treasury obligations.
The redemption promise is more limited than a permissionless on-chain conversion. Under Gemini’s current user agreement, only Gemini customers may exchange dollars for GUSD or redeem GUSD for dollars through Gemini. The agreement states that redemption is intended to be completed within no more than one full business day after the relevant business day, subject to the platform’s terms and compliance controls. A holder using a self-custody wallet therefore owns a transferable token but does not automatically gain a direct redemption relationship with Gemini.
The contract is a system, not one simple token contract
GUSD’s published code separates the user-facing interface from the token logic and ledger. ERC20Proxy is the permanent interface that exposes standard token functions. ERC20Impl contains the operating logic, while ERC20Store holds the ledger state and accepts state-changing calls only from the trusted implementation. This separation allows the issuer to change the active implementation without changing the public token address used by holders and applications.
The same architecture creates meaningful issuer control. The white paper describes mechanisms that can pause, block, or reverse transfers in response to a security incident or legal requirement. It also describes custodianship, offline approvals, dual control, time locks, revocation, and a PrintLimiter mechanism intended to constrain supply increases. These controls may reduce the impact of some operational mistakes, but they also mean that GUSD is not censorship-resistant in the way a decentralized monetary network is.
Transparency and security evidence
The Ethereum contract address gives users and analysts an on-chain record of balances, transfers, and total token supply. The public Gemini repository documents the contract components and includes the source files for the proxy, implementation, store, custodian, upgrade, and supply-limiting modules. This makes the intended control structure inspectable, although reading published source code does not by itself prove that every deployed contract remains identical to the reviewed design.
Trail of Bits assessed the smart contracts in 2018, including ERC-20 behavior, minting, burning, sweeping, authorization, and upgrades. Its report says that two high-severity, two medium-severity, four low-severity, and one informational issue were found and that Gemini addressed the issues during the engagement. This is useful historical evidence about the reviewed code, not a current guarantee: the assessment predates later operational changes, deployed-state changes, and risks outside the audited contracts, including banking, custody, account access, and regulatory dependencies.
Who GUSD is designed for
GUSD is aimed at users who need a dollar-denominated asset that can move through crypto infrastructure. Traders may use it as a quote or settlement asset, businesses may use it for digital payments, and developers may integrate it into Ethereum applications. Its value to each group depends on liquidity, wallet support, exchange availability, transaction costs, and the willingness of counterparties to accept the token rather than another dollar stablecoin.
The project’s practical center of gravity remains Gemini’s issuer and exchange infrastructure rather than an independent protocol community. Gemini controls issuance and redemption, while the smart contracts enforce the token rules on Ethereum. That division can make the asset easier to administer than an algorithmic stablecoin, but it concentrates trust in Gemini, its reserve managers, its banking partners, its compliance processes, and the Ethereum network.
What to verify before using it
GUSD should be evaluated as a claim on an issuer-mediated redemption system, not simply as code on Ethereum. Users should distinguish the visible on-chain supply from the off-chain reserve assets, the public audit history from current assurance, and the ability to transfer tokens from the ability to redeem them for dollars. Network labels and bridged representations should also be checked separately from the primary Ethereum token, because support on another network can introduce bridge, custody, or issuer-recognition dependencies.
Key takeaways
- GUSD is an issuer-backed ERC-20 stablecoin whose primary role is dollar-denominated transfer and settlement.
- Gemini controls issuance and redemption; self-custody holders do not automatically have a direct redemption relationship with the issuer.
- The token uses separate proxy, implementation, storage, custodian, and supply-limiting components rather than one simple contract.
- The design supports upgrades and emergency controls, including the ability to pause, block, or reverse transfers under specified conditions.
- Reserve attestations, the banking structure, current deployed contracts, and any bridged network representation should be reviewed separately.
Risks and open questions
- GUSD depends on Gemini’s continued operation, regulatory permissions, reserve management, banking relationships, and compliance systems.
- The token’s upgradeable and issuer-controlled architecture creates administrative and censorship risk in addition to ordinary smart-contract risk.
- The 2018 Trail of Bits assessment is historical and should not be treated as evidence that current deployments or surrounding infrastructure are free of vulnerabilities.
- Redemption through Gemini is restricted to Gemini customers and remains subject to account, compliance, service, and settlement conditions.
- A token displayed on another network may involve bridge or wrapper risks that are separate from the Ethereum GUSD contract.
- The public materials reviewed here do not independently establish the current quality or accessibility of every reserve asset at every moment.
YearBull Rank timeline
YearBull Rank for gemini-dollar is currently unavailable.
Rank change (nearest points).
Reading rule: a smaller rank number indicates stronger placement.
- 7d window: current rank not available.
- 30d window: current rank not available.
YearBull Rank is an internal ordering on YearBull that positions a coin relative to the rest of the tracked universe. Use it as positioning context over time, not as a promise.
Liquidity read: a steadier line can indicate steadier access. If the line drifts, liquidity may be gradually shifting.
Cycle framing: phase changes usually leave a footprint in consistency. If 7d and 30d disagree, treat it as a transition window.
Risk profile: minor drift can still matter at scale. If the last week is quiet, the current rank is usually easier to trust.
Exchange footprint: venue mix can alter rank without changing the narrative. If rank improves slowly, it often reflects broader access or steadier participation.

