Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Stable coin farms have been gaining popularity in the last few years and decentralised stable coins in particular are becoming a great alternative to hedge funds and pose as a great alternative to traditional currencies that are prone to inflation. Stable coin farms & strategies by the likes of abracadabra & Curve DAO offer high low risk returns of 20% + APY. We will be sharing & utilizing similar strategies and avenues as these protocols to yield safe return. Our protocol offers allocations across 10+ low-risk farms for peace of mind and high and safe returns for scenarios like bear markets where traditional farms can be a risky gamble.
Farms are made up of liquidity pools of protocols that run on AMM's and allow for yield to be generated by liquidity providers where the depositor gets a %age of the transactions that go through the pool in a similar manner to interest that banks provide for you to keep your money in them. Our protocol constantly scans farms on BSC and finds the most profitable opportunities available to allocate funds to. The Aggreg8 protocol rates, and allocates funds and distributes them across your preferance of risk to reward ratio based on your preferances.
The pools work by generating yield from staking a range of coins in the market and base the returns on the highest % returns available at the time. They benefit users by allowing for a single point of allocation of funds and utilize on gas costs due to only having to stake & un-stake through one channel. Our protocol finds the most lucrative opportunities available and auto-allocates the funds accordingly with relation to the returns available.
Auto compounding vaults are vaults that re-stake your rewards into pools or farms as they grow to increase the yield generated due to re-staking more of the underlying asset which in turn = more asset in pool/farm to gain yield from. Our smart algorithms check for historical data and if any, lock up periods to make the most informed decisions for auto compounding strategies while maximizing yield.
AG8 DEX VALUT: https://bscscan.com/address/0x767a651bff66cf4ed2c95d8c30d162cf1eeb0c0d#code
AG8 Master Builder : https://bscscan.com/address/0x368816dca3d14a1e206f98e7dd041061a5509b42#code
AG8 REWARD TOKEN : https://bscscan.com/address/0x5929843e9a6f769e4348e3c497496d70b40ada4f#code
Auto-Comp:
https://aggreg8.finance/autocomp
AUTO COPMPOUNDING FORMULA & APPLICATION IN 30 DAY AUTO-COMP TIMEFRAME:
starting sum * (1 + %age return per day in decimal) ^ days
EXAMPLE AT DAILY AUTO COMPOUNDING EVERY 24H WITH AN AVERAGE 15% RETURN...
$1000 * (1 + 0.15) ^ 30 = $66, 211
Oracles are data feeds from external systems that feed information into blockchain's that smart contracts need to execute certain functions such as price feeds. The Aggreg8 protocol will rely heavily on data from many blockchain's to be able to accurately predict returns and to spot arising opportunities in the market in addition to spotting exit and reallocation of capital. Aggreg8 will be using aspects of the Chainlink oracle system along with the Ducatur matching oracle framework for the functioning of the protocol.
Aggreg8's rebalancing works by scanning for opportunities in the market and auto reallocating funds across most profitable pools and farms while taking into consideration market conditions and %age yields. By realigning the weight of portfolio assets with the changing market, conditions and newly arisen opportunities while taking into account dropping yields due to more people entering certain farms our algorithms are able to provide and implement the best strategies to max out returns automatically in any market conditions.
Aggreg8 finance is a protocol on the Binance Smart Chain that uses Yield Farming along with Lending & Auto-compounding strategies to maximize and rebalance funds across pools to maximize APY returns. The protocol itself is managed in a decentralized manner and will be maintained by a collective of developers and governed by $AG8 holders that will put proposals forward to improve the strategies, vaults and interface.
website : https://aggreg8.finance/
AGGREGATE FINANCE ( AG8) Contract : 0x5f43310f55f2377010724eC55De77707D5c6531b
Pinksale Presale : https://www.pinksale.finance/launchpad/0xdfB832661aD55E91EF5A2e4063cd2E830EcF6a2c?chain=BSC
The following diagram outlines the mechanics of the protocol along with the major components and such as funds allocation across pools and farms, data feeds from oracles, algorithm functioning and rebalancing and auto-compounding vaults to illustrate the visual flow of events.
The protocol will entail an oracle plugged into 8 different blockchain's that will aggregate data feeds from pools and farms across them and will have a multi-chain bridge to facilitate a gas efficient layer solution for the underlying avenues to be entered and exited in an efficient manner. This connection will be the largest interconnected network currently seen in the space and will provide a larger selection of yield opportunities than ever seen before by any other protocol.
The protocol itself and updates/upgrades will be controlled and implemented by off chain proposals where $AG8 holders will govern the ecosystem by a majority vote (>51%). The proposed changes will be forwarded to the Dev team and anything over 6/10 votes will get passed and implemented through a multi-zig wallet. As the protocol grows and more developers on board the protocol the ratio will remain the same for passing proposals after the Dev team exceeds the initial 10 core members.
If you are fluent to a high degree in one or more of the following languages; SOLIDITY, VYPER, RUST, JAVA, EVM, GO or SWIFT, or are familiar with working on applications for one or more of the following chains AVAX, FTM, LUNA, DOT, TRX, EOS, BSC, ETH, SOL then we welcome developers to get in touch for proposals and the possibility of a permanent role in the development of the ecosystem.
Due to the scale of the protocol & many integrations into several systems/chains that we will be implementing, security will be rooted in our most crucial fundamentals to secure the complex network and incentives such as bug-bounties and flaw discovery will be rewarded with Tokens & BNB throughout the development process. External and decentralized oracles will be used to validate the data feeds and multi-sig wallets will be used for all contracts, bridges, vaults and funds in a transparent manner.
AGGREGATE ALOGORITHM PARAMETERS
Parameter name
Type
Description
fromTokenAddress *
string
contract address of a token to sell
e.g.: 0x6b175474e89094c44da98b954eedeac495271d0f
toTokenAddress *
string
contract address of a token to buy
e.g.: 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
amount *
integer
amount of a token to sell, set in minimal divisible units e.g.:
1.00 DAI
set as 1000000000000000000
51.03 USDC
set as 51030000
fromAddress *
string
address of a seller, make sure that this address has approved to spend fromTokenAddress in needed amount
e.g.: 0x52bc44d5378309ee2abf1539bf71de1b7d7be3b5
slippage *
number
limit of price slippage you are willing to accept in percentage, may be set with decimals. &slippage=0.5 means 0.5% slippage is acceptable. Low values increase chances that transaction will fail, high values increase chances of front running. Set values in the range from 0 to 50
protocols
string
specify liquidity protocols. If not set, all liquidity protocols will be used; you can disable any protocol by listing all protocols except those you don't need
e.g.: &protocols=WETH,CURVE,BALANCER,...,ZRX
default: all protocols can be used
destReceiver
string
recipient address of a purchased token if not set, fromAddress will receive a purchased token
referrerAddress
string
referrer's address
fee
number
this percentage of fromTokenAddress token amount will be sent to referrerAddress, the rest will be used as input for a swap
min: 0;
max: 3;
default: 0
example to set a fee to 1.5%: &fee=1.5
gasPrice
string
Aggreg8 takes in account gas expenses to determine exchange route. It is important to use the same gas price on the quote and swap methods.
Gas price set in wei: 12.5 GWEI
set as 12500000000
default: "fast" from network
permit
string
burnChi
boolean
If true, CHI will be burned from fromAddress to compensate gas. Check CHI balance and allowance before turning that on. CHI should be approved for the spender address
default: false
complexityLevel
string
maximum number of token-connectors to be used in a transaction. The more is used — the longer route estimation will take, the more complex route might be as a result. If not set, two token-connectors may be used
min: 0;
max: 3;
default: 2
connectorTokens
string
token-connectors can be specified via this parameter. The more is set — the longer route estimation will take. If not set, default token-connectors will be used. If a token you want to exchange doesn't have a pool with one of the default token-connectors this parameter will help find the route; should be the same for a quote and swap max: 5;
e.g.: &connectorTokens=0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE, 0x6b175474e89094c44da98b954eedeac495271d0f
default: list of default token-connectors
allowPartialFill
boolean
if true, the algorithm can cancel part of the route, if the rate has become less attractive. Unswapped tokens will return to the fromAddress
default: true
disableEstimate
boolean
if true, disable most of the checks
default: false
gasLimit
integer
maximum amount of gas for a swap;
should be the same for a quote and swap
default: 11500000;
max: 11500000
mainRouteParts
integer
limit maximum number of main route parts;
should be the same for a quote and swap
default: 20;
max: 50
parts
integer
limit maximum number of parts each main route parts can be split into; should be the same for a quote and swap
default: 20;
max: 100
Parameter name
Type
Description
fromToken
string
parameters of a token to sell
toToken
string
parameters of a token to buy
fromTokenAmount
string
input amount of fromToken
in minimal divisible units
toTokenAmount
string
result amount of toToken
in minimal divisible units
protocols
string
route of the trade
from
string
transactions will be sent from this address
to
string
transactions will be sent to our contract address
data
string
bytes of call data
value
string
amount of BNB (in wei) will be sent to the contract address
gasPrice
string
gas price in wei
gas
string
estimated amount of the gas limit, increase this value by 25
AG8 Total supply : 1,000,000,000AG8 (100%)
Pinksale presale : 295,856,785 AG8 (29.58%)
Liquidity for PCS: 143,342,612 AG8 (14.33%)
Locked : 160,800,000 AG8 (16.08%)
Pools & Farms 3639 % APY : 439,199,397 AG8 (43.91%)