Injective is the only blockchain specifically designed for cross-chain trading, derivatives, DeFi, and Web3 applications. Positioned to become the premier global destination for DeFi ecosystem builders, Injective offers a multitude of advantages for developers, empowering them to build more powerful applications in less time. This section provides comprehensive guides, tools, and resources for developers building on Injective. Whether you’re creating smart contracts in Solidity or CosmWasm, developing decentralized exchanges, integrating with native modules, or building full-stack dApps, this documentation will help you get started quickly and leverage Injective’s unique DeFi-focused infrastructure. Injective combines the best of both Ethereum and Cosmos ecosystems by offering dual smart contract environments: EVM for Solidity developers and CosmWasm for Rust developers—while providing native DeFi modules that eliminate the need to rebuild core financial infrastructure from scratch. With ultra-fast 650ms block times, $0.0003 transaction costs, MEV-resistant infrastructure, and seamless interoperability with 23+ networks including Ethereum and Solana, developers can build sophisticated cross-chain financial applications without compromising on performance, security, or user experience.Documentation Index
Fetch the complete documentation index at: https://docs.injective.network/llms.txt
Use this file to discover all available pages before exploring further.
Key Concepts
| Term | Description |
|---|---|
| injectived | The command-line interface and node daemon that connects to and interacts with the Injective blockchain. |
| Denom | The native asset representation format on Injective (e.g., factory/{creator}/{subdenom} or peggy{ethereumAddress}). |
| Trading Account | An isolated subaccount that decouples funds from the Bank module for executing trades. One address can have unlimited trading accounts. |
| Token Factory | A native module allowing users and contracts to create new native tokens and swap between native tokens and CW20 tokens. |
| Indexer API | A high-performance data indexing service that provides fast queries, streaming updates, and historical data from the chain. |
Why Build on Injective?
Optimized for DeFi
⇾ Specialized modules
⇾ Low-latency infrastructure
⇾ Quicker development
⇾ Greater capabilities
⇾ Unlock new potential
⇾ Low-latency infrastructure
⇾ Quicker development
⇾ Greater capabilities
⇾ Unlock new potential
Commercial-Grade Scalability
⇾ 25,000+ TPS
⇾ 650ms block times
⇾ Instant finality
⇾ MEV-resistant
⇾ $0.0003 per transaction
⇾ 650ms block times
⇾ Instant finality
⇾ MEV-resistant
⇾ $0.0003 per transaction
Highly Interoperable
⇾ Native interoperability, 23+ networks, including Ethereum & Solana
⇾ IBC-Enabled, 110+ chains
⇾ IBC-Enabled, 110+ chains
Intuitive Developer Experience
⇾ Natively integrated execution layer
⇾ WASM + EVM
⇾ Powered by Rust, Golang, and Solidity
⇾ WASM + EVM
⇾ Powered by Rust, Golang, and Solidity
Developer Paths

EVM
Deploy Solidity smart contracts and build dApps using familiar Ethereum tooling on Injective’s EVM-compatible execution layer.

CosmWasm
Build secure, efficient smart contracts using Rust and the CosmWasm framework with enhanced performance and safety guarantees.

DeFi
Leverage Injective’s native financial primitives to build DEXs, derivatives platforms, lending protocols, and other DeFi applications.

Native Modules
Access low-level chain functionality including the exchange, oracle, auction, and token factory modules for advanced use cases.
Additional Resources

Building dApps
Step-by-step guides for configuring UI frameworks (React, Nuxt, Webpack) and building example dApps on Injective.

Technical Concepts
Deep dives into core concepts like trading accounts, token standards, gRPC, and the Indexer API architecture.

injectived CLI
Install, configure, and use the Injective node daemon for chain interaction, validator operations, and advanced commands.
