Create Create a yes/no question that will be resolved by AI.

{newQuestion.length}/200 characters

The AI will automatically determine the appropriate resolution date and criteria.

Hopium[BETA]

AI-powered prediction markets. Create questions and bet on outcomes.

Active Resolved All {#if $USER_DATA} {/if}
{#if loading} {:else if questions.length === 0}

No questions yet

Be the first to create a prediction question!

{:else}
{#each questions as question} goto(`/hopium/${question.id}`)} >

{question.question}

{#if question.status === 'RESOLVED'} {#if question.aiResolution} YES {:else} NO {/if} {/if}
{question.yesPercentage.toFixed(0)}%
{#if question.status === 'ACTIVE'} {formatTimeUntil(question.resolutionDate).startsWith('Ended') ? 'Resolving' : `${formatTimeUntil(question.resolutionDate)} remaining`} {:else} Resolved {formatDateWithYear(question.resolvedAt || '')} {/if}
{formatValue(question.totalAmount)}
{#if question.requiresWebSearch} {/if}
{#if question.userBets && (question.userBets.yesAmount > 0 || question.userBets.noAmount > 0)}
Your bets: {#if question.userBets.yesAmount > 0}
YES: ${question.userBets.yesAmount.toFixed(2)}
{/if} {#if question.userBets.noAmount > 0}
NO: ${question.userBets.noAmount.toFixed(2)}
{/if}
{/if}
{/each}
{/if}