forked from oguzdelioglu/Steemit-Pending-Payouts-Checker-PHP
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathwhat-you-need-to-know.html
126 lines (95 loc) · 4.71 KB
/
what-you-need-to-know.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!-- What You Need To know (MODAL) -->
<div class="modal fade" id="need" tabindex="-1" rlie="dialog" aria-labelledby="needLabel" aria-hidden="true">
<div class="modal-dialog modal-lg" rlie="document">
<div class="modal-content">
<!--Header-->
<div class="modal-header">
<h2 class="modal-title" id="exampleModalLabel">About SteemPayout</h2>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<!--Body-->
<div class="modal-body" align="left">
<div class="row">
<div class="cli-md-12 wyntk">
<p class="bold">
SteemPayout helps steem users calculate their earnings on the steem blockchain automatically while taking into account conversions of theor steem dollars into fiat equivalnets in about 6 different currencies
</p>
<p> To learn more about how steempayout works, Read Below:</p>
<p><span class="glyphicon glyphicon-home"></span>Any Post made on the any steem-related website or application, is always stored on the steem blockchain. The steem blockchain and its content is open for anyone with the right programming skills or tools to access.
</p>
<p>
As many websites and applications as possible, can be built on the steem blockchain. Examples of such websites and apps are steemit.com. chainbb.org, busy.org, d.tube.dlive.io and so on.
</p>
<p>
Any posts you make via any of these websites can be viewed from any of this applications and websites, unless when otherwise restricted. FOr instance, you can see all your steemit post on busy.org and vice versa while steemit posts can not be viewed on Utopian.io. This means Utopian.io only allows you to view posts made on their website.
</p>
<p>
On the steem blockchain, comments and posts are all regarded as `POSTS`, meaning , the payouts are calculated same way.
</p>
<p>
When you make a post on any of the websites built on the steem blockchain, the website may add themselves as a beneficiary to your post, meaning they get a certain percentage of your post payout when the payout matures.
</p>
<p>
Every post payout gets divided between the voters (curators) and the author in a rough ratio of 3:1 with the author taking a 75% payout while the 25% is divided among curators based on the time and worth of vote given.
</p>
<p>
The Author's 75% payout is further split into two, with one half being given to you as Steem Power while the other half becomes your Steem Backed Dollars Deposit (SBD) & Steem
</p>
<p>
Every post payout gets paid to your steem wallet after 7 days of posting in form of SBD, STEEM, AND SP.
</p>
<p>
SteemPayout helps you calculate the amount of SBD you will be receiving from the each post payout after any 7 day period while taking into consideration , beneficiary payout deduction.
</p>
<p>
Steempayout does not feature posts with zero earnings
</p>
<p>
Steempayout is open-source and is being consistently developed by <a href="https://steemit.com">@akintunde</a>
</p>
<hr/>
<p class="bold">Below Explains how SteemPayout Works in Detail</p>
<p>
The website has two major pages, a front page for searching usernames and a result page for viewing post payout analysis.
</p>
<p>
The Result Page is also in two forms: The Post And Comment Section.
</p>
<p>
Post Section: This shows all the blogs a user makes on the steem blockchain while leaving out, posts that were reblogged (resteemed)
</p>
<p>
Comment Section: The Comment Section features all comments made by a user. It works just like the post section , only that the comment section is does not have a beneficiary column.
</p>
<hr/>
<p class="bold">
Each of this sections have a table with several columns which includes the following:
</p>
<p><b> Beneficiary : </b> It shows the percentage of deduction and fiat/crypto-currency equivalent of each beneficiary's payout
</p>
<p>
<b>Post link : </b> This shows the link to the post being analyzed
</p>
<p>
<b>Pending Payout:</b> This shows the total payout of a post, this can fluctuate indefinitely until payout, based on the market price of SBD
</p>
<p>
<b>Voter's list :</b> This contains the list of voters for each post, including the fiat/crypto-currency equivalent of their votes
</p>
<p>
<b>Withdrawal Time:</b> This contains a human friendly display of time left till payout
</p>
<p>
<b>Highest Giver:</b> This shows the person who gave the highest vote in terms of worth for each post
</p>
<p>
<b>Your Expected Payout:</b> This shows the Expected Payout for each post in terms of SBD, this is what you will get paid in your wallet after the withdrawal time expires
</p>
</div>
</div>
</div>
</div>
</div>
</div>