Reddit Gold Update: How to Give and Get New Silver and Platinum Icons

🎙️ Voice is AI-generated. Inconsistencies may occur.

If you've been on Reddit over the past 24 hours, you might notice something odd on certain posts. In the usual spot where you'd see Reddit Gold, an award for standout posts given by users that costs real-world money, there are new silver and blue-ish icons hanging out on top. These are the new Silver and Platinum icons that have just rolled out on the online forum.

In a post on the changelog subreddit a few weeks ago, reddit admin venkman01 announced Reddit Gold will now be called "Reddit Premium." Getting gilded still gives the same rewards: ad-free viewing, highlighted comments and access to exclusive premium communities. In the past, you'd buy Gold with Credits. This system has been replaced with Coins used to buy multiple tiers of gifts. These "Awards" allow users to reward content that's not quite good enough for Gold or posts that users believe are worth even more.

How To Get Reddit Silver and Platinum

You can give yourself Reddit Premium for $5.99 a month, or $3.99 if you're a legacy user who subscribed to the previous Gold system. You'll get 700 coins a month, which you can use to gift other users Silver, Gold or Platinum. Gifting a user Gold or Platinum will give them access to Reddit Premium for one month and a few extra coins (100 for Gold and 700 for Platinum).

reddit premium
Reddit Premium guide Reddit

Here's how much each Gold system tier costs:

Silver: 100 coins

Gold: 500 coins

Platinum: 1,800 coins

If you'd like to buy coins to gift to others, head over the Coins hub and buy one of five different tiers. 1,800 coins costs six dollars, allowing you to gift a post Platinum, or multiple posts Gold and Silver.

Have you bought Reddit gold yet? Tell us on Twitter @Newsgeek.

\
\

Newsweek is committed to challenging conventional wisdom and finding connections in the search for common ground.

\ \
';uncommonKnowledgeItems[0].insertAdjacentHTML('afterend',uncommonKnowledgeContainerHtml);let uncommonKnowledgeContainerElement=document.getElementsByClassName('uncommon-knowledge');let itemsContainerElement=document.getElementById('uncommon-knowledge-items-container');uncommonKnowledgeContainerElement[0].style.display='block';uncommonKnowledgeItems.forEach((itemUncommon)=>{document.getElementById('uncommon-knowledge-items-container').insertAdjacentHTML('beforeend','
'+itemUncommon.innerHTML+'
');itemUncommon.remove()});jQuery('.start-slider').owlCarousel({loop:!1,margin:10,nav:!0,items:1}).on('changed.owl.carousel',function(event){var currentItem=event.item.index;var totalItems=event.item.count;if(currentItem===0){jQuery('.owl-prev').addClass('disabled')}else{jQuery('.owl-prev').removeClass('disabled')} if(currentItem===totalItems-1){jQuery('.owl-next').addClass('disabled')}else{jQuery('.owl-next').removeClass('disabled')}})}})})

About the writer

Steven Asarch is a tech reporter for Newsweek currently based in New York City. In high school, he started stand-up comedy but quickly learned he wasn’t very funny. After graduating from Baruch College with a degree in Journalism in 2014, he moved over to the world of games journalism. He soon found a niche discussing the YouTubers, streamers and the worlds around them. He’s appeared on NPR’s Press Play podcast, spoken on panels about esports and still enjoys the occasional shy cat video. You can contact him at [email protected].


Steven Asarch is a tech reporter for Newsweek currently based in New York City. In high school, he started stand-up ... Read more

'} const div=createElementWithHtml('div',linkElement);div.classList.add('promo-link');element.parentNode.insertBefore(div,element.nextSibling)} function insertElementHtml(element,id){if(!element){console.error('insertElementHtml: element is not a DOM node');return} if(document.getElementById(id)){const div=createElementWithHtml('div',document.getElementById(id).innerHTML);element.parentNode.insertBefore(div,element.nextSibling)}} function createElementWithHtml(tag,html){const element=document.createElement(tag);element.innerHTML=html;return element} function checkSlideStart(){if(!slide_started)check_slide()} function removeEmbeddedTitles(){const embTIs=document.querySelectorAll('#v_article .embTI');embTIs.forEach(element=>element.remove());work_editor()} function processMobilePromoLink(){if(!mobile_device||(xuaInfo.device!=='mobile'&&xuaInfo.device!==''))return;const promoLink=document.querySelector('.promo-link');const newsletterSignup=document.getElementById('newsletterSignupHorizontal');if(!promoLink){return} if(!newsletterSignup){return} if(!promoLink.parentNode){return} promoLink.parentNode.insertBefore(newsletterSignup,promoLink.nextSibling)} function addReadMoreComponent(element){} function addLatestArticlesRightRail(elementId){if(document.getElementById(elementId)){fetch('https://d.newsweek.com/json/get-latest-articles?gtm_source=Latest_Updates_Right_Trail&return=html').then(response=>response.json()).then(data=>{if(data!==undefined&&data.json.length>0){const element=document.getElementById(elementId);element.innerHTML=data.html;element.style.display='';let latestArticlesContainer=document.querySelector('.articles-single-column-container');let categoryGtm=document.querySelector('body').getAttribute('data-gtm-category');let actionGtm=latestArticlesContainer.getAttribute('data-gtm-action');let latestArticlesLinks=latestArticlesContainer.querySelectorAll('a');setGtmEventLinks(latestArticlesLinks,categoryGtm,actionGtm)}}).catch(error=>{console.error('Error fetching latest articles:',error)})}} function getTrendingCommentsCount(data){const articles=data.json;Object.values(articles).forEach(({a_id})=>{if(typeof getMessageCount==='function'){getMessageCount(a_id,`article-${a_id}`,"comments")}})} function addTrendingArticlesRightRail(elementId){if(document.getElementById(elementId)){fetch('https://d.newsweek.com/json/get-trending-articles?return=html&limit=5').then(response=>response.json()).then(data=>{if(data!==undefined&&data.json.length>0){const element=document.getElementById(elementId);element.innerHTML=data.html;element.style.display='';let trendingArticlesContainer=document.querySelector('.numbered-list-container');let categoryGtm=document.querySelector('body').getAttribute('data-gtm-category');let actionGtm=trendingArticlesContainer.getAttribute('data-gtm-action');let trendingArticlesLinks=trendingArticlesContainer.querySelectorAll('a');setGtmEventLinks(trendingArticlesLinks,categoryGtm,actionGtm);getTrendingCommentsCount(data)}}).catch(error=>{console.error('Error fetching trending articles:',error)})}}