Four parts, one public route.
getNYSE combines a sourced company directory with a permissionless factory. The directory provides the reference; a user wallet signs; the factory creates a dedicated market; that market holds inventory and its own ETH reserve.
- Directory
- A dated set of NYSE and NYSE American symbols, company names, sectors and reported market caps. It does not deploy contracts by itself.
- Studio
- A four-step interface that validates company, identity, social links, supply and exchange-rate inputs before a wallet request.
- Factory
- A Robinhood Chain contract that enforces symbol uniqueness and deploys one separate market contract per accepted configuration.
- Market
- An ERC-20 style token with sale inventory, native ETH reserve accounting, creator-fee accounting and direct buy/redeem functions.
Why the opening 20 exist.
The source snapshot contains 2,949 NYSE and NYSE American directory entries. The opening edition keeps the 20 smallest eligible operating-company references so discovery starts where broad tokenized-equity catalogs are thinnest.
- Read exchange membership.Company name, ticker and venue come from the official NYSE Listings Directory.
- Remove obvious non-company securities.Funds, warrants, units, preferred securities and acquisition vehicles are excluded from the opening filter.
- Cross-check context.A dated screener observation supplies reported market cap, sector, last sale and volume when a matching ticker is available.
- Order smaller names first.Eligible companies between $1m and $500m are sorted by reported market cap; the first 20 form edition one.
MINFT LIMITED
DXFEASON TECHNOLOGY LIMITED SPON ADR EA REP 60000 ORD (P/S)
EDVAENDOVIA HEALTH SCIENCES INC
OGENORAGENICS INC
PWPOWER REIT
MTNBMATINAS BIOPHARMA HOLDINGS INC
ITPIT TECH PACKAGING INC
VTAKCATHETER PRECISION INC
APUSAPIMEDS PHARMACEUTICALS US INC
CLDICALIDI BIOTHERAPEUTICS INC
AMZEAMAZE HOLDINGS INC
TOPPTOPPOINT HOLDINGS INCMarket cap is a research snapshot for navigation. It is not the price or valuation of a getNYSE community token.
Download the opening-edition datasetWhat becomes immutable.
| Field | Purpose | Rule |
|---|---|---|
| Company reference | Subject and source trail | One of the opening 20 |
| Name | Independent token identity | 3–48 characters |
| Symbol | Factory-level identifier | 2–10 uppercase letters or numbers |
| Website / X / Telegram | Public community links | Optional; written onchain |
| Total supply | Initial contract inventory | 1,000–1,000,000,000 tokens |
| Tokens per ETH | Direct exchange rate | Positive integer; fixed at creation |
All initial supply starts inside the market contract. The creator receives no automatic token allocation. The wallet that creates the market becomes its creator and the only address able to claim accrued redemption fees.
The company reference can be reused by different communities, while the community-token symbol must be unused in this factory.
Inventory out. ETH in.
This example assumes sufficient inventory and reserve, and excludes network gas. The rate stays fixed inside each deployed market.
Three balances to read separately
- Inventory is the token balance held by the market contract.
- Reserve is native ETH held by that market, excluding fees already owed to its creator.
- Creator fees accrue only when a successful redemption deducts 1% from the gross ETH output.
Each market is isolated. ETH paid into one ticker market does not cover redemption in another. The fixed contract rate does not move with the referenced stock, an order book or a DEX.
What the user signs.
- Connect an EVM wallet.The app requests account access and Robinhood Chain. It never requests a seed phrase or private key.
- Review the configuration.The final step displays the reference, supply, effective fixed rate, social links, network and fee.
- Create the market.The wallet calls createMarket on the factory and pays ETH gas. The confirmed MarketCreated event contains the new address.
- Open the market page.The app verifies that the address is registered by the current factory before exposing buy, redeem or fee actions.
- Buy or redeem.A buy sends native ETH with a minimum token output. A redemption returns the caller’s token to inventory with a minimum ETH output.
Closing or refreshing the website does not cancel a submitted transaction. Use the transaction hash and contract address on Blockscout before attempting a second launch.
The network configuration.
| Network | Robinhood Chain mainnet |
|---|---|
| Chain ID | 4663 |
| Native gas token | ETH |
| Public RPC | https://rpc.mainnet.chain.robinhood.com |
| Explorer | robinhoodchain.blockscout.com ↗ |
Robinhood Chain is EVM-compatible. A compatible wallet can add it automatically through the app. ETH must be bridged onto Robinhood Chain; ETH held only on Ethereum mainnet cannot pay chain 4663 gas.
Official connection documentationInspect before you sign.
Compilation uses Solidity 0.8.30, EVM target Shanghai, optimizer enabled with 1,000 runs and via-IR. Source availability and local tests are evidence of reproducibility; they are not an independent security audit.
What the contract proves.
The contract proves token balances, inventory, ETH held at its address, the fixed exchange rule, fee accounting and transaction history. It does not prove a brokerage position or make the token a security issued by the referenced company.
- A company reference is metadata and source context.
- The community token does not grant stock ownership, voting, dividend or issuer-redemption rights.
- The fixed ETH rate does not automatically follow the share price.
- Creating a market does not create external DEX liquidity.
- Redemption depends on ETH actually available in that specific market reserve.
- Contract source review is still required before committing meaningful value.
getNYSE is independent and is not affiliated with Intercontinental Exchange, NYSE, Robinhood or any referenced company.
Before the first transaction.
Can any wallet create a market?
Yes, after the factory is deployed. A connected wallet can submit a valid unused symbol and pay Robinhood Chain gas.
Does the token track the NYSE share price?
No. The live launch contract uses a fixed tokens-per-ETH rate. The company ticker is a reference and source trail.
Where does purchase ETH go?
Directly into the selected market contract. It becomes that market’s redeemable reserve, subject to inventory and fee accounting.
Can the creator withdraw the reserve?
The contract exposes only creator-fee claims. It does not give the creator a general reserve-withdrawal function.
Why can a redemption fail?
The wallet may lack token balance, the amount may round below precision, the minimum output may fail, or the market may lack enough ETH reserve.
Are all NYSE companies live on day one?
The source directory is broader, while edition one exposes 20 selected references. Coverage expands in later editions.
Project updates: @getnyse_fun.