Skip to main content

What is Eco Inc.?

Eco Inc. is a blockchain company building software that maximizes money's value. Founding contributor to the Eco Protocol and builder of Bend. Backed by a16z, Pantera, Founders Fund.

Written by Eco

What is Eco Inc.?

Eco Inc. is a San Francisco based blockchain software company and the founding contributor to Eco, a stablecoin network that moves USDC, USDT, and other dollar tokens across more than 16 blockchains through a non-custodial intent system. This article covers the company: not the unrelated mobile strategy game "Eco Inc. Save the Earth" available on the App Store and Google Play, which is a separate product from a separate publisher.

What Is Eco Inc.?

Eco Inc. is the company that builds Eco, stablecoin infrastructure used by developers to move USDC and USDT across chains without custodial bridges. Founded in San Francisco, Eco Inc. is a for-profit blockchain and fintech company, not a game studio, consumer app, or nonprofit, and Crunchbase categorizes it under blockchain, cryptocurrency, DeFi, financial services, fintech, payments, and web3 (Crunchbase).

Eco Inc. was founded in 2018 and has operated under a few different products over its history, including an early consumer savings app and, more recently, the Eco Protocol infrastructure stack (FinLedger, 2021). The company's current focus, per its own developer documentation, is letting teams "build stablecoin products without building stablecoin infrastructure": a single API that handles cross-chain routing, gas abstraction, and settlement, with stablecoins natively issued on more than 16 chains creating over 240 directional transfer pairs (Eco Docs, What is Eco?).

Eco Inc. should not be confused with "Eco Inc. Save the Earth," a mobile simulation game from a different publisher available on the Apple App Store and Google Play, or with enginecert.com, an unrelated technical certification site. Neither shares any ownership, product, or technology with the stablecoin company covered in this article.

How Does Eco Work?

Eco works through an intent based network: a user or app signs a desired outcome, such as sending 1,000 USDC from Base to Arbitrum, and independent solvers compete to fulfill it. Funds settle atomically, meaning the transaction completes fully or reverts, with no funds stuck mid-bridge.

Eco's documentation describes this as solving four recurring failure points in cross-chain stablecoin transfers: bridge UX, destination gas requirements, funds getting stuck in an intermediate state, and partial settlement (Eco Docs). A typical Routes transfer settles in 20 to 40 seconds, with a per-intent vault that releases the solver's reward only after cryptographic proof of fulfillment (Eco Docs).

Settlement itself is modular. Depending on the route, Eco can validate a transfer through Hyperlane, Chainlink CCIP, Circle CCTP, LayerZero, or Polymer, letting developers choose the tradeoff between speed, cost, and security for a given path (What is Eco Routes?). See also: What is a blockchain intent? and What is a relayer?

How Is Eco's Infrastructure Built?

Eco's protocol is built on four design choices: non-custodial vaults, a non-upgradable factory contract, dual-mode execution that doesn't depend on solver availability, and runtime routing that picks the best path at execution time rather than at signing time.

Every intent on Eco funds a Vault, a deterministic CREATE2 contract that holds funds until proof of fulfillment; there is no protocol-owned account, and refunds are permissionless and run independently of Eco (Eco Docs, What is Eco?). The contract that creates these vaults, called the Portal, is a non-upgradable factory: no proxy pattern, no admin keys, no upgrade path, so the contract a developer integrates against today behaves the same way years from now (Eco Docs, What is Eco?).

Execution runs in three tiers depending on solver conditions. When a solver is available with better pricing, the intent fills through normal solver settlement funded by solver capital. When a solver is available but has no pricing edge, the intent fills through orchestration using only gas. When no solver is available at all, Eco can self-solve the intent by routing the user's funds through underlying infrastructure inside a single transaction, again using only gas, so a transfer still completes as long as the source and destination chains are live, independent of solver participation (Eco Docs, What is Eco?).

Because most onchain operations lock in their route at signing time, the chosen path can be stale by the time a transaction lands. Eco's Programmable Transactions layer instead lets a single transaction read state from multiple contracts, choose between paths, and execute the optimal one atomically at the moment it lands (Eco Docs, What is Eco?).

What Products Does Eco Inc. Build?

Eco Inc. builds five products that developers can use standalone or compose together: Routes for cross-chain transfers, Programmable Addresses for deterministic deposit routing, Programmable Transactions for atomic multi-contract logic, Orchestration for wrapping routing and compliance behind one API, and Verified Liquidity for KYB'd solver settlement.

Routes

Routes moves and swaps stablecoins across chains in real time through the intent network described above. It supports 1:1 stablecoin transfers, cross-stable swaps, and destination-chain calls in a single signed action, and is positioned for wallets, DEXs, payment apps, and cross-chain DeFi (Eco Docs, What is Eco?).

Programmable Addresses

A Programmable Address is a deterministic CREATE2 address with pre-set actions attached. A sender makes a plain ERC-20 transfer, no bridge interface or extra signature required, and funds arriving at that address auto-route to the configured chain or balance. Eco's documentation lists a live integration for Circle Gateway fast deposits from Base, Optimism, and Arbitrum into Polygon, and positions the product for exchanges, neobanks, and protocol treasuries (Eco Docs).

Programmable Transactions

Programmable Transactions, currently in beta, let a single onchain transaction read state from multiple contracts, pick the best path, and execute atomically without deploying a new contract. Eco's docs describe more than 50 supported opcodes for data extraction, control flow, and cryptographic operations, and position the product for aggregators, AI agents, and latency-sensitive apps (Eco Docs, What is Eco?).

Orchestration

Orchestration, also in beta, is the composition layer: it wraps Routes, Programmable Transactions, and compliance hooks like address screening behind a single API, aimed at enterprise teams, regulated fintechs, and agentic workflows (Eco Docs, What is Eco?).

Verified Liquidity

Verified Liquidity, in closed beta, routes stablecoins through KYB'd solvers with KYC and OFAC user screening applied at the solver-selection layer rather than in the contract itself. Eco positions it for payment service providers, regulated treasury operations, stablecoin issuers, and B2B settlement (Eco Docs, What is Eco?).

Product

What it does

Status

Source

Routes

Real-time cross-chain stablecoin transfers and swaps via intent network

Live, 240+ directional pairs

Programmable Addresses

Deterministic CREATE2 address with pre-programmed routing

Live (Circle Gateway integration)

Programmable Transactions

Atomic multi-contract decision logic in one transaction

Beta, contact for access

Orchestration

Composes routing, liquidity, and compliance behind one API

Beta, contact for access

Verified Liquidity

KYB'd solver settlement with KYC/OFAC screening

Closed beta, contact for access

Who Uses Eco Inc.'s Products?

Eco Inc.'s products serve four kinds of teams: app builders who need gasless cross-chain deposits, DeFi protocol developers accepting deposits and rebalancing treasury across chains, stablecoin issuers deepening liquidity for their own token, and payments or treasury teams automating multi-chain settlement.

DeFi protocols are the clearest example. A vault deployed on Arbitrum has no visibility into capital sitting on Optimism, and users often abandon a deposit flow at the bridging step. Eco's documentation describes a "deposit from any chain" pattern: a user clicks deposit on an Arbitrum vault, the frontend builds a Routes intent bundling an approve call and a vault deposit call, the user signs once on their own source chain, and the whole sequence executes atomically or refunds (Eco Docs, Solutions for DeFi Protocols). Protocols also use Routes to auto-rebalance treasury: a service watches utilization on each deployed chain, and when a threshold trips, it publishes an intent moving USDC from an over-supplied chain to an under-supplied one, with no partial-state reconciliation needed because settlement is guaranteed (Eco Docs, Solutions for DeFi Protocols).

Stablecoin issuers face a related problem: a token deployed on ten or more chains often has liquidity concentrated on only two, and cross-chain transfers of that token frequently route through an intermediary asset like USDC instead of staying native. Eco's documentation describes issuers adding their token to the supported chains list so Eco's solver network quotes against it immediately, or running their own solver to capture routing-fee revenue and control their own spread (Eco Docs, Solutions for Stablecoin Issuers). For a deeper comparison against other cross-chain routing options, see Cross-Chain USDC and USDT Routing in 2026: Eco, LI.FI, and Across Compared.

Eco's documentation summarizes what building on the network is meant to guarantee across all of these use cases: predictable settlement with no bridge limbo or partial states, typical fulfillment in 20 to 40 seconds even when no solver is willing to front capital, and compliance controls such as address screening, AML, and region rules that can be added without changing the underlying integration (Eco Docs, What is Eco?).

Who Founded and Leads Eco Inc.?

Eco Inc. was co-founded by Ryne Saxe, Andy Bromberg, Henry Ault, Joey Krug, and Ryan Breslow. As of this writing, Ryne Saxe serves as Co-Founder and CEO, with Noah Spaulding as COO, Jay Kurahashi-Sofue as CMO, and Matthew Sevey as Head of Engineering (Crunchbase).

The company's public funding history includes a $60 million Series B round in 2021, co-led by Activant Capital and L Catterton with participation from a16z Crypto, Lightspeed Venture Partners, LionTree Partners, and Valor Equity Partners, arriving four months after a $26 million round earlier that same year (FinLedger, 2021). Eco Inc. is listed on Crunchbase as headquartered in San Francisco, California, with 51 to 100 employees, across four announced funding rounds including seed and Series A financings (Crunchbase). Crunchbase lists Circle, LI.FI, and LayerZero Labs as possible competitors or alternatives to Eco, which is a useful check for anyone trying to place Eco Inc. within the stablecoin infrastructure category rather than confusing it with the unrelated mobile game or certification site discussed below (Crunchbase).

Is Eco Inc. the Same Company as the "Eco Inc. Save the Earth" Game?

No. Eco Inc. the stablecoin company and "Eco Inc. Save the Earth" are unrelated products that happen to share part of a name and both use "Eco" as a shorthand. The game is a mobile strategy simulator distributed on the Apple App Store and Google Play by a separate publisher, with no connection to blockchain infrastructure, stablecoins, or the Eco protocol described throughout this article.

The naming overlap is coincidental. Eco Inc. the company builds developer infrastructure for moving stablecoins like USDC and USDT across more than 16 blockchains (Eco Docs, What is Eco?). "Eco Inc. Save the Earth" is listed on Google Play as a "strategy simulator sandbox in the 'Incs' genre from the creators of Religion Inc," and separately described as a casual simulation game where players manage environmental scenarios (Google Play). It is listed under its own publisher account on both major app stores, with no shared founders, funding, or technology stack with Eco Inc. the company. A similarly unrelated search result, enginecert.com, is a technical certification website with no connection to either. If a search for "Eco Inc." surfaces the game or that certification site, this article and eco.com are the correct destination for the blockchain infrastructure company.

About Eco Inc.

Eco Inc. builds technology that powers smarter, real-time money movement using stablecoins, and is the founding contributor to Eco, the stablecoin network that makes money programmable across every major blockchain (Eco). We expect better from our money, and we want you to as well. That's what drives us every day.

Dev Docs | Eco Forum | Eco Discord

Related reading:

Did this answer your question?