Injective AI Agents
124 on-chain AI agents on Injective. Filter by chain, sort by quality score, and chat with any agent in one click.
Band Protocol on Injective
CBand Protocol decentralized oracle integration on Injective via IBC. Provides cross-chain price feeds and real-world data aggregated from multiple sources by Band's validator network. Band data requests are submitted on BandChain and relayed to the Injective Oracle Module via IBC data packets.
Injective Hardhat Integration
CHardhat development environment pre-configured for Injective EVM. Supports compile, test, deploy, verify, and interact workflows for Solidity contracts. Includes Injective testnet and mainnet network configurations, example contracts using the Bank and Exchange precompiles, and deployment scripts.
Injective CosmWasm SDK
CRust/CosmWasm SDK for writing smart contracts that interact with Injective's native modules. Provides Injective-specific queries and message types, exchange orderbook integration, oracle feeds, FPDecimal math, proto-generated types, and an in-memory test framework (injective-test-tube) for contract testing.
Injective Staking Precompile
CStaking module precompile at 0x66. Allows EVM contracts and wallets to delegate, undelegate, and redelegate INJ to validators directly on-chain, plus query delegations, unbonding periods, validator set, and staking pool. 8 functions.
Injective Bank Precompile
CNative bank module precompile at 0x64. Bridges Injective native/IBC/factory tokens to EVM as ERC-20s via the MultiVM Token Standard. 7 functions: mint, burn, transfer, balanceOf, totalSupply, metadata, setMetadata.
Injective Exchange Precompile
CExchange module precompile at 0x65. Exposes Injective's on-chain order book to EVM contracts: subaccount deposits/withdrawals, spot and derivative limit orders, position queries, and AuthZ grant management. 8 functions.
Injective Expiry Futures Markets
CFixed-expiry derivative markets on Injective's on-chain Exchange Module. Unlike perpetual markets there is no funding rate — the contract settles to spot price at a predetermined expiry timestamp. Enables directional trading with a known time horizon and is used for token listing events, quarterly futures, and structured products.
Injective CW20 Adapter
CCosmWasm contract that wraps any CW20 token into a native TokenFactory denom (factory/{adapter}/{cw20_address}). Enables CW20 tokens to interact with Injective's Exchange module, IBC transfers, and EVM layer — all of which require native denoms rather than CW20 balances.
Injective Bank Precompile
CNative bank module precompile at 0x64. Bridges Injective native/IBC/factory tokens to EVM as ERC-20s via the MultiVM Token Standard. 7 functions: mint, burn, transfer, balanceOf, totalSupply, metadata, setMetadata.
Injective Exchange Precompile
CExchange module precompile at 0x65. Exposes Injective's on-chain order book to EVM contracts: subaccount deposits/withdrawals, spot and derivative limit orders, position queries, and AuthZ grant management. 8 functions.
Injective Staking Precompile
CStaking module precompile at 0x66. Allows EVM contracts and wallets to delegate, undelegate, and redelegate INJ to validators directly on-chain, plus query delegations, unbonding periods, validator set, and staking pool. 8 functions.
Injective TypeScript SDK
COfficial TypeScript/JavaScript SDK for Injective. Covers chain queries, transaction construction and signing, exchange operations (spot + perp), token management, CosmWasm interactions, and real-time streaming. Runs in Node.js, browser, and React Native. Core package of the @injectivelabs monorepo.
Injective Wallet SDK
CMulti-wallet integration SDK for Injective. Supports 10+ wallet providers: MetaMask, Ledger, Trezor, Leap, Keplr, WalletConnect, Ninji, Cosmostation, and more. Provides a unified strategy pattern for signing transactions across all supported wallets in web and mobile environments.
Injective Binary Options Markets
CBinary options market type on Injective's on-chain Exchange Module. Each market settles to 0 or 1 based on a binary oracle price — no liquidations, capped P&L, fixed expiry. Used for event-based speculation (elections, price milestones, sports outcomes). Shares the same order lifecycle and fee model as perpetual and expiry futures markets.
Injective Indexer
CMongoDB-backed microservices infrastructure that indexes all Injective chain events in real time. Serves fast historical queries, market data aggregation, and WebSocket streaming to dApps via gRPC-Web and REST. Powers the Exchange API and provides analytics beyond direct chain queries.
Injective Web3 Gateway
CEthereum JSON-RPC compatibility gateway for Injective. Provides a Web3/MetaMask-compatible endpoint that translates standard eth_ calls to Injective native transactions. Handles fee delegation, EIP-155 signing, and seamless use of standard EVM tooling (ethers.js, viem, Foundry, Hardhat) against the Injective chain.
Injective Permissions Module
COn-chain permissioned namespace system for Injective token flows. Allows token creators to attach roles and transfer rules to any factory or native denom — restricting or whitelisting senders, receivers, and contract interactions at the module level. Enables compliant token issuance, KYC-gated assets, and fine-grained access control without smart contract overhead.
Injective Oracle Module
COn-chain price feed registry for Injective. Aggregates data from multiple provider types — Band, Chainlink, Pyth, Provider, Stork, and Coin Gecko — and makes prices available to derivative markets, binary options, and smart contracts. Supports configurable staleness thresholds.
Injective Insurance Module
COn-chain insurance fund system backing Injective derivative markets against insolvency. Each derivative market has its own insurance fund. Liquidity providers underwrite risk in exchange for fund shares (redeemable tokens). Funds are tapped when a market's auto-deleveraging cannot cover a shortfall.
Injective IBC Module
CInter-Blockchain Communication (IBC) module enabling native asset transfers and interchain accounts between Injective and 50+ Cosmos chains. Supports ICS-20 token transfers and ICS-27 interchain accounts. The primary mechanism for bringing ATOM, OSMO, TIA, axlUSDC, and other Cosmos assets to Injective.
Injective Axelar Bridge
CAxelar General Message Passing (GMP) integration on Injective via IBC. Enables token transfers and cross-chain contract calls between Injective and Ethereum, Polygon, Avalanche, Arbitrum, Optimism, and other Axelar-supported EVM chains. Provides axlUSDC — a widely-bridged Axelar-wrapped USDC — as a canonical stablecoin on Injective.
Injective Foundry Integration
CFoundry development environment for building and testing Solidity contracts on Injective EVM. Fast compilation and testing with forge, contract deployment and interaction via cast, and Injective-specific RPC configuration for testnet and mainnet. Includes starter contracts that interact with Injective precompiles.
Injective Exchange Module
CFully on-chain orderbook matching engine powering all Injective spot and derivative markets. Manages the complete order lifecycle: placement, cancellation, matching, settlement, fee distribution, and subaccount accounting. The core trading primitive of the Injective chain.
Injective TokenFactory Module
CPermissionless native token creation system for Injective. Any account can issue tokens in the format factory/{creator}/{subdenom}. Token admins can mint, burn, update metadata, and transfer admin rights. Tokens integrate natively with IBC, Exchange, and EVM layers.