Contracts & Security

Contracts & Security

PoolRescue is a non-custodial recovery tool — it never takes ownership of user assets. All interactions happen directly between the connected wallet and the target protocol’s contracts. The PoolRescue contracts serve only as minimal automation helpers and routing logic.


🧩 Deployment Overview

All PoolRescue contracts are open-source and published in the GitHub repository. They are verified or pending verification on the corresponding chain explorers.

Chain
Chain ID
Contract
Explorer

Ethereum

1

0xba8b97a6afbc624b460fe88707fa8e3892155dce

Optimism

10

0x1cf49a55dc5c07085b0b08130ee408a5fb94eb77

Polygon

137

0xa7816b5a6ba74032d7608351d115534359a0c0b2

opBNB

204

0xd8ac51dfbbc457f72669b2bbdf438544b2431b65

zkSync Era

324

0xe11c2689cde43382d7f595b77bbef73f3a1c124b

Arbitrum

42161

0x35c7477d8309ab3cfe869b863c939a47c651a6cd

Arbitrum Nova

42170

0xdfa523d19c244a9ac454e0f98b3dab6d53ac1cf1

Mantle

5000

0xa0cf7113fcf9a1edfe0e59e7856148705cc9e245

Scroll

534352

0xd4ef4d2c69af65f5c20b4b920cae71851066fed6

BNB Chain

56

0x7c2da50ced123c85bea6b74c58ffb2f6d5a8d8ed

Linea

59144

0x02f573bffb6728bdd3eb94f4808579b726d010eb

Base

8453

0x02f573bffb6728bdd3eb94f4808579b726d010eb


🧠 Security Philosophy

PoolRescue was built around simplicity and transparency — the contract logic is minimal by design:

  • No asset custody, staking, or wrapping.

  • No user data stored on servers.

  • No admin keys or upgradeable proxies.

  • Open-source verification on GitHub for every deployed version.

Developers and community members are encouraged to review and replicate the contracts directly from source.


💸 Fee Logic

During the alpha phase, PoolRescue applies a 2.5% fee on recovered tokens. This small fee supports ongoing infrastructure and maintenance, including:

  • RPC endpoints and node providers

  • Frontend hosting and domain costs

The fee is automatically deducted at execution


🧾 Transparency

Last updated

Was this helpful?