Author Topic: Quadratic Pegged Assets  (Read 1962 times)

0 Members and 1 Guest are viewing this topic.

Offline BitsharesLabs

That's one interesting concept!
We build apps on top of the Bitshares Blockchain

Offline litepresence

There was a similar discussion in the past. Check asset SQUARED.CNY, CUBED.USD and etc. Or search in the forum.

Update:
found the link: https://bitsharestalk.org/index.php?topic=26322.0

sweet, will check them out!

Offline abit

  • Committee member
  • Hero Member
  • *
  • Posts: 4664
    • View Profile
    • Abit's Hive Blog
  • BitShares: abit
  • GitHub: abitmore
There was a similar discussion in the past. Check asset SQUARED.CNY, CUBED.USD and etc. Or search in the forum.

Update:
found the link: https://bitsharestalk.org/index.php?topic=26322.0
« Last Edit: February 07, 2020, 06:26:57 pm by abit »
BitShares committee member: abit
BitShares witness: in.abit

Offline bench

I like the concept!
Be part of the change and vote for the bitshares-vision proxy!

Offline litepresence

I've been contemplating issuing a concept I'm calling "quadratic pegged assets".

The aim is to back them with BTS and have the IPO come in near 1:1, then control the price feeds with a combination of "MPA" logic like "bitassets" or "honest mpas" and "APA" logic like "hertz" or "hero".

So the risk and reward of each is leveraged by a squared factor instead of typical coefficient leverage provided by centralized exchanges

this means for example:

BTC:USD goes up by factor 2X the QPA goes up by factor 4X
BTC:USD goes up by factor 10X the QPA goes up by factor 100X

and then on the down side:

BTC:USD goes down by factor 0.5X the QPA goes down by factor 0.25X; 75% loss


These are the 4 equations I'm currently considering,
each contains a coefficient times a market pair price; quantity squared:
(coeff * price) ^ 2

Bitcoin to US Dollar Quadratic Pegged Asset
Code: [Select]
(0.0001*BTC:USD) ^ 2
(0.0001 × 9,732) ^ 2 = 0.95 IPO


Bitshares to Bitcoin Quadratic Pegged Asset
Code: [Select]
(300000×BTS:BTC)^2
(300000*0.00000333)^2 = 0.99 IPO


Silver to Gold Quadratic Pegged Asset
Code: [Select]
(100 * XAG / XAU) ^ 2
(100 * 0.01128) ^ 2 = 1.27 IPO


S&P Commodity Index to S&P Stock Index Quadratic Pegged Asset
Code: [Select]
(10*SPGSCI/SP500) ^ 2
(10*296.87 / 3,335.15) ^ 2 = 0.79 IPO

« Last Edit: February 07, 2020, 06:19:56 pm by litepresence »