PAYRAM
API SPECS
  • INTRODUCTION
    • 👋PAYRAM
    • 💡Getting Started
      • Setup
      • YAML Configuration
      • Wallet Configuration
      • Reset Setup
      • Update PayRam Server
      • Check your Database
      • Project API Keys
      • Webhook Integration
      • 🦊Test Wallet Setup
  • PAYMENT INTEGERATION
    • 📪Payments Flow
    • 🎌Integrating Payments
      • Implementing the Payment Form
      • Generating a Payment Link
      • Get Payment Details
      • Checking Payment Status
      • Webhook
  • REFERRAL INTEGRATION
    • 👬Referral Flow
    • Create New Campaign
      • Embed the Referral Dashboard
      • Link Referrers to Referees
      • Trigger Events
  • Fund Management
    • 🛠️Smart Consolidation
    • ⛽GAS Station
    • 👮‍♀️Policy Management
  • DEVELOPERS
    • 🎨API Reference
    • 🧪Test Faucets
  • SUPPORT
    • ⁉️FAQ
      • Deployment FAQ's
      • Configuration FAQ's
      • API Integration FAQ's
      • Fund Management FAQ's
      • Referral FAQ's
      • Debug FAQ's
    • 📅Change Log
Powered by GitBook
On this page
  1. Fund Management

Smart Consolidation

PreviousTrigger EventsNextGAS Station

Last updated 29 days ago

To aggregate and consolidate funds for EVM coins, you will be required to deploy a smart contract respective to each supported network. This contract will safely transfer funds from deposit addresses to your cold wallet.

Refer this quick video guide to get started with Fund Sweep on PayRam:

  1. Deploy the Sweep Contract

Provide the collector/destination address when deploying the contract

  1. Approve Fund Transfer

Sign a transaction to authorise the sweep contract to transfer your funds. Mnemonic will be used to sign one time approval transaction. The transaction will be signed locally in a secure environment and mnemonic will not be stored anywhere. Feel free to connect with our team to understand security protocols at Payram.

  1. Execute Sweep Contract

Sign a transaction to initiate the fund transfer to your cold wallet. This can be set as a periodic automated transaction.

Connect with our team to know more !

🛠️