Author Topic: how market fee is sharing?  (Read 85734 times)

0 Members and 1 Guest are viewing this topic.

Offline Lynnette524

  • Newbie
  • *
  • Posts: 1
    • View Profile
An asset issuer defines the market_fee_reward_percent - what percentage of the market fee he wants to share with the registrar in asset options. Registrar defines reward_percent for the referrer for each user.
Market fee reward is accumulated on the user account. The user decides when they want to claim the market fee reward and move it to their active balance. Each user pays network fee to call this operation. More details about market fee sharing BSIP-0043 you will find here https://github.com/bitshares/bsips/issues/kissanime

Thanks for the information.

Offline slava_ba

  • Newbie
  • *
  • Posts: 1
    • View Profile
An asset issuer defines the market_fee_reward_percent - what percentage of the market fee he wants to share with the registrar in asset options. Registrar defines reward_percent for the referrer for each user.
Market fee reward is accumulated on the user account. The user decides when they want to claim the market fee reward and move it to their active balance. Each user pays network fee to call this operation. More details about market fee sharing BSIP-0043 you will find here https://github.com/bitshares/bsips/issues/102.

Offline bitcrab

  • Committee member
  • Hero Member
  • *
  • Posts: 1928
    • View Profile
  • BitShares: bitcrab
  • GitHub: bitcrab
OK, seems I was wrong.
Email:bitcrab@qq.com

Offline bench

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

Offline bitcrab

  • Committee member
  • Hero Member
  • *
  • Posts: 1928
    • View Profile
  • BitShares: bitcrab
  • GitHub: bitcrab
Email:bitcrab@qq.com

Offline bench

OpenLedger registrar takes 0%.
Be part of the change and vote for the bitshares-vision proxy!

Offline abit

  • Committee member
  • Hero Member
  • *
  • Posts: 4664
    • View Profile
    • Abit's Hive Blog
  • BitShares: abit
  • GitHub: abitmore
Code: [Select]
unlocked >>> get_account  vesting-tester
{
  "id": "1.2.1662628",
  "membership_expiration_date": "1970-01-01T00:00:00",
  "registrar": "1.2.466046",
  "referrer": "1.2.121",
  "lifetime_referrer": "1.2.121",
  "network_fee_percentage": 2000,
  "lifetime_referrer_fee_percentage": 3000,
  "referrer_rewards_percentage": 5000,
  "name": "vesting-tester",

Code: [Select]
  "referrer_rewards_percentage": 5000
It means 50% to registrar and 50% to referrer.

Neither  "network_fee_percentage" nor  "lifetime_referrer_fee_percentage" is in the calculation.
« Last Edit: July 24, 2019, 01:14:18 pm by abit »
BitShares committee member: abit
BitShares witness: in.abit

Offline btstodamoon

  • Full Member
  • ***
  • Posts: 111
    • View Profile

Offline bitcrab

  • Committee member
  • Hero Member
  • *
  • Posts: 1928
    • View Profile
  • BitShares: bitcrab
  • GitHub: bitcrab
I tested this with new created account vesting-tester.

the member stats is like this

Fee Allocation

Network   20%
Lifetime Referrer   (bitcrab)   30%
Registrar   (gdex-faucet)   25%
Affiliate Referrer   (bitcrab)   25%
Membership Expiration   N/A

then I use this account to buy 10000 GDP, GDP has a 0.1% market fee, and 50% market fee sharing. which means in this trade there are totally 5 GDP shared.

I saw bitcrab get 2.5 GDP, gdex-faucet get 2.5GDP

what's the rule in this fee sharing? registrar get 50% and referrer get another 50%?
Email:bitcrab@qq.com