> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cosmos.network/llms.txt
> Use this file to discover all available pages before exploring further.

# Experimental Features

> This page provides a living record of the features that can be turned on with the experimental_features flag

### Background

The `experimental_features` parameter on `/route` and `/msgs_direct` gives us a consistent mechanism for rolling out new features to the folks who want to adopt them ASAP in an "opt-in" fashion, without threatening to destabilize power users who might want the new hottness.

*(Of course, we avoid shipping changes that are technically breaking no matter what. But we've found that even additive changes can break some integrators).*

We will probably auto-activate most features that we soft launch in `experimental_features` within a few weeks or months of the initial launch -- especially when the feature makes a strict improvement to end user UX (e.g. adding a new DEX or bridge).

The `experimental_features` parameter accepts an array of strings, where each string identifies a feature. The rest of this doc describes each experimental feature currently in prod, when the feature will become opt-out (rather than opt-in), and gives the feature's identifier.

### Stargate ("stargate")

**Description:** Support for routing over the Stargate V2 bridge on EVM chains incl. Sei EVM

**Opt-out switch**: Stargate routing will auto-activate on March 1 2025

**Identifier:** "stargate"

### Eureka ("eureka")

**Description:** Support for routing over the IBC Eureka bridge, starting with a connection between Cosmos and Ethereum Mainnet.

**Opt-out switch**: Eureka routing will auto-activate on May 1 2025

**Identifier:** "eureka"

### Layerzero (`"layer_zero"`)

**Description:**\
Improves cross-chain capabilities to support more assets such as USDT.

**Opt-out switch:**\
Layerzero routing was auto-activated on **March 1, 2025**.

**Identifier:** `"layer_zero"`

<Info>
  **Have questions or feedback? Help us get better!**

  Join [our Discord](https://discord.gg/interchain) and select the "Skip Go Developer" role to share your questions and feedback.
</Info>
