Smart Contracts

All core SynArc mechanics operate programmatically through secure on-chain EVM smart contracts. This section details deployed addresses and configurations.


Deployed Contract Addresses

SynArc contracts are deployed on the Arc Testnet and can be inspected on the block explorer:

1. SynArc Governor

  • Address: 0x83Fa2adf3f66e4951D7E9F2576a79e9d644aE25e
  • Description: Implements core voting parameters, proposal execution triggers, and quorum rules.
  • Explorer: View on ArcScan

2. SynArc Treasury

  • Address: 0xFE0F6bF45D363d34CD5fC1781594a7471736dC18
  • Description: Vault contract managing USDC/EURC stablecoin deposits and governance-approved disbursements.
  • Explorer: View on ArcScan

3. SynArcToken (sARC)

  • Address: 0xBd0C6b83DaBF2c04Ab762C262ea0B036d2D1368e
  • Description: Core ERC20 voting asset with checkpoint history tracking to authorize DAO voting power weight.
  • Explorer: View on ArcScan

4. EURC Token (Circle)

  • Address: 0x89B50855Aa3bE2F677cD6303Cec089B5F319D72a
  • Description: Circle's Euro-backed stablecoin used for multi-currency reserve diversity.
  • Explorer: View on ArcScan

5. ERC-8004 Identity Registry

  • Address: 0x8004A818BFB912233c491871b3d84c89A494BD9e
  • Description: Ratified on-chain registry for AI Agents identity registration and dynamic reputation index tracking.

6. SynArcCrowdfund (Dynamic Escrow)

  • Solidity Source: contracts/SynArcCrowdfund.sol
  • Description: Deployed on-demand for every crowdfunding campaign to lock USDC stablecoin reserves securely until community milestones are approved.

7. SynArcAgent (Autonomous AI Agent)

  • Solidity Source: contracts/SynArcAgent.sol
  • Description: Represents an autonomous AI Agent on-chain. Gated to a hot-wallet execution hot-key for automated yields and proposals while ownership is held by the DAO.

Network Configuration

Ensure your developer suite or wallet RPC parameters are configured correctly:

  • Network Name: Arc Testnet
  • Chain ID: 5042002
  • Currency Symbol: USDC
  • RPC URL: https://rpc.testnet.arc.network
  • Block Explorer: https://testnet.arcscan.app