Select Page

Earning BAT on Brave’s Ad Network

What’s a BAT? What’s Brave? How does all this work?

Brave is an internet browser built off Google’s Chrome browser. So what makes it different? Brave’s mission is to solve the ever-growing problem of ads that track you and follow you around wherever you go. Brave’s goal is to pay its users every time they view an ad. Seriously? Yes, seriously. They also want to give users the opportunity to pay their favorite internet publishers directly in exchange for an ad-free experience online. It comes with a built-in ad blocker as well as a built-in wallet to keep all your loot when you browse. Why not try out Brave for yourself?

What’s BAT?

BAT stands for Basic Attention Token. It’s a cryptocurrency used to pay Brave’s users and Brave’s publishers. When you first download Brave, it’ll ask you if you want to create a wallet. As a promotional effort aimed at early adopters, for a limited time Brave would fill your wallet with as much as 25 BAT (about $12 at the time of this writing)! You may not get a wallet full of BAT now, but as a normal user, Brave keeps track of how many HTTPS upgrades, ads and trackers blocked. Every now and again you’ll see an ad while using Brave, but odds are they are ads that verified on Brave’s network. In other words, these are ads that clients pay the users (through Brave) to see. So check your wallet every now and again!

How Do I earn BAT?

As previously mentioned, BAT can be earned simply by viewing ads on Brave’s network. However there’s even more opportunity as a verified Brave publisher. As a content creator working with Brave, you can create your stuff like normal (YouTube videos, Twitch streams, blogs, etc), but if another Brave user stumbles across your content, Brave allows those users to pay you directly! Users can make one-time tips to your favorite publishers, or schedule monthly contributions at any amount you like.

As a user, you feed your wallet using an external crypto account using BTC, ETH, LTC, or BAT. As a publisher, your earned BAT tokens end up in an account managed by Uphold. If you don’t have an account with Uphold, you will be required to create one when signing up for the Brave publisher rewards program. Once the coins are in your Uphold account, you can do with them whatever you like. Either spend them, invest them, or put them into your own Brave wallet.

Check out more articles

How to Generate a Ranger Config File

ranger --copy-config=all This will copy all the default config files from /usr/local/lib so you can make edits without messing anything up. Huge shout out to https://dquinton.github.io/debian-install/config/ranger.html for explaining this and so much more. Took me a...

First Open Source Contribution

Surprise! I genuinely did not plan on making my first ever open source contribution today. In fact, I didn't plan on a lot of things happening this week at all. I recently got an awesome opportunity to work on a site that is being hosted on a platform called Pantheon,...

How to Exclude Specific Posts and Pages from WP_QUERY

For the sake of having something to work with, let's suppose we've got the following query:In this query, inside the $args array, there's a special parameter that allows you to exclude specific posts and pages from the query. This parameter is called post__not_in and...

Configure SSH For Password-less Connections

Preamble I'm slightly embarrassed to admit this, but it was a long time before I figured out how amazing this little file is and how exactly to put it to good use. The file I'm talking about is the SSH config file. By default, when you first connect to a server via...

WordPress Site Stuck in Maintenance Mode

Plugin Error Code 500 During Update While I was updating a WordPress plugin locally, something happened on my local server to trigger a 500 error code as the plugin was updating. On the frontend, I refreshed the page and was greeted with "Briefly Unavailable for...

Creating a WordPress Plugin Downloader

How it Started I was recently tasked with the challenge of creating a WordPress theme generator. The idea being, instead of writing your style.css file from scratch, you'd be able to just answer a few simple questions about how you'd like your theme set up, and those...

Fix Audio on XFCE Chromebook

The Problem After moving from GalliumOS to Xubuntu, I noticed that playing YouTube videos on both Firefox and Chromium would result in decent playback for a few minutes, but suddenly the audio would turn into a solid beeping tone while the YouTube video displayed the...

Adjust Trackpad Sensitivity XFCE

xinput set-prop "Elan Touchpad" "Synaptics Finger" 1 1 1 What are the values 1 1 1? This sets the sensitivity as close to the original ChromeOS as possible. Larger numbers will decrease sensitivity of various aspects. I never looked into which individual value...

Fireworks (Short Film)

https://vimeo.com/395077249 About the film Year: 2020 Director/DP: Tim Searfoss Writers: Matt Jones, Tim Searfoss Sound Mix: Matt Jones

Hosting Multiple Sites Using LocalWP

I've done a write-up on hosting local WordPress sites before, but I definitely prefer this method over the previous one. If you've never tried hosting multiple sites using LocalWP, then I'd encourage you to check it out. I've had really bad issues with it in the past,...