Position Exchange
  • Position Exchange Introduction
  • Getting started
    • Create a wallet
    • Get BEP20 Tokens
  • Business and Partnerships
    • Community Leaders Referral Program
  • Position Token (POSI)
    • What is POSI?
    • A Deflationary Token
      • Buy back and Burn
      • Anti-whale
      • Harvest Lock up
    • RFI Technology
    • Buy POSI
    • POSI Tokenomics
    • How is the TVL Calculated?
  • Products
    • Perpetual Trading Protocol
      • Perpetuals basics
        • Why Can't I Place a Futures Order?
        • Order type
        • Leverage for Perpetual Futures Contracts
        • Mark Price in Perpetual Futures Contracts
        • Funding rates
      • Beginner's guide
        • Connect your Wallet
        • Open Position
          • Open Limit Order
          • Open Market Order
        • Adjust Margin
          • Add Margin
          • Remove Margin
        • Set TP/SL
        • Close Position
          • Close Market
          • Close Limit
        • Position Exchange's Futures Transaction Fees
        • Trading Perpetuals
        • How to adjust the Leverage
        • Funding rate
        • Crypto Perpetuals
      • Perpetuals Specs
        • Smart Contract Reverted Error Code
      • Futures Referral
        • Futures Referral for Referrer
        • Futures Referral for Referee
      • Futures Task
    • DEX 2.0
      • Spot Trade 2.0 User Guideline
      • Concentrated Liquidity
        • Initialize a new pool
        • Add and Remove Liquidity
        • Shift range
        • Increase Decrease Liquidity
      • DEX Referral Rules
      • Incentives Programs
        • Position Exchange DEX Airdrop Introduction
        • DEX Airdrop Referral Rules
        • Lucky Fee
        • How to join Pancake Migrate Airdrop
        • How to join the Liquidity Providers Incentive Program
        • How to join the Lucky Fee Program
        • Reward Distribution Schedule
    • Exchange
      • Token Swaps
      • How to trade
      • Liquidity pools
      • How to Add/Remove liquidity
    • Position Bonds (Crypto Bonds)
    • Position P2P Bond
      • Sale rules
      • User's guide
        • How to issue a bond
        • How to purchase a bond
        • How to manage a bond - For issuers
        • How to claim assets when Bond's liquidated/matured - For holders
      • Liquidation
      • Policy
      • FAQs
    • Farming
      • How to use farms
    • Staking
    • NFTs
      • How to Cast & Stake NFTs
    • Referral System
    • Vaults
    • Gain Grid
      • Getting Started with Gain Grid
      • Volatility Interest
      • Gain Grid Frequently Asked Questions (FAQs)
      • Gain Grid Referral Program
      • Gain Grid Terms and Conditions
    • 📱Mobile App
    • Migration
      • Farms/Pools Migration Guideline
      • Vesting Schedule
      • New Staking Contracts
  • Whitepaper
  • Security
    • Audits
    • Privacy Policy
  • Others
    • Contracts
    • Social Accounts
  • Governance
    • What is Position Exchange Governance?
  • Roadmap
    • Position Exchange & Development Plan
  • Community
    • Reports (Bugs, Feedback, Suggestions)
    • Frequently Asked Questions (F.A.Q)
  • Events
    • POSI Twitter Lottery
Powered by GitBook
On this page
  • What is POSI Twitter Lottery
  • How to Participate?
  • How it works?
  • How will the rewards be distributed?

Was this helpful?

  1. Events

POSI Twitter Lottery

PreviousFrequently Asked Questions (F.A.Q)

Last updated 3 years ago

Was this helpful?

What is POSI Twitter Lottery

POSI Twitter lottery is a giveaway organized twice a week on , where participants can win several prizes. The giveaway is a good tool to maintain a stable and organic growth of Position Exchange on Twitter.

How to Participate?

  1. Follow us on Twitter

  2. Tag 3 friends

  3. ReTweet and Comment 3 numbers from 100 to 999

How it works?

We will pick the winning number from a block hash. To start this campaign we will select a random block number to use it as a starting point. We will then collect the hash, convert it to a decimal number then take the 3 last digits as the winning number. If a participants chosen number matches the winning number he/she will be a winner, if we have multiple winners they will share the prize.

The result drawing work following this function and takes the last three digits as the winning number.

const converter = require('hex2dec');
const dec = converter.hexToDec("0x2656a9697cd5284c1c6f6e843038edd0d604eaef0a302f36f9aca439b4cc0e42");
const n = (dec%1000000000).toString()
// take the last 3 digits
const winningNumber = n.substr(n.length - 3)
// 296

You can check the winning number by putting the hash here and clicking on Roll!

How will the rewards be distributed?

We will announce the winning number of each round on our Twitter and scan the winning comments, then move contact the winners. Or the winners could contact us back within 3 days to collect the prize.

Please note:

  • Multiple winners will share the prize.

  • Any edited comment, late comment (after the block time) or a comment that has more than 3 numbers will not be counted.

Position Exchange Official Twitter
https://positionexchange.github.io/twitter-lottery-result-drawing/