create account

❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️ by sykochica

View this thread on: hive.blogpeakd.comecency.com
· @sykochica · (edited)
$33.88
❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️
<center>![](https://steemitimages.com/DQmNfWw5zsPt4R7c2h4QcmmbLjeMeXbRwgXz5muCFu1YQUA/image.png)</center>

I'm sure many of you have seen that number at the top of your blog or next to your name in posts wondering **what is that?** Or been curious what makes it go up or down? The short answer is that **it's your Reputation Score.** But as always, let's go a little more in depth into that number.

<center>![](https://steemitimages.com/DQmQse8529YCxEWcQ7Ba7wwNhqSgct6xiVGK2KLB8sTigAi/image.png) </center>

# <center>What is Reputation Score? What Effects it? What Does it Do for You? </center>



## Q: What is this number by my name?
*Short answer: That's your Reputation Score.*
<center>![](https://steemitimages.com/DQmWroZA3kgLc81E2vgdEGrttjGC3Houqbfre4dUoeVmU3P/image.png) </center>

The number you see at the top of your blogs and next to names in posts or comments is the Reputation Score. It is used as a tool showing how many positive votes versus negative (or flag) votes on the site. This score ranges from -25 up to 75, with new users starting at 25. 

Much in the same sense as earning experience points in a game to level up, each new level requires more points. Our reputation score is just like this, with every 10 levels requiring 10 times as many *'reputation points.'* So a person who had achieved level 55 has earned 100 times as many as a level 35. 

When you first start on Steemit, you'll see this score move rather quickly due to votes (and/or flags) you receive on posts and comments. After a while, you'll notice it taking longer to get to the next level. Since Steemit rounds this score to whole numbers, it may be helpful seeing this score down to the first decimal on places like 

<center>@good-karma's [eSteem Mobile App](https://steemit.com/esteem-features/@good-karma/esteem-feature-set-1-login-quick-look)</center>
<center>![](https://steemitimages.com/DQmTp69aZAmRym2kEfPKcUVVQmRDmy8ALWUUaqcXPmeJESt/image.png)</center>

<br>
<center>@jesta's [Steemstats Site](https://steemstats.com)</center>
<center>![](https://steemitimages.com/DQmZamAr9SZVJNYRpQHJ5UGJ3DhyFR9QdkMX65SUvQc5F7u/image.png)</center>

<br>
<center>@blueorgy's [Steem Cool Site](steem.cool)</center>
<center>![](https://steemitimages.com/DQmPehHCe4MFsAWf8D2AwMbv3vW1NZTxgM55vMBsDxWzjCu/image.png)</center>

<br>
<center>or @heimindanger's [Steemwhales Site](https://steemwhales.com)</center>
<center>![](https://steemitimages.com/DQmWUKyYyDncgbRonKAN35WxeANLXPdn3buEjTGHqiw81WF/image.png)</center>

While it's by no means perfect, it can get you a gauge of 
* how long somebody's been around
* how active they are 
* how well received they've been versus viewed as a problem

Typically people who have been around longer and/or obtained a lot of upvotes have the higher numbers. I'll get a little more in depth on this within another section of this FAQ. 

<center>http://i.imgur.com/Xs4cJOi.png</center>

## Q: What Effects my Reputation Score? 
*Short Answer: Upvotes and Flags, with stronger effects by voters with higher rep and/or more Steem Power. *

Votes are the only to change your reputation, but not all votes give as many *'reputation points.'* The major factors are the reputation and Steem Power levels of the person voting for (or against) you. 

So for example, if you're brand new (having a rep of 25) and another brand new user upvotes you (they have 25 rep too and say 50 Steem power), you'll see minimal change. If I were to upvote you (with rep 69 and about 7,000 SP) than you would see a lot more effect, perhaps raising you a whole level or more. If a whale like like @officialfuzzy votes for you (having a 72 rep and about 300,000 Steem Power) there would be a rather huge effect.

### For those who want a more technical forumla for Reputation (optional technical read)
This uses a base 10 logarithm of the raw score (i.e. reputation points...NOT the final score we see on the site.) For example, I currently hold 89,788 (b)illion reputation points which translated to my rep of 69. It does adjust around the median of 25.

The formula used on steem.cool is: ((log10(abs(reputation#))-9)9)+25


And if you're curious what it looks like in the actual Steem code:
```
function log10(str) {
    const leadingDigits = parseInt(str.substring(0, 4));
    const log = Math.log(leadingDigits) / Math.LN10 + 0.00000001
    const n = str.length - 1;
    return n + (log - parseInt(log));
}

export const repLog10 = rep2 => {
    if(rep2 == null) return rep2
    let rep = String(rep2)
    const neg = rep.charAt(0) === '-'
    rep = neg ? rep.substring(1) : rep

    let out = log10(rep)
    if(isNaN(out)) out = 0
    out = Math.max(out - 9, 0); // @ -9, $0.50 earned is approx magnitude 1
    out = (neg ? -1 : 1) * out
    out = (out * 9) + 25 // 9 points per magnitude. center at 25
    // base-line 0 to darken and < 0 to auto hide (grep rephide)
    out = parseInt(out)
    return out
}
```
[Source: Steemit Github - ParsersAndFormatters.js](https://github.com/steemit/condenser/blob/master/app/utils/ParsersAndFormatters.js)

### A word about Flags (i.e. downvotes)
The same factors apply when somebody flags your post or comment, but in a downward direction. Sometimes new people get on the wrong side of a larger, established user getting themselves flagged (like by spamming their posts with non-applicable comments.) You do want to try and prevent getting flagged.

* Here on Steemit flags are for the most part meant more for abuse (plagiarism, personal threats, etc)...NOT just because you have a different stance than another user. 

If you're reputation goes below zero (remember it can go down to -25) than all of your posts and comments will automatically be 'grayed out' making it rather hard to get your posts seen and hence earn money. They are still there and not deleted, but others have to put forth more effort than usual to view them.

* If you have been flagged to this state, you will need to talk with the bigger people that flagged you, asking for them to be removed (nicely.) Everyone knows misunderstandings happen and able to work things out. But if someone is a continuous problem, this will be their fate. 
<center>http://i.imgur.com/Xs4cJOi.png</center>

## Q:  What Does it Do?
*Short Answer: Higher reputation helps to get people to notice you. Too low reputation actually hides your posts and comments.*

Higher reputation tends to get people to notice your posts more often. It lets you be seen as a more veteran and/or popular user around here, meaning a higher likelihood of finding quality content (yet by no means perfect.) There tends to be a little jump when you hit level 50, with many people viewing you (solely through that number) as no longer being a newbie. Don't take that you shouldn't still ask questions at that stage, but just enjoy the benefits.

With so much of Steemit looking like a blogging platform, it's easy to forget the social media aspects of this place. Your reputation, well beyond the actual number, is really what can make or break you here. The concept of making friends, building relationships with users and integrating yourself into the community itself will greatly help you be more successful as time goes on.

For those who like to frequently cause trouble...remember users can see anything that's been done on the blockchain (posts, edits, transfers, etc.) It's amazing how many times I've seen people crying about how they were treated so unfairly (after getting flagged,) yet when you go look at their history, it's obvious for anyone to see what the issue was. 

#### <center>Having freedom requires taking personal responsibility.</center>
<br>
http://i.imgur.com/sKiCvWa.png
<center>http://i.imgur.com/Xs4cJOi.png</center>
#### <center>Previous Helpful Posts for Newbies</center>
####  <center>[❓Answering Common Questions: Steem, Steem Power, Steem Dollars and What Should I do with them? 💲](https://steemit.com/steem-help/@sykochica/answering-common-questions-steem-steem-power-steem-dollars-and-what-should-i-do-with-them)</center>
####  <center>[What's this Slider Bar and Vote Power Percentage? What's the Difference?](https://steemit.com/steem-help/@sykochica/what-s-this-slider-bar-and-vote-power-percentage-what-s-the-difference)</center>
####  <center>[Why Newbies Should be Excited about the next Hardfork](https://steemit.com/steem-help/@sykochica/why-newbies-should-be-excited-about-the-next-hardfork)</center>
####  <center>[Answering Common Questions about Voting and Curation](https://steemit.com/steem-help/@sykochica/answering-common-questions-about-voting-and-curation)</center>


<center>http://i.imgur.com/Xs4cJOi.png</center>
## <center> [Don't Miss the Show! Follow the Steemit Talk Podcast (STP) Account](https://steemit.com/@steemittalk) </center>
### <center> [New STP Website!!](https://steemittalkpodcast.wordpress.com/) </center>
## <center>Are you new to Steemit and Looking for Answers? - Try https://www.steemithelp.net.</center>
<center>http://i.imgur.com/tCAIqAB.png</center>
Image Sources:
[Tracks we Leave Quote](https://www.pinterest.com/pin/317433473719051288/)
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 96 others
properties (23)
authorsykochica
permlinkanswering-common-questions-reputation-and-flags-what-s-this-number-by-my-name
categorysteem-help
json_metadata{"tags":["steem-help","steemit","faq","askhelp","reputation"],"users":["good-karma","jesta","blueorgy","heimindanger","officialfuzzy"],"image":["https://steemitimages.com/DQmNfWw5zsPt4R7c2h4QcmmbLjeMeXbRwgXz5muCFu1YQUA/image.png","https://steemitimages.com/DQmQse8529YCxEWcQ7Ba7wwNhqSgct6xiVGK2KLB8sTigAi/image.png","https://steemitimages.com/DQmWroZA3kgLc81E2vgdEGrttjGC3Houqbfre4dUoeVmU3P/image.png","https://steemitimages.com/DQmTp69aZAmRym2kEfPKcUVVQmRDmy8ALWUUaqcXPmeJESt/image.png","https://steemitimages.com/DQmZamAr9SZVJNYRpQHJ5UGJ3DhyFR9QdkMX65SUvQc5F7u/image.png","https://steemitimages.com/DQmPehHCe4MFsAWf8D2AwMbv3vW1NZTxgM55vMBsDxWzjCu/image.png","https://steemitimages.com/DQmWUKyYyDncgbRonKAN35WxeANLXPdn3buEjTGHqiw81WF/image.png","http://i.imgur.com/Xs4cJOi.png","http://i.imgur.com/sKiCvWa.png","http://i.imgur.com/tCAIqAB.png"],"links":["https://steemit.com/esteem-features/@good-karma/esteem-feature-set-1-login-quick-look","https://steemstats.com","steem.cool","https://steemwhales.com","https://github.com/steemit/condenser/blob/master/app/utils/ParsersAndFormatters.js","https://steemit.com/steem-help/@sykochica/answering-common-questions-steem-steem-power-steem-dollars-and-what-should-i-do-with-them","https://steemit.com/steem-help/@sykochica/what-s-this-slider-bar-and-vote-power-percentage-what-s-the-difference","https://steemit.com/steem-help/@sykochica/why-newbies-should-be-excited-about-the-next-hardfork","https://steemit.com/steem-help/@sykochica/answering-common-questions-about-voting-and-curation","https://steemit.com/@steemittalk","https://steemittalkpodcast.wordpress.com/","https://www.steemithelp.net","https://www.pinterest.com/pin/317433473719051288/"],"app":"steemit/0.1","format":"markdown"}
created2017-05-26 20:58:36
last_update2017-05-26 21:05:57
depth0
children33
last_payout2017-06-02 20:58:36
cashout_time1969-12-31 23:59:59
total_payout_value27.888 HBD
curator_payout_value5.992 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9,099
author_reputation120,685,781,847,279
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,832,208
net_rshares7,995,835,214,728
author_curate_reward""
vote details (160)
@budz82 ·
Thanks, I assumed that number was something like that but wasn't 100% sure. Thanks for clarifying this for me.
👍  
properties (23)
authorbudz82
permlinkre-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20170625t170019080z
categorysteem-help
json_metadata{"tags":["steem-help"],"app":"steemit/0.1"}
created2017-06-25 17:00:21
last_update2017-06-25 17:00:21
depth1
children0
last_payout2017-07-02 17:00:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length110
author_reputation1,834,042,594,881
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,066,235
net_rshares92,855,874
author_curate_reward""
vote details (1)
@buster544 ·
A bit technical but VERY informative. Thanks for keeping us newbies updated and informed of how things are calculated and related to our own steemit account.
properties (22)
authorbuster544
permlinkre-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20170526t215630808z
categorysteem-help
json_metadata{"tags":["steem-help"],"app":"steemit/0.1"}
created2017-05-26 21:56:30
last_update2017-05-26 21:56:30
depth1
children1
last_payout2017-06-02 21:56:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length157
author_reputation1,131,823,183,565
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,833,655
net_rshares0
@sykochica ·
Thank you!
Definitely feel free to skip over the more technical code/mathy part...that's totally optional. I was figuring I'd get asked about it the comments, so wanted to include it in there.

The conceptual parts can be quite sufficient imo.
👍  
properties (23)
authorsykochica
permlinkre-buster544-re-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20170526t220203502z
categorysteem-help
json_metadata{"tags":["steem-help"],"app":"steemit/0.1"}
created2017-05-26 22:02:21
last_update2017-05-26 22:02:21
depth2
children0
last_payout2017-06-02 22:02:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length243
author_reputation120,685,781,847,279
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,833,806
net_rshares1,193,359,396
author_curate_reward""
vote details (1)
@deepapoudel ·
thank you so much, 
it was a good read, and I love this 
>Having freedom requires taking personal responsibility.

waiting for the next one,
keep up the good work :)
properties (22)
authordeepapoudel
permlinkre-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20170527t142713969z
categorysteem-help
json_metadata{"tags":["steem-help"],"app":"steemit/0.1"}
created2017-05-27 14:27:18
last_update2017-05-27 14:27:18
depth1
children0
last_payout2017-06-03 14:27:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length165
author_reputation2,596,755,981,196
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,854,553
net_rshares0
@dirtyhippie ·
Thanks for the detailed explaination. I just joined yesterday and noticed the number had changed to 26. Must have a secret whale admirer lol. Loving the wealth of information on this site. Thanks again
properties (22)
authordirtyhippie
permlinkre-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20180110t075418830z
categorysteem-help
json_metadata{"tags":["steem-help"],"app":"steemit/0.1"}
created2018-01-10 07:54:21
last_update2018-01-10 07:54:21
depth1
children0
last_payout2018-01-17 07:54:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length201
author_reputation203,901,904,290
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id28,438,249
net_rshares0
@farmstead ·
Thanks so much for this super informative post! Can you add in there how we can find out if we've been flagged? I saw your answer to someone else and wondered if you've got that post ready? Can't wait to see more! Gonna follow for sure!
properties (22)
authorfarmstead
permlinkre-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20170617t032615712z
categorysteem-help
json_metadata{"tags":["steem-help"],"app":"steemit/0.1"}
created2017-06-17 03:26:15
last_update2017-06-17 03:26:15
depth1
children2
last_payout2017-06-24 03:26:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length236
author_reputation3,172,586,314,711
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,062,139
net_rshares0
@sykochica ·
Sure..I can do one on seeing if you've been flagged. Got it down on my to-do list. :)

Thank you!
👍  
properties (23)
authorsykochica
permlinkre-farmstead-re-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20170617t033001333z
categorysteem-help
json_metadata{"tags":["steem-help"],"app":"steemit/0.1"}
created2017-06-17 03:29:57
last_update2017-06-17 03:29:57
depth2
children1
last_payout2017-06-24 03:29:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length97
author_reputation120,685,781,847,279
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,062,317
net_rshares162,498,727
author_curate_reward""
vote details (1)
@farmstead ·
Thanks to you!
properties (22)
authorfarmstead
permlinkre-sykochica-re-farmstead-re-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20170617t033443673z
categorysteem-help
json_metadata{"tags":["steem-help"],"app":"steemit/0.1"}
created2017-06-17 03:34:42
last_update2017-06-17 03:34:42
depth3
children0
last_payout2017-06-24 03:34:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length14
author_reputation3,172,586,314,711
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,062,588
net_rshares0
@healthiswealth ·
Hello @sykochica,
I have a problem and need some help.

I was trying to share free token links with others the last couple of days.
I have never been flagged or Spammed anyone.

I did not mean to offend anyone, but looks like I have caused a huge mess..  I had a reputation score of 50 yesterday, now I have 6 ?

How can I find out who flagged me to explain I was offering a gift not Spamming them?

How do I get my reputation back? 

thank you for your time.
properties (22)
authorhealthiswealth
permlinkre-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20170827t201030303z
categorysteem-help
json_metadata{"tags":["steem-help"],"users":["sykochica"],"app":"steemit/0.1"}
created2017-08-27 20:10:30
last_update2017-08-27 20:10:30
depth1
children0
last_payout2017-09-03 20:10:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length459
author_reputation40,730,529,105,487
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,056,737
net_rshares0
@intelliguy · (edited)
$0.31
Great idea to re-visit the basics.  There is a LOT of new people here that would love  full answer on how certain components work. :)   Nice job sykochica!
👍  , ,
properties (23)
authorintelliguy
permlinkre-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20170526t223156627z
categorysteem-help
json_metadata{"tags":["steem-help"],"app":"steemit/0.1"}
created2017-05-26 22:32:00
last_update2017-05-26 22:33:57
depth1
children1
last_payout2017-06-02 22:32:00
cashout_time1969-12-31 23:59:59
total_payout_value0.282 HBD
curator_payout_value0.023 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length155
author_reputation62,276,657,564,898
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,834,484
net_rshares204,914,879,047
author_curate_reward""
vote details (3)
@sykochica ·
Thank you! 
It seemed like a fitting time with a lot of the old stuff either being buried, outdated or both. I've had to help with some confusion for people just because they were pulling from outdated info.
properties (22)
authorsykochica
permlinkre-intelliguy-re-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20170526t224124383z
categorysteem-help
json_metadata{"tags":["steem-help"],"app":"steemit/0.1"}
created2017-05-26 22:41:42
last_update2017-05-26 22:41:42
depth2
children0
last_payout2017-06-02 22:41:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length207
author_reputation120,685,781,847,279
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,834,762
net_rshares0
@jordanmccraw ·
another good tutorial. thank you!
👍  
properties (23)
authorjordanmccraw
permlinkre-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20170526t212205993z
categorysteem-help
json_metadata{"tags":["steem-help"],"app":"steemit/0.1"}
created2017-05-26 21:21:57
last_update2017-05-26 21:21:57
depth1
children3
last_payout2017-06-02 21:21:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length33
author_reputation394,700,599,699
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,832,852
net_rshares924,212,122
author_curate_reward""
vote details (1)
@sykochica ·
You're very welcome! I love being helpful.

I've still got a few on my list to do, but figured I'd ask if there is a topic you'd like me to touch on in one of these?
👍  ,
properties (23)
authorsykochica
permlinkre-jordanmccraw-re-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20170526t212246876z
categorysteem-help
json_metadata{"tags":["steem-help"],"app":"steemit/0.1"}
created2017-05-26 21:23:03
last_update2017-05-26 21:23:03
depth2
children2
last_payout2017-06-02 21:23:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length165
author_reputation120,685,781,847,279
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,832,883
net_rshares2,274,255,198
author_curate_reward""
vote details (2)
@jordanmccraw ·
$0.27
It seems like you are answering questions i didn't know i had lol. Keep on going with what you got. I will keep on learning. =)
👍  , , ,
properties (23)
authorjordanmccraw
permlinkre-sykochica-re-jordanmccraw-re-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20170526t212655707z
categorysteem-help
json_metadata{"tags":["steem-help"],"app":"steemit/0.1"}
created2017-05-26 21:26:48
last_update2017-05-26 21:26:48
depth3
children1
last_payout2017-06-02 21:26:48
cashout_time1969-12-31 23:59:59
total_payout_value0.265 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length127
author_reputation394,700,599,699
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,832,988
net_rshares184,334,385,117
author_curate_reward""
vote details (4)
@lanceman ·
$0.04
Thank you for the helpful info @sykochick ! I have quite a long way to go and will enjoy the STEEM ride! 
<center>[![](https://steemitimages.com/50x60/http://steemitboard.com/@lanceman/commented.png)](http://steemitboard.com/board.html?user=lanceman) [![](https://steemitimages.com/60x70/http://steemitboard.com/@lanceman/votes.png)](http://steemitboard.com/board.html?user=lanceman) [![](https://steemitimages.com/70x80/http://steemitboard.com/@lanceman/posts.png)](http://steemitboard.com/board.html?user=lanceman) [![](https://steemitimages.com/100x80/http://steemitboard.com/@lanceman/level.png)](http://steemitboard.com/board.html?user=lanceman) [![](https://steemitimages.com/70x80/http://steemitboard.com/@lanceman/comments.png)](http://steemitboard.com/board.html?user=lanceman) [![](https://steemitimages.com/60x70/http://steemitboard.com/@lanceman/voted.png)](http://steemitboard.com/board.html?user=lanceman) [![](https://steemitimages.com/50x60/http://steemitboard.com/@lanceman/payout.png)](http://steemitboard.com/board.html?user=lanceman)</center>
👍  
properties (23)
authorlanceman
permlinkre-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20170526t212032685z
categorysteem-help
json_metadata{"tags":["steem-help"],"users":["sykochick"],"image":["https://steemitimages.com/50x60/http://steemitboard.com/@lanceman/commented.png","https://steemitimages.com/60x70/http://steemitboard.com/@lanceman/votes.png","https://steemitimages.com/70x80/http://steemitboard.com/@lanceman/posts.png","https://steemitimages.com/100x80/http://steemitboard.com/@lanceman/level.png","https://steemitimages.com/70x80/http://steemitboard.com/@lanceman/comments.png","https://steemitimages.com/60x70/http://steemitboard.com/@lanceman/voted.png","https://steemitimages.com/50x60/http://steemitboard.com/@lanceman/payout.png"],"links":["http://steemitboard.com/board.html?user=lanceman"],"app":"steemit/0.1"}
created2017-05-26 21:20:39
last_update2017-05-26 21:20:39
depth1
children3
last_payout2017-06-02 21:20:39
cashout_time1969-12-31 23:59:59
total_payout_value0.039 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,062
author_reputation1,422,632,093,238
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,832,812
net_rshares28,145,256,471
author_curate_reward""
vote details (1)
@sykochica ·
Hehe, happy to help! You're getting there and be at level 50 before you know it!
I see you're figuring out the badges too, nice!
👍  ,
properties (23)
authorsykochica
permlinkre-lanceman-re-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20170526t212137185z
categorysteem-help
json_metadata{"tags":["steem-help"],"app":"steemit/0.1"}
created2017-05-26 21:21:54
last_update2017-05-26 21:21:54
depth2
children2
last_payout2017-06-02 21:21:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length128
author_reputation120,685,781,847,279
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,832,851
net_rshares1,608,636,919
author_curate_reward""
vote details (2)
@sidwrites ·
Do these badges mean anything?  I thought someone else came up with the idea... as a marketing stunt... to crease such badges.
properties (22)
authorsidwrites
permlinkre-sykochica-re-lanceman-re-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20170526t222535064z
categorysteem-help
json_metadata{"tags":["steem-help"],"app":"steemit/0.1"}
created2017-05-26 22:25:36
last_update2017-05-26 22:25:36
depth3
children1
last_payout2017-06-02 22:25:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length126
author_reputation87,650,171,273,192
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,834,346
net_rshares0
@len.george ·
$0.27
Thank you sykochica for a valuable post, it filled a few of my questions before I asked then, you must be a mind reader.
👍  ,
properties (23)
authorlen.george
permlinkre-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20170526t223150767z
categorysteem-help
json_metadata{"tags":["steem-help"],"app":"steemit/0.1"}
created2017-05-26 22:31:51
last_update2017-05-26 22:31:51
depth1
children1
last_payout2017-06-02 22:31:51
cashout_time1969-12-31 23:59:59
total_payout_value0.240 HBD
curator_payout_value0.028 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length120
author_reputation16,877,043,620,190
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,834,482
net_rshares182,247,200,950
author_curate_reward""
vote details (2)
@sykochica ·
Absolutely happy to be helping out!
I still remember when I first got here and started putting things together. (Which seems like eons ago now, lol.) So I've been rehashing my ramp up process.

Actually, I'm just a psychic who prefers upvotes over direct payments. Lol!
👍  
properties (23)
authorsykochica
permlinkre-lengeorge-re-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20170526t224334651z
categorysteem-help
json_metadata{"tags":["steem-help"],"app":"steemit/0.1"}
created2017-05-26 22:43:51
last_update2017-05-26 22:43:51
depth2
children0
last_payout2017-06-02 22:43:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length269
author_reputation120,685,781,847,279
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,834,831
net_rshares5,075,266,701
author_curate_reward""
vote details (1)
@marcusxman ·
Hi @skyochica, a great read and indeed there is a lot of out-dated info that is permanently out there.  I especially liked it  where you introduced the different apps out there that would make our live easier.  I was not aware of these until I read your post.  Is there a central library of steem apps that we all can browse - if not then maybe a section could be include specially devoted to the various apps by the many different steemians.
properties (22)
authormarcusxman
permlinkre-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20170527t121317262z
categorysteem-help
json_metadata{"tags":["steem-help"],"users":["skyochica"],"app":"steemit/0.1"}
created2017-05-27 12:13:00
last_update2017-05-27 12:13:00
depth1
children2
last_payout2017-06-03 12:13:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length442
author_reputation1,601,688,281,300
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,851,239
net_rshares0
@sykochica ·
This should work for you: http://steemtools.com/
:)
properties (22)
authorsykochica
permlinkre-marcusxman-re-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20170530t050135582z
categorysteem-help
json_metadata{"tags":["steem-help"],"links":["http://steemtools.com/"],"app":"steemit/0.1"}
created2017-05-30 05:01:48
last_update2017-05-30 05:01:48
depth2
children1
last_payout2017-06-06 05:01:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length51
author_reputation120,685,781,847,279
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,946,543
net_rshares0
@marcusxman ·
Wow, Steemit is so much more than I expected.  Thanks @skyochica
properties (22)
authormarcusxman
permlinkre-sykochica-re-marcusxman-re-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20170530t095812860z
categorysteem-help
json_metadata{"tags":["steem-help"],"users":["skyochica"],"app":"steemit/0.1"}
created2017-05-30 09:57:57
last_update2017-05-30 09:57:57
depth3
children0
last_payout2017-06-06 09:57:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length64
author_reputation1,601,688,281,300
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,952,585
net_rshares0
@nkleet ·
Flagging affects reputation only or steem and/or steem power as well?

Posted using [Partiko Android](https://steemit.com/@partiko-android)
👍  ,
properties (23)
authornkleet
permlinknkleet-re-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20180919t154848700z
categorysteem-help
json_metadata{"app":"partiko"}
created2018-09-19 15:48:48
last_update2018-09-19 15:48:48
depth1
children0
last_payout2018-09-26 15:48:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length139
author_reputation794,371,473,167
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id71,687,106
net_rshares4,899,131,747
author_curate_reward""
vote details (2)
@readingdanvers ·
Thank you for this great information. I thought that flags are for trying to take down someone posts in case they contain some offensive content, not a downvote.
properties (22)
authorreadingdanvers
permlinkre-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20170805t071736155z
categorysteem-help
json_metadata{"tags":["steem-help"],"app":"steemit/0.1"}
created2017-08-05 07:17:33
last_update2017-08-05 07:17:33
depth1
children0
last_payout2017-08-12 07:17:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length161
author_reputation59,539,100,425,901
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id10,826,440
net_rshares0
@rycharde ·
Many thanks for this. So much talk of downvotes in the FAQ and elsewhere that I've been wondering what they mean! So there are no downvote buttons (that look similar to the upvote ones), they are flags.
Are we alerted if we have been flagged?
properties (22)
authorrycharde
permlinkre-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20170607t014526454z
categorysteem-help
json_metadata{"tags":["steem-help"],"app":"steemit/0.1"}
created2017-06-07 01:45:30
last_update2017-06-07 01:45:30
depth1
children3
last_payout2017-06-14 01:45:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length242
author_reputation19,101,504,594,449
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,308,742
net_rshares0
@sykochica ·
Flags are the same as a downvote, technically. However, they're meant to be used more as a means against abuse (typically) versus it simply being something one doesn't agree with.

Unfortunately you don't get a notification when flagged. However it is treated just like an upvote in that sense, so you can see it in your vote list on  (Steemstats.com)[www.steemstats.com], (Steem DB)[www.steemdb.com] or any other site that shows your votes.

I do have a guide/faq on my todo list dealing with flags, but it's at least a few days off.
👍  
properties (23)
authorsykochica
permlinkre-rycharde-re-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20170607t015131420z
categorysteem-help
json_metadata{"tags":["steem-help"],"app":"steemit/0.1"}
created2017-06-07 01:51:30
last_update2017-06-07 01:51:30
depth2
children2
last_payout2017-06-14 01:51:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length534
author_reputation120,685,781,847,279
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,308,997
net_rshares756,429,786
author_curate_reward""
vote details (1)
@rycharde ·
Thanks for the quick reply. I assume there was a time when there were downvote buttons, but I also assume they were prone to abuse and discarded. Would be nice to update the official FAQ as Steemit evolves, perhaps a #steemgigs.
properties (22)
authorrycharde
permlinkre-sykochica-re-rycharde-re-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20170607t021622504z
categorysteem-help
json_metadata{"tags":["steemgigs","steem-help"],"app":"steemit/0.1"}
created2017-06-07 02:16:24
last_update2017-06-07 02:16:24
depth3
children1
last_payout2017-06-14 02:16:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length228
author_reputation19,101,504,594,449
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,310,116
net_rshares0
@sidwrites · (edited)
$0.27
Thank you Sykochica!

> Your reputation, well beyond the actual number, is really what can make or break you here.

Been stuck at 54 for some time now. Not sure why. :)

Love this post. In fact, I have bookmarked the link for future reference.

Truly, this is one of those posts I will keep coming back to. And I appreciate the effort went into explaining us. :)

I have been saying how amazing your answers are and this post is a proof of that. Have been happy to connect with you! :)
👍  ,
properties (23)
authorsidwrites
permlinkre-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20170526t222321059z
categorysteem-help
json_metadata{"tags":["steem-help"],"app":"steemit/0.1"}
created2017-05-26 22:23:21
last_update2017-05-26 22:24:06
depth1
children1
last_payout2017-06-02 22:23:21
cashout_time1969-12-31 23:59:59
total_payout_value0.259 HBD
curator_payout_value0.009 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length485
author_reputation87,650,171,273,192
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,834,294
net_rshares182,246,584,107
author_curate_reward""
vote details (2)
@sykochica ·
You're very welcome! Keep up the good work! (I hope you saw the donation in your wallet, hehe.)

The kind words are appreciated. I pride myself a bit being able to make things easy to understand without getting too technical. It's been great seeing so many views on these guides/faq's too.
properties (22)
authorsykochica
permlinkre-sidwrites-re-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20170526t222643588z
categorysteem-help
json_metadata{"tags":["steem-help"],"app":"steemit/0.1"}
created2017-05-26 22:27:00
last_update2017-05-26 22:27:00
depth2
children0
last_payout2017-06-02 22:27:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length289
author_reputation120,685,781,847,279
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,834,380
net_rshares0
@wanderinartist ·
Very helpful! (ノ゚0゚)ノ~ I have always wondered what the number beside my name is o:
properties (22)
authorwanderinartist
permlinkre-sykochica-answering-common-questions-reputation-and-flags-what-s-this-number-by-my-name-20180104t041843489z
categorysteem-help
json_metadata{"tags":["steem-help"],"app":"steemit/0.1"}
created2018-01-04 04:18:51
last_update2018-01-04 04:18:51
depth1
children0
last_payout2018-01-11 04:18:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length82
author_reputation15,066,823,173
root_title"❓Answering Common Questions: Reputation and Flags! What's this Number by my Name? #️⃣️"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,939,451
net_rshares0