Rotur
  • Getting Started
  • Your Connection
    • What is a websocket?
    • Connecting
      • Handshake
      • SetID
      • Link
    • Authentication
      • Get User Data
      • Login
    • Rotur Designations
    • Websocket Commands
      • Global Message (gmsg)
      • Private Message (pmsg)
      • Login to rotur (auth)
  • My Account
    • Rotur Account Objects
      • originOS specific keys
    • Requesting my ofsf storage
    • Rotur Badges
    • Transactions and Taxes
  • Assorted APIs
    • rMail
    • avatars.rotur.dev
      • .banners
    • rotur.dev/auth
    • Keys
  • languages
    • RWL
      • Basics
      • Structure
      • Attributes
        • Text
        • Frame
        • Section
      • Alignments and Anchors
    • RTR
      • Basics
      • Structure
      • Functions
        • Mathematical Functions
        • String Functions
        • Array Functions
        • Object Functions
        • Logical Functions
        • Utility Functions
      • Events
      • Examples
    • RDF
  • Claw
    • What is claw
    • Api Endpoints
      • /feed
      • /post
      • /follow
      • /unfollow
      • /followers
      • /following
      • /profile
      • /delete
      • /rate
      • /following_feed
      • /reply
      • /repost
      • /top_posts
      • /search_posts
      • /search_users
  • Web Standard
    • What is this
  • Addons / Extensions
    • Basic Structure
    • Events
      • onload
      • page_load
      • page_focus
    • API
      • Classes
        • Page
          • (static) .new()
          • .getTitle()
        • URL
          • (static) .new()
          • (static) .parse()
          • .format()
          • .getAsyncData()
          • .getFetchUrl()
          • .getTitle()
    • Commands
      • redirect
      • opentab
    • Variables
      • tab_info
      • page_width / height
      • scroll_x / y
Powered by GitBook
On this page
  • Transferring Credits
  • Rotur Taxes
  • transfers made on discord
  • transfers made on any roturOS
  • all transfers
Edit on GitHub
  1. My Account

Transactions and Taxes

Across rotur is an integrated currency and economy system. This lets users transfer credits and earn credits from other users.

Transferring Credits

Using the rotur websocket you can tell the rotur server to transfer credits to another user.

{
    "cmd": "pmsg",
    "val": {
        "id": "", // your account token
        "username": "", // the username you are connected as
        "client": { // client object
            "system": "originOS",
            "version": "v5.5.4"
        },
        "source": 0, // send to root port
        "command": "currency_transfer", // the command for the server to perform
        "payload": {
            "recipient": "rotur", // the username you are sending to
            "amount": 1, // the number of credits to send to them (excluding tax)
            "note": "hello lmao" // a note for the transaction
        },
        "timestamp": 1739625545700 // when it was sent
    },
    "id": "sys-rotur", // 
    "rooms": "roturTW"
}

Rotur Taxes

transfers made on discord

0.5 credits to the owner of the os that your linked account was made with

  • your account was made on originOS so i get 0.5 credits every time you make a transfer

transfers made on any roturOS

0.5 credits go to the owner of the os that you are currently using

  • you are logged into originOS and you use the wallet app to make the transfer, i get 0.5 credits

all transfers

0.5 credits get deleted for any transfer in order to keep the economy stable

PreviousRotur BadgesNextrMail

Last updated 22 days ago