Configuration required

Edit js/config.js and set the following:

    POLBEAST
    POLBEAST

    5% daily for 50 days — 250% total, principal included

    Native POL on Polygon PoS. A deposit of 100 POL accrues 5 POL per day for 50 days and can pay out at most 250 POL in total — the original 100 POL is inside that 250 POL, not on top of it. Accrual stops permanently at day 50.

    Daily rate5%
    Duration50 days
    Max total payout250%
    Min deposit5 POL
    Min withdrawalNone
    WithdrawEvery 24h
    Make a deposit
    The protocol is paused. Deposits are disabled.
    Optional. Registered on-chain with your first deposit and permanent afterwards.
    Daily accrual (5%)—
    Maximum total entitlement (250%)—
    Principal included in that figure—
    Net reward portion (150%)—
    This sends native POL to the contract. The 250% figure is the program's configured maximum entitlement, not a promise that funds will be available.
    Withdrawal window
    Available now
    ScheduleOnce every 24 hours
    Minimum withdrawalNone
    Withdrawal feeNone — you receive 100%
    Available to withdraw—
    Last withdrawal—
    Next withdrawal in—
    One withdrawal per wallet per 24 hours. Withdraw all deposits sweeps every deposit in a single transaction, so the daily limit never strands funds across multiple deposits.

    Your deposits

    not connected
    Earnings calculator
    Daily accrual — 5%—
    50-day total—
    Principal included—
    Maximum total payout — 250%—
    Net reward portion — 150%—
    Configured Program Calculation. These are the contract's parameters applied to your input. The 250% total includes your principal — it is not 250% on top of it. This is not a projection of profit and not a guarantee that the contract will hold enough POL to pay it.
    Referral program — 5 levels
    Total referral rewards—
    Claimable—
    Already claimed—
    Your referral link
    Connect your wallet to generate your referral link.
    A visitor arriving with ?ref= has the address registered on-chain with their first deposit. The link is a convenience — the relationship only exists once it is written to the contract.
    Referral rewards are a percentage of your downline's deposit amount, credited the moment they deposit. When someone in your downline deposits D POL, level 1 receives 7% of D, level 2 5%, level 3 3%, level 4 2%, level 5 1%. Rewards sit in a separate balance you can claim at any time — they are not subject to the 24-hour withdrawal window and they never reduce anyone's own 250% entitlement.
    Presentation & marketing tools
    PDF
    POLBEAST Presentation
    12 pages · 4.6 MB · PDF
    ↓ Download Open ↗
    Share link
    Connect your wallet to get a link that carries your referral address.
    Telegram WhatsApp X
    Network—
    Anything you share must match what the contract actually does. The program pays a configured 5% per day for 50 days to a 250% maximum that includes the principal, funded only by POL held in the contract — it is not a guaranteed return.
    POLBEAST advantage & security

    Every claim below is enforced by the deployed contract and can be checked by anyone on Polygonscan — these are properties of the code, not promises.

    ⛨
    The operator cannot withdraw your funds
    There is no admin withdrawal, sweep or rescue function anywhere in the contract. No owner key can move deposits, edit a balance or alter a referral link. Read the source — the function simply does not exist.
    %
    Fully Decentralized & Immutable
    The protocol operates through smart-contract code on Polygon Mainnet.Once deployed, the contract cannot be modified, upgraded, or altered.
    ↧
    Withdrawals are paid at 100%
    No withdrawal fee and no minimum. Whatever your deposit has accrued is what reaches your wallet, and Withdraw all deposits sweeps every deposit in one transaction so the daily window never strands funds.
    ◎
    The 250% ceiling is enforced per deposit
    Accrual stops permanently at day 50 and is hard-capped at 250% of principal. A deposit closes itself the moment it reaches the ceiling — the contract cannot be made to overpay a position.
    ⟲
    Reentrancy and accounting protections
    Every value-moving function is nonReentrant and follows checks-effects-interactions: balances are written before any POL leaves. Ownership uses two-step transfer, so it cannot be lost to a mistyped address.
    ⚯
    Referral integrity
    Your upline is written once and can never be reassigned. Self-referral and circular referrals are rejected on-chain, rewards sit in a separate balance that cannot be double-claimed, and they never touch anyone's 250% entitlement.
    ⌾
    Live data, nothing hardcoded
    Every figure on this dashboard is read from the contract in real time. The interface also verifies on load that it is talking to the correct contract and refuses to operate if it is not.
    ✓
    Open and testable
    Native POL on Polygon PoS, chain 137. The contract ships with an automated test suite of 115 assertions covering accrual, the 250% cap, the withdrawal window, all five referral levels and every admin restriction.
    These protections cover custody and correctness — what the code can and cannot do with your deposit. They are separate from funding risk, which is set out in full below and which you should read before depositing.
    POLBEAST · Polygon PoS chain id 137 · native POL · all figures read from the deployed contract
    Countdowns animate locally; maturity, accrual and every balance are decided on-chain by block.timestamp.