Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto Boost #566

Open
ghost opened this issue Oct 16, 2023 · 4 comments
Open

Auto Boost #566

ghost opened this issue Oct 16, 2023 · 4 comments
Labels
feature new product features that weren't there before

Comments

@ghost
Copy link

ghost commented Oct 16, 2023

Is your feature request related to a problem? Please describe.

Boosts are one-time payments that allow stackers to temporarily promote their content. This format works for one-time announcements or product launches, but doesn’t allow for persistent advertising campaigns on Stacker News.

This severely limits the willingness of advertisers to spend money on Stacker News, and thus severely limits the size of the daily rewards pool.

Describe the solution you'd like

To fix this, an “auto boost” checkbox can be added next to the "boost" option that is displayed in the hidden menu on all posts. Enabling the auto boost checkbox would re-surface the stacker's boosted post every day as if it were a new post with their chosen boost amount. The post wouldn't need to be re-written every day, in fact the creator wouldn't even need to take any action.

Auto boosted posts should persist until the creator either run out of funds in their wallet or they turn off the auto boost setting on their post.

A V2 implementation of auto boosting should give advertisers the ability to set more refined boost schedules.

@ghost ghost added the feature new product features that weren't there before label Oct 16, 2023
@SatsAllDay
Copy link
Contributor

Enabling the auto-boost checkbox would re-surface the stacker's boosted post every day as if it were a new post with their chosen boost amount.

When would it re-surface the post, exactly every 24 hours after the post was created?

@ekzyis
Copy link
Member

ekzyis commented Oct 16, 2023

Auto-boosted posts should persist until the creator either run out of funds in their wallet or they turn off the auto-boost setting on their post.

Or set an optional limit?

Also, on different days you might need different amount of boosts to become #1 on the front page. So results might be unexpected. Am I right @huumn ?

@huumn
Copy link
Member

huumn commented Oct 17, 2023

Also, on different days you might need different amount of boosts to become #1 on the front page. So results might be unexpected. Am I right @huumn?

Yes, we couldn't promise the placement.

@huumn
Copy link
Member

huumn commented Oct 23, 2023

MVP:

24 hours later, atomically:

  1. deduct boost amount from account
  2. update the created_at column to now() 24 hours later

@ghost ghost changed the title Auto-Boosts Auto Boost Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature new product features that weren't there before
Projects
None yet
Development

No branches or pull requests

3 participants