injective-rfq-integrations

Installation
SKILL.md

Injective RFQ Integrations

Use this skill when adding Injective RFQ to a frontend or when building an RFQ quote monitoring tool. Keep the main flow simple: use the RFQ gateway when you want managed settlement, and use client-side gateway mode only when the app is ready to own quote collection, selection, broadcast timing, and reconciliation.

Mainnet Parameters

The canonical mainnet RFQ contract address is:

export const RFQ_CONTRACT_ADDRESS = 'inj12stwq95jet57edcu4a65r48r46s9rzrs938n8k'
export const RFQ_WS_URL = 'wss://rfq.ws.injective.network'
export const RFQ_GATEWAY_URL = 'https://rfq.gateway.grpc-web.injective.network/'
export const RFQ_CHAIN_ID = 'injective-1'
export const RFQ_EVM_CHAIN_ID = 1776
export const RFQ_COLLECT_QUOTES_MS = 500
Installs
17
GitHub Stars
5
First Seen
May 31, 2026
injective-rfq-integrations — injectivelabs/agent-skills