{"id":66755,"date":"2025-10-28T17:05:47","date_gmt":"2025-10-28T17:05:47","guid":{"rendered":"http:\/\/performers.cam4.com\/?p=66755"},"modified":"2025-10-29T11:57:41","modified_gmt":"2025-10-29T11:57:41","slug":"how-many-tokens-should-i-ask","status":"publish","type":"post","link":"https:\/\/performers.cam4.com\/nb\/how-many-tokens-should-i-ask\/","title":{"rendered":"How many tokens should I ask?"},"content":{"rendered":"<section class=\"cam4-article alignwide\" lang=\"en\">\n<p class=\"preview-intro\">We&#8217;ll tell you all about that here!<\/p>\n<style>\n    \/* Variables and basics *\/\n    .cam4-article{\n      --surface:#f5f6f8;      \/* light gray (like sidebars) *\/\n      --text:#1b1b1f;\n      --muted:#6b6f7a;\n      --brand:#ff7a00;        \/* orange brand accent *\/\n      --radius:14px;\n      --radius-sm:10px;\n      --border:rgba(0,0,0,.08);\n      --font: system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;<\/p>\n<p>      \/* No \"boxed\" look *\/\n      background: transparent !important;\n      box-shadow: none !important;\n      border: 0 !important;\n      border-radius: 0 !important;\n      padding: 0;\n      margin: 0;\n      color: var(--text);\n      line-height: 1.6;\n    }<\/p>\n<p>    \/* One font within the snippet + bold headings *\/\n    .cam4-article,\n    .cam4-article h1, .cam4-article h2, .cam4-article h3,\n    .cam4-article p, .cam4-article li, .cam4-article a,\n    .cam4-article button, .cam4-article input, .cam4-article textarea{\n      font-family: var(--font) !important;\n      -webkit-font-smoothing: antialiased;\n      -moz-osx-font-smoothing: grayscale;\n    }\n    .cam4-article h1, .cam4-article h2, .cam4-article h3{ font-weight: 800; }<\/p>\n<p>    \/* Typography *\/\n    .cam4-article a{ color: var(--brand); text-decoration: none; }\n    .cam4-article a:hover{ text-decoration: underline; }\n    .cam4-article h1,.cam4-article h2,.cam4-article h3{\n      line-height:1.25; margin:0 0 12px 0; color:#111;\n    }\n    .cam4-article h1{ font-size: clamp(28px, 4vw, 40px); letter-spacing:-0.02em; }\n    .cam4-article h2{\n      font-size: clamp(20px, 2.6vw, 26px);\n      margin-top: 28px;\n      padding-bottom: 6px;\n      border-bottom: 2px solid rgba(255,122,0,.20);\n    }\n    .cam4-article p{ margin: 0 0 12px 0; color: var(--text); }\n    .cam4-article .muted{ color: var(--muted); }\n    .cam4-article .lead{ font-size: clamp(16px, 2.2vw, 18px); color: var(--muted); margin-bottom: 16px; }\n    .cam4-article .preview-intro{ margin: 0 0 12px; color: var(--text); }<\/p>\n<p>    \/* Hero (orange accent bar, no box) *\/\n    .cam4-article .hero{\n      background:\n        radial-gradient(1200px 400px at 20% -10%, rgba(255,122,0,.10), transparent 60%),\n        linear-gradient(180deg, rgba(255,176,103,.06), transparent 40%);\n      border-left: 6px solid var(--brand);\n      padding: clamp(16px,3.5vw,24px);\n      margin: 0 0 18px 0;\n    }\n    .cam4-article .stamp{ font-size: 12px; color: var(--muted); display:block; margin-top:6px; }<\/p>\n<p>    \/* Cards *\/\n    .cam4-article .cards{ display:grid; gap:12px; grid-template-columns:1fr; margin-top:10px; }\n    @media(min-width:720px){ .cam4-article .cards{ grid-template-columns:repeat(3,1fr); } }\n    .cam4-article .card{\n      background: var(--surface);\n      border:1px solid var(--border);\n      border-radius: var(--radius-sm);\n      padding:14px;\n    }\n    .cam4-article .card h3{\n      font-size:16px; margin-bottom:6px; color:#111; position:relative; padding-left:10px;\n    }\n    .cam4-article .card h3::before{\n      content:\"\"; position:absolute; left:0; top:8px; width:4px; height:14px; background: var(--brand); border-radius:2px;\n    }<\/p>\n<p>    \/* Goals *\/\n    .cam4-article .goals{\n      background: var(--surface);\n      border:1px dashed rgba(0,0,0,.14);\n      border-radius: var(--radius);\n      padding:14px;\n      margin-top:8px;\n    }\n    .cam4-article .goal-steps{ list-style:none; padding:0; margin:8px 0 0 0; display:grid; gap:10px; }\n    .cam4-article .goal-steps li{\n      background:#fff;\n      border:1px solid rgba(0,0,0,.08);\n      border-left:4px solid var(--brand);\n      border-radius:10px;\n      padding:10px 12px;\n    }<\/p>\n<p>    \/* Tipmenu *\/\n    .cam4-article .tipmenu{\n      background: var(--surface);\n      border:1px solid var(--border);\n      border-radius: var(--radius);\n      padding:14px;\n      margin-top:8px;\n    }\n    .cam4-article .tip-grid{ display:grid; gap:10px; grid-template-columns:repeat(2,1fr); margin-top:10px; }\n    @media(min-width:720px){ .cam4-article .tip-grid{ grid-template-columns:repeat(4,1fr); } }\n    .cam4-article .tip{\n      background:#fff;\n      border:1px solid rgba(0,0,0,.08);\n      border-top:3px solid var(--brand);\n      border-radius:12px;\n      padding:10px;\n    }\n    .cam4-article .tip .t-name{ display:block; font-weight:600; margin-bottom:4px; }\n    .cam4-article .tip .t-price{ font-size:12px; color:var(--muted); display:flex; align-items:center; gap:6px; }\n    .cam4-article .badge{\n      display:inline-block; font-size:11px;\n      background: rgba(255,122,0,.12);\n      color:#8a3f00;\n      border:1px solid rgba(255,122,0,.30);\n      border-radius:999px;\n      padding:2px 8px;\n      margin-left:6px;\n    }<\/p>\n<p>    \/* Do\u2019s \/ Don\u2019ts + Footer *\/\n    .cam4-article .list{ display:grid; gap:10px; grid-template-columns:1fr; margin-top:8px; }\n    @media(min-width:720px){ .cam4-article .list{ grid-template-columns:1fr 1fr; } }\n    .cam4-article .list .box{\n      background: var(--surface);\n      border:1px solid var(--border);\n      border-radius: var(--radius);\n      padding:14px;\n    }\n    .cam4-article .list ul{ margin:6px 0 0 18px; }\n    .cam4-article .list li{ margin:6px 0; }\n    .cam4-article .ok{ color:#36d399; }\n    .cam4-article .warn{ color:#a86b00; }\n    .cam4-article .bad{ color:#ff6b6b; }\n    .cam4-article .note{\n      font-size:12px; color: var(--muted);\n      margin-top:14px; border-top:1px solid var(--border); padding-top:10px;\n    }<\/p>\n<p>    \/* Thema\/page-builder failsafes (voorkomt ongewenste rand\/schaduw) *\/\n    .wp-block-group .cam4-article,\n    .cam4-article.wp-block-group{\n      background: transparent !important;\n      box-shadow: none !important;\n      border: 0 !important;\n      border-radius: 0 !important;\n      padding: 0 !important;\n      margin: 0 !important;\n    }\n  <\/style>\n<header class=\"hero\">\n<h1>Setting Prices on CAM4<\/h1>\n<p class=\"lead\">Knowing what to charge is just as important as what your show looks like. Clear prices help your viewers, and your wallet.<\/p>\n<p>    <span class=\"stamp\">Tip: set your goals in advance and stick to them for more confidence and tips.<\/span><br \/>\n  <\/header>\n<section>\n<h2>How do I know what to charge?<\/h2>\n<p>Start with your desired income and work backward. This keeps it realistic and achievable.<\/p>\n<div class=\"cards\">\n<div class=\"card\">\n<h3>1) Determine your minimum<\/h3>\n<p class=\"muted\">What is the minimum you want to earn per month to cover your fixed costs?<\/p>\n<\/p><\/div>\n<div class=\"card\">\n<h3>2) Determine your &#8220;comfortable&#8221; goal<\/h3>\n<p class=\"muted\">What feels good to live comfortably? Not too high, but challenging.<\/p>\n<\/p><\/div>\n<div class=\"card\">\n<h3>3) Divide over your broadcast time<\/h3>\n<p class=\"muted\">Divide your goal by the number of shows\/hours. This gives you your goal per show.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"goals\">\n<p><b>Make your goals small<\/b> \u2014 micro-goals keep the excitement going and give viewers quick &#8220;wins.&#8221;<\/p>\n<ul class=\"goal-steps\">\n<li><b>Example:<\/b> Do you want 1000 tokens (~100 USD) per show? Split into 4 goals of 250 tokens.<\/li>\n<li>Goal 1: 250 tokens = nude<\/li>\n<li>Goal 2: 250 tokens = oil show<\/li>\n<li>Goal 3: 250 tokens = playing with yourself<\/li>\n<li>Goal 4: 250 tokens = cumming (only if you feel good about it)<\/li>\n<\/ul>\n<p class=\"muted\" style=\"margin-top: 8px;\">Pro tip: stick to your goals. If you keep changing them, it seems like you&#8217;re hesitating, viewers notice that immediately.<\/p>\n<\/p><\/div>\n<\/section>\n<section>\n<h2>Quick triggers that always work<\/h2>\n<p>Make small, direct actions easily accessible. This encourages more frequent tipping.<\/p>\n<ul>\n<li>Tongue = 1 token (someone tips 1 token \u2192 you stick your tongue out briefly, playful and fun)<\/li>\n<li>&#8220;Flash breasts&#8221; for a set number of tokens<\/li>\n<\/ul>\n<\/section>\n<section class=\"tipmenu\">\n<h2>Use your Tip Menu<\/h2>\n<p class=\"muted\">Avoid &#8220;what does this cost?&#8221; questions. Your Tip Menu makes it clear what you offer and at what price. You can find it in the bar under your broadcast screen (also adjustable from a private broadcast).<\/p>\n<div class=\"tip-grid\" aria-label=\"Example Tip Menu\">\n<div class=\"tip\"><span class=\"t-name\">Butt<\/span> <span class=\"t-price\">25 tokens <span class=\"badge\">popular<\/span><\/span><\/div>\n<div class=\"tip\"><span class=\"t-name\">Breasts<\/span> <span class=\"t-price\">25 tokens<\/span><\/div>\n<div class=\"tip\"><span class=\"t-name\">Vagina<\/span> <span class=\"t-price\">50 tokens<\/span><\/div>\n<div class=\"tip\"><span class=\"t-name\">Tongue<\/span> <span class=\"t-price\">1 token<\/span><\/div>\n<div class=\"tip\"><span class=\"t-name\">Oil Show<\/span> <span class=\"t-price\">150 tokens<\/span><\/div>\n<div class=\"tip\"><span class=\"t-name\">Private DM<\/span> <span class=\"t-price\">20 tokens<\/span><\/div>\n<div class=\"tip\"><span class=\"t-name\">Whisper name<\/span> <span class=\"t-price\">10 tokens<\/span><\/div>\n<div class=\"tip\"><span class=\"t-name\">Song request<\/span> <span class=\"t-price\">15 tokens<\/span><\/div>\n<div class=\"tip\"><span class=\"t-name\">Dance (1 min)<\/span> <span class=\"t-price\">40 tokens<\/span><\/div>\n<div class=\"tip\"><span class=\"t-name\">Change clothes<\/span> <span class=\"t-price\">60 tokens<\/span><\/div>\n<div class=\"tip\"><span class=\"t-name\">Grab toy<\/span> <span class=\"t-price\">80 tokens<\/span><\/div>\n<\/p><\/div>\n<\/section>\n<section class=\"list\">\n<div class=\"box\">\n<h3 class=\"ok\">Do\u2019s<\/h3>\n<ul>\n<li>Be crystal clear about your prices and what you offer.<\/li>\n<li>Split your show into small goals for constant progress.<\/li>\n<li>Thank tippers and mention achieved goals out loud.<\/li>\n<li>Test, evaluate, and adjust your menu based on what works.<\/li>\n<\/ul><\/div>\n<div class=\"box\">\n<h3 class=\"warn\">Pay attention<\/h3>\n<ul>\n<li>Don&#8217;t change your room goal until it is hit<\/li>\n<li>Stay within your boundaries and within the platform rules.<\/li>\n<li>Be consistent: Always complete the actions that are tipped for.<\/li>\n<\/ul><\/div>\n<\/section>\n<p class=\"note\">Important: Adhere to local laws and platform rules. Only 18+ broadcasters and consent is always required.<\/p>\n<\/section>\n<div class=\"m-entry__feedback\"><div class=\"m-feedback-prompt\">\n\t\t  <h4 class=\"m-feedback-prompt__header\">Was this article helpful?<\/h4>\n\t\t  <a href=\"#\" class=\"m-feedback-prompt__button m-feedback-prompt__social m-feedback-prompt__social_thumbsup yes\" data-analytics-link=\"feedback-prompt:yes\">\n\t\t    <i class=\"fa fa-thumbs-up\">&nbsp;<\/i>\n\t\t  <\/a>\n\t\t  <a href=\"#\" class=\"m-feedback-prompt__button m-feedback-prompt_form no\" data-analytics-link=\"feedback-prompt:no\">\n\t\t    <i class=\"fa fa-thumbs-down\">&nbsp;<\/i>\n\t\t  <\/a><br>\n\t\t  <div class=\"m-feedback-prompt__display m-feedback-prompt__social yes\">\n\t\t    <p class=\"m-feedback-prompt__text\">Awesome, share it:<\/p>\n\t\t    <a class=\"m-feedback-prompt__social--button p-button-social has-icon facebook fa fa-facebook\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https:\/\/performers.cam4.com\/nb\/how-many-tokens-should-i-ask\/\" onclick=\"javascript:window.open(this.href,\n  '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;\">\n\t\t      <span class=\"p-button-social__social-text\">Share<\/span>\n\t\t    <\/a>\n\t\t    <a class=\"m-feedback-prompt__social--button p-button-social has-icon twitter fa fa-twitter\" href=\"https:\/\/twitter.com\/intent\/tweet?url=https:\/\/performers.cam4.com\/nb\/how-many-tokens-should-i-ask\/&text=How many tokens should I ask?\" onclick=\"javascript:window.open(this.href,\n  '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;\">\n\t\t      <span class=\"p-button-social__social-text\">Tweet<\/span>\n\t\t    <\/a>\n\t\t    <a class=\"m-feedback-prompt__social--button p-button-social has-icon googleplus fa fa-google-plus\" href=\"https:\/\/plus.google.com\/share?url=https:\/\/performers.cam4.com\/nb\/how-many-tokens-should-i-ask\/\" onclick=\"javascript:window.open(this.href,\n  '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;\">\n\t\t      <span class=\"p-button-social__social-text\">Google Plus<\/span>\n\t\t    <\/a>\n\t\t    <a class=\"m-feedback-prompt__social--button p-button-social has-icon linkedin fa fa-linkedin\" href=\"https:\/\/www.linkedin.com\/shareArticle?mini=true&url=https:\/\/performers.cam4.com\/nb\/how-many-tokens-should-i-ask\/&title=How many tokens should I ask?\" onclick=\"javascript:window.open(this.href,\n  '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;\">\n\t\t      <span class=\"p-button-social__social-text\">LinkedIn<\/span>\n\t\t    <\/a>\n\t\t  <\/div>\n\t\t  \t<div class=\"m-feedback-prompt__display m-feedback-prompt__form no\">\n\t\t  \t<div class=\"thanks feedback-nodisplayall\"><h2>Thanks!<h2><div class=\"m-contact\"><p>Thanks for getting in touch with us.<\/p><\/div><\/div>\n\t\t    <form id=\"contact-form\" class=\"new_support_request\" action=\"\" accept-charset=\"UTF-8\" method=\"post\">\n\t\t    <input type=\"hidden\" id=\"authenticity_token\" name=\"authenticity_token\" value=\"bfd5ad5064\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/nb\/wp-json\/wp\/v2\/posts\/66755\" \/>\n\t\t      <input value=\"https:\/\/performers.cam4.com\/nb\/how-many-tokens-should-i-ask\/\" type=\"hidden\" name=\"currenturl\" id=\"currenturl\">\n\t\t      <input value=\"How many tokens should I ask?\" type=\"hidden\" name=\"currenttitle\" id=\"currenttitle\">\n\t\t      <label class=\"is-required\">Help us improve. Give us your feedback:<\/label>\n\t\t      <textarea class=\"p-input__textarea\" name=\"feedbackmessage\" id=\"feedbackmessage\"><\/textarea>\n\t\t      <label class=\"is-required\">Your Full Name:<\/label>\n\t\t      <input class=\"p-input__text\" type=\"text\" name=\"feedbackfullname\" id=\"feedbackfullname\">\n\t\t      <label class=\"is-required\">Your email address:<\/label>\n\t\t      <input class=\"p-input__text\" type=\"text\" name=\"mailinglistemail\" id=\"mailinglistemail\">\n\t\t      <div class=\"feedback-message\" id=\"feedback-message\"><\/div>\n\t\t      <div class=\"__submit\">\n\t\t        <input type=\"submit\" name=\"commit\" value=\"Submit\" class=\"p-button\" id=\"submit-contact-form\" data-analytics-link=\"feedback-prompt:submit\">\n\t\t      <\/div>\n\t\t\t<\/form>\n\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>We&#8217;ll tell you all about that here! Setting Prices on CAM4 Knowing what to charge is just as important as what your show looks like. Clear prices help your viewers, and your wallet. Tip: set your goals in advance and stick to them for more confidence and tips. How do I know what to charge? &hellip; <a href=\"https:\/\/performers.cam4.com\/nb\/how-many-tokens-should-i-ask\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">How many tokens should I ask?<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":24,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1,53],"tags":[],"class_list":["post-66755","post","type-post","status-publish","format-standard","hentry","category-do-not-use","category-getting-started"],"acf":[],"_links":{"self":[{"href":"https:\/\/performers.cam4.com\/nb\/wp-json\/wp\/v2\/posts\/66755","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/performers.cam4.com\/nb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/performers.cam4.com\/nb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/performers.cam4.com\/nb\/wp-json\/wp\/v2\/users\/24"}],"replies":[{"embeddable":true,"href":"https:\/\/performers.cam4.com\/nb\/wp-json\/wp\/v2\/comments?post=66755"}],"version-history":[{"count":3,"href":"https:\/\/performers.cam4.com\/nb\/wp-json\/wp\/v2\/posts\/66755\/revisions"}],"predecessor-version":[{"id":68127,"href":"https:\/\/performers.cam4.com\/nb\/wp-json\/wp\/v2\/posts\/66755\/revisions\/68127"}],"wp:attachment":[{"href":"https:\/\/performers.cam4.com\/nb\/wp-json\/wp\/v2\/media?parent=66755"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/performers.cam4.com\/nb\/wp-json\/wp\/v2\/categories?post=66755"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/performers.cam4.com\/nb\/wp-json\/wp\/v2\/tags?post=66755"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}