Skip to main content
These are the canonical SaucerSwap deployments. Every ID links to HashScan. Audit coverage for the V1, V2, and V3 contracts is listed on the audits page.
HashScan is the human-readable explorer. For machine verification, query the public Mirror Node directly: /contracts/{id}, /accounts/{id}, or /tokens/{id}. Replace the example ID with the deployment you need to verify.
Contracts marked deprecated remain on-chain but should not be used for new integrations. Always verify the ID you are calling against this page.

Hedera mainnet

V1 (AMM)

V2 (CLMM)

V3 (order book)

V3 order matching runs off-chain with on-chain settlement through a reactor contract. The reactor address is not a static list entry: fetch it per environment from the signing-domain endpoint, which returns the EIP-712 domain used for order signatures. Unauthenticated access to this endpoint is rolling out network by network with the July 2026 deployment — if it returns 401, call it with a JWT instead.
The response’s verifyingContract is the reactor contract for that environment, and chainId identifies the Hedera network. Example response from the testnet environment, captured July 9, 2026:
Output
Advanced clients can submit cancellations directly to the reactor on-chain; see Orders and signing.

Staking and farming

Fee routing and governance

Governance submissions do not use one permanent “proposal creator” account. Historical Labs submissions used:
  • 0.0.7281411 for the 2024 Topic 103 record.
  • 0.0.4543385 for later submissions.
  • 0.0.10035210 for Topics 330–385.
Always verify the submitter on the live governance app for the specific proposal; do not treat a historical account as a current role.

Vesting (genesis allocation)

The vesting schedule ended July 16, 2025. Checked July 29, 2026: MarketingVesting retained 199,961.736852 SAUCE; the other three balances were zero. A residual balance is not an active vesting schedule.

WHBAR and wrappers

Tokens

Hedera testnet

For the V3 testnet reactor, fetch https://testnet-orderbook-api.saucerswap.finance/signature/domain as shown above.

Cross-chain SAUCE — Axelar ITS

Axelar ITS SAUCE is the active cross-chain representation listed here. Do not use deprecated Hashport projections or addresses as substitutes for the native Hedera token or the Axelar ITS deployment.

Next steps

Developer quickstart

Call these contracts through the public mirror node.

Security audits

Audit reports covering the deployed contracts.

V2 swap operations

Quote and swap against the V2 contracts.

Orderbook API

Trade the V3 order book programmatically.