Instant HBD Swaps with Low Fees - HBD.USWAP.APP

avatar
(Edited)
Hi All,
We’re excited to announce the launch of a new discounted bridge for HBD <=> SWAP.HBD swaps: USWAP.APP

Check it out and enjoy seamless swapping with discounted rates.

Why HBD <=> SWAP.HBD Swap Bridge?

If you’re into arbitrage trading, this is fantastic news! The existing swap process for investing HBD or withdrawing SWAP.HBD from Hive-Engine can be costly and time-consuming, often taking around 15 minutes.

In arbitrage trading, time = money. That’s why we’re introducing a near-instant swap service, designed to bridge this gap with:

  • Attractive rewards
  • Lower fees compared to Hive-Engine

HBD.USWAP.APP Fees & Rewards?

  • Max Reward: 0.4%
  • Max Fee: 0.6%
  • Average Fee: 0.3%

Enjoy competitive rates for near-instant HBD <=> SWAP.HBD swaps. 🚀

Check it out here: HBD.USWAP.APP


How To Calculate Fees & Rewards?

If you’re using a script for arbitrage trading, here’s how you can adjust it to calculate the Fee and Reward based on your swap amount:


// You can retrieve the below json data from :- https://fee.uswap.app/hbd.json
{
  "BASE_FEE": 0.003,
  "MIN_BASE_FEE": 0.001,
  "DIFF_COEFFICIENT": 0.005,
  "BASE_PRICE_HBD_TO_SHBD": 1.00
}


let inputVal = 0.0 //enter the value (HBD or SHBD)
let expResult = 0.0 //the receive swap amount
let HBDPOOL = 0.0 //HBD amount in the pool
let SHBDPOOL = 0.0 //SHBD amount in the pool
let DECIMAL = 1000;

if(insymbol == "HBD") {
let diff = ((inputVal * 0.5 + HBDPOOL) / (SHBDPOOL + HBDPOOL)) - 0.5;
let adjusted_base_fee = Math.max( BASE_FEE * (1 - 2 * Math.abs(diff)), MIN_BASE_FEE );
let price = BASE_PRICE_HBD_TO_SHBD - (2 * diff * DIFF_COEFFICIENT);
expResult = (inputVal * price) * (1 - adjusted_base_fee);
expResult = Math.floor(expResult * DECIMAL) / DECIMAL;
}
if(insymbol == "SWAP.HBD") {
let diff = ((inputVal * 0.5 + SHBDPOOL) / (SHBDPOOL + HBDPOOL)) - 0.5;
let adjusted_base_fee = Math.max( BASE_FEE * (1 - 2 * Math.abs(diff)), MIN_BASE_FEE );
let price = 1 / BASE_PRICE_HBD_TO_SHBD - (2 * diff * DIFF_COEFFICIENT);
expResult = (inputVal * price) * (1 - adjusted_base_fee);
expResult = Math.floor(expResult * DECIMAL) / DECIMAL;
}


If any error, please contact us @CORE-VAULT Discord Channel or send a discord message to theguruasia#8947.
upme.link


"Delegate @hiveupme Curation Project To Earn 95% Delegation Rewards, 15% APR Worth UPME Tokens, Mentor Votes & WINEX Token Rewards"
Contact Us : CORE / VAULT Token Discord Channel
Discounted Bridge : The Lowest Fee (0.09%) Hive | Swap.Hive Bridge
Burn-To-Vote : Burn Your UPME / WINEX To Receive Upvotes



0
0
0.000
1 comments
avatar

This post has been manually curated by @steemflow from Indiaunited community. Join us on our Discord Server.

Do you know that you can earn a passive income by delegating to @indiaunited. We share more than 100 % of the curation rewards with the delegators in the form of IUC tokens. HP delegators and IUC token holders also get upto 20% additional vote weight.

Here are some handy links for delegations: 100HP, 250HP, 500HP, 1000HP.

image.png

100% of the rewards from this comment goes to the curator for their manual curation efforts. Please encourage the curator @steemflow by upvoting this comment and support the community by voting the posts made by @indiaunited.

0
0
0.000