defimarketplus

Integrate defimarketplus

defimarketplus is a non-custodial DeFi yield router on Arbitrum. Cross-chain expansion in progress. Pools are ERC-4626; the value-accrual token (DMTp) is a standard ERC-20. Everything below is live, machine-readable, and stable.

One-line summary

ERC-4626 yield router on Arbitrum · 3 pools live · single staking hook for DMTp boost · USD-only at MVP · governed by a Gnosis Safe (1-of-1 → 3-of-5).

Machine-readable

Protocol manifest (JSON)

Every contract, role, pool, fee, audit status. Updated in lockstep with deploys.

Token list (Uniswap-default-list schema)

DMTp + share tokens (smUSD, hmUSD, spUSD). Register at tokenlists.org.

Backend API

Live REST endpoints. /health, /baskets, /baskets/:k/vaults, /economics/addresses, /risk.

Pools (Arbitrum)

KeyShare tokenVaultVestingType
safe-usdsmUSD0x07fF8bCe905CB285220e4D96d8443cfCF141af8b12hERC-4626
higher-usdhmUSD(broadcast pending)2hERC-4626
stable-plusspUSD0xb3EecB937856f197B5a54Ad57B64E890CC63a2968hERC-4626 + DMTp staking

Shared infrastructure

DMTp (ERC-20)0x09fd7e0d021D29106c534Edfb4Ea817AC0ea7F84
ProjectTreasury0x68d60e869a77ae1ceB546c07F3351e7D899b0Ce3
DmtpBuybackBurner0x9Ab948Fe71eE62406A62805Cf1a5ba070f4DdD57
DmtpStakingHook0x2B8E909De6fb81D860C635999AC7f2f3A73B8fB0
StrategyRegistry0xC2029eBE7D91A7298e44B300097B6477C697522E
Council Safe (Arbitrum)0x7e9e52A5b485b2849daf99fCE6b4fA7C7e1661B8

ABIs

All contract source is published in the monorepo at github.com/fxspeiser/defi-mkt/packages/contracts-evm/src. Key contracts:

  • SafeUsdVault.sol — original ERC-4626 vault (SAFE-USD, HIGHER-USD)
  • StakingERC4626Vault.sol — new base for DMTp-staked pools (STABLE-PLUS)
  • staking/DmtpStakingHook.sol — single staking contract; per-vault config
  • StrategyRegistry.sol — on-chain strategy catalogue
  • strategies/PendlePtStrategy.sol, External4626Adapter.sol

Demo wallets

  • • Deployer / first user: 0xc129f543f1E166Aa26Ab86F5e5D25D56ef915ffD (holds smUSD + DMTp; deposit history visible).
  • • Council Safe: 0x7e9e52A5b485b2849daf99fCE6b4fA7C7e1661B8 (holds GOVERNOR_ROLE on every protocol contract).

Standards & compliance

  • • ERC-4626 vaults — standard asset(), deposit/mint/withdraw/redeem, fee-aware previews.
  • • EIP-1967 UUPS proxies — implementation upgradeable only by Council Safe.
  • • OpenZeppelin AccessControl roles — GOVERNOR / REBALANCER / GUARDIAN.
  • • Source-verified on Arbiscan (verification target post-broadcast).

Status / known gaps

  • • External audit not yet performed; small per-pool caps as the safety net.
  • • Bug bounty not yet live — target Immunefi $250k post-audit.
  • • No DEX market for DMTp until protocol-owned liquidity is seeded on Camelot v3.
  • • Subgraph not yet published (target: Q2 2026 on TheGraph Studio).

Contact

Email frank@metafide.io or open an issue at github.com/fxspeiser/defi-mkt/issues. For listing reviews, link to /security and /manifest.json.