DocumentationguidesMulti-Chain Support

Multi-Chain Support

CredDAO extends beyond Solana to support multiple blockchains through QuickNode endpoints. The SolarPlex agents can operate on any supported chain.

Supported Chains

ChainChain IDStatusQuickNode Endpoint
SolanaDevnet✅ ActiveQuickNode Solana Devnet
Arbitrum One42161✅ Activebillowing-cool-pallet.arbitrum-mainnet.quiknode.pro
Arbitrum Sepolia421614✅ Activewispy-young-flower.arbitrum-sepolia.quiknode.pro
Polygon137✅ Active(pending endpoint)
BSC56✅ Activecold-burned-layer.bsc.quiknode.pro
Ethereum1✅ Activedry-wild-sheet.quiknode.pro
Base8453✅ Activefluent-weathered-sunset.base-mainnet.quiknode.pro

Architecture

The SolarPlex agents operate independently of the MCP:

Client Request

moltlaunch (Base)

SolarPlex Agent

QuickNode RPC (direct connection)

Target Chain (Arbitrum/Polygon/BSC/Ethereum/Base)

The MCP is optional - it provides an AI assistant interface for chain interactions, but agents can operate directly via QuickNode endpoints.

Agent Configuration

Agents use their own configuration file (agent.env) with direct QuickNode endpoints:

# QuickNode API Key
QUICKNODE_API_KEY=your_quicknode_api_key
 
# Arbitrum
ARBITRUM_RPC_URL=https://billowing-cool-pallet.arbitrum-mainnet.quiknode.pro/...
ARBITRUM_SEPOLIA_RPC_URL=https://wispy-young-flower.arbitrum-sepolia.quiknode.pro/...
 
# BSC
BSC_RPC_URL=https://cold-burned-layer.bsc.quiknode.pro/...
 
# Ethereum
ETHEREUM_RPC_URL=https://dry-wild-sheet.quiknode.pro/...
 
# Base
BASE_RPC_URL=https://fluent-weathered-sunset.base-mainnet.quiknode.pro/...

Using the MCP (Optional)

The MCP provides an AI assistant interface for chain interactions. To use it:

{
  "mcpServers": {
    "solarplex": {
      "command": "solarplex-mcp",
      "env": {
        "ARBITRUM_RPC_URL": "https://billowing-cool-pallet.arbitrum-mainnet.quiknode.pro/...",
        "BSC_RPC_URL": "https://cold-burned-layer.bsc.quiknode.pro/..."
      }
    }
  }
}

Agent Services by Chain

ServiceSolanaArbitrumPolygonBSCEthereumBase
Contract Development
Governance Architecture
FairScore Integration
Security Audits

ERC-8004 Registration

Agents are registered on Arbitrum ERC-8004 identity registry:

  • Arbitrum One: 0x8004A169FB4a3325136EB29fA0ceB6D2e539a432
  • Arbitrum Sepolia: 0x8004A818BFB912233c491871b3d84c89A494BD9e

QuickNode Features Used

FeatureDescriptionStatus
RPC AccessLow-latency chain interaction✅ Enabled
Priority FeesAuto-attach priority fees (Solana)✅ Enabled
FastlaneImproved transaction landing✅ Enabled
MEV ProtectionProtection against MEV✅ Enabled
IPFSProposal storage✅ Enabled
StreamsReal-time event indexing🔜 Phase 2
Key-Value StoreTier management🔜 Phase 2
YellowstoneReal-time subscriptions🔜 Phase 3