Aquarius Documentation
  • Aquarius Loan Documentation
  • Getting Started
    • Networks
    • Protocol Math
      • aToken and Underlying Decimals
      • Interpreting Exchange Rates
      • Calculating Accrued Interest
      • Calculating the APY Using Rate Per Block
    • Gas Costs
  • ATokens
    • Mint
    • Redeem
    • Redeem Underlying
    • Borrow
    • Repay Borrow
    • Repay Borrow Behalf
    • Transfer
    • Liquidate Borrow
    • Key Events
    • Error Codes
    • Failure Info
    • Exchange Rate
    • Get Cash
    • Total Borrow
    • Borrow Balance
    • Borrow Rate
    • Total Supply
    • Underlying Balance
    • Supply Rate
    • Total Reserves
    • Reserve Factor
  • Comptroller
    • Enter Markets
    • Exit Market
    • Get Assets In
    • Collateral Factor
    • Get Account Liquidity
    • Close Factor
    • Liquidation Incentive
    • Key Events
    • Error Codes
    • Failure Info
    • ARS Distribution Speeds
    • Claim ARS
    • Market Metadata
  • Governance
    • Delegate
    • Delegate By Signature
    • Get Current Votes
    • Get Prior Votes
    • Key Events
    • Governor Bravo
    • Quorum Votes
    • Proposal Threshold
    • Proposal Max Operations
    • Voting Delay
    • Voting Period
    • Propose
    • Queue
    • Execute
    • Cancel
    • Get Actions
    • Get Receipt
    • State
    • Cast Vote
    • Cast Vote With Reason
    • Cast Vote By Signature
    • Timelock
    • Pause Guardian
  • Reward Vesting and Staking
    • Reward Vesting
    • ARS Staking
    • Explainer Video
  • LP Staking
    • LP Utility
    • LP Staking Options
    • Zapping LP
    • Maintaining Eligibility Status
    • Explainer Video
  • API
    • ATokenService
      • GET: /atoken
    • MarketHistoryService
      • GET: /market_history/graph
    • ProposalService
      • GET: /proposals
      • GET: /proposals/:id
      • GET: /proposals/statistics
    • VoterService
      • GET: /voters/accounts
      • GET: /voters/accounts/:address
      • GET: /voters/history/:address
      • GET: /voters/:proposalId
    • GovernanceService
      • GET: /governance/aquarius
      • GET: /governance/proposals
      • GET: /governance/proposal_vote_receipts
      • GET: /governance/accounts
    • Shared Data Types
  • Aquarius.js
    • Aquarius Constructor
    • API Methods
      • Account
      • aToken
      • Market History
      • Governance
    • aToken Methods
      • Supply
      • Redeem
      • Borrow
      • Repay Borrow
    • ARS Methods
      • To Checksum Address
      • Get ARS Balance
      • Get ARS Accrued
      • Claim ARS
      • Delegate
      • Delegate By Sig
      • Create Delegate Signature
    • Comptroller Methods
      • Enter Markets
      • Exit Market
    • Ethereum Methods
      • Read
      • Trx
      • Get Balance
    • Governance Methods
      • Cast Vote
      • Cast Vote By Sig
      • Create Vote Signature
    • Price Feed Methods
      • Get Price
    • Utility Methods
      • Get Address
      • Get ABI
      • Get Network Name With Chain ID
  • Security
    • Formal Verification
    • Bug Bounty Program
  • Terms of Service
Powered by GitBook
On this page
  • ARS in Vesting
  • Epochs
  • Fee Rewards Distribution
  1. Reward Vesting and Staking

Reward Vesting

PreviousReward Vesting and StakingNextARS Staking

Last updated 1 year ago

ARS in Vesting

We have updated the original ARS claim logic as follows.

When supplying/borrowing assets into Aquarius Protocol, distributed ARS tokens would have a 12-week vesting period. During this time no rewards are being released but earn protocol rewards.

You have to "claim" your accumulated reward ARS tokens on the or page to put them into the 12-week vesting period. Only then you will be able to see your ARS Vests on the !

You can claim your rewards during the vesting time but with a 50% penalty fee on your vesting rewards. You can either get 50% of the rewards during the 12-week vesting period or 100% after.

Epochs

Vesting and Locking will be always in 7 day batches, also called epochs.

An example for Vested and Locked tokens: If the epoch goes from Monday till Sunday and you already have locked tokens on Tuesday and decide to lock another amount of token on Saturday they will be gathered under the same epoch.

You can easily track your different epochs on the UI under the .

Fee Rewards Distribution

Protocol revenue rewards will be distributed every 2 weeks and can always be claimed without any penalty or vesting time.

An example for penalty fee distribution: All early claimed 50% penalty fees are being distributed for a 14 days period based on when they were claimed early. So If someone claims early 2 days later those fees will also be distributed over a 14 days period.

Vested and staked ARS do share the same Protocol revenue pool without different weighting.

Dashboard
Vote
Staking Page
Staking-tab