Jump to content

Newpapaarg

Member
  • Posts

    337
  • Joined

  • Last visited

Reputation Activity

  1. Fire
    Newpapaarg got a reaction from zlatan61 in Weekend Stream + Giveaway   
    Newpapaarg 
  2. Fire
    Newpapaarg got a reaction from gajin in Weekend Stream + Giveaway   
    Newpapaarg 
  3. Fire
    Newpapaarg got a reaction from KaiZidan in Weekend Stream + Giveaway   
    Newpapaarg 
     
     
    Pick me Pic me pik me elegirme una vez🗽😵‍💫😁
  4. Fire
    Newpapaarg got a reaction from KaiZidan in $3,000 Slots Forum Challenge   
    casino:471051587300
  5. Ethereum
    Newpapaarg got a reaction from KaiZidan in 🥇$9,000 Quest for Glory! | VIP Originals🔥   
    casino:471043642646
  6. Fire
    Newpapaarg got a reaction from MdSHBiR247 in $3,000 Slots Forum Challenge   
    casino:471051587300
  7. Litecoin
    Newpapaarg got a reaction from MdSHBiR247 in 🥇 $7,000 The Return of the King | VIP Slots 🎰   
    casino:469952510365
  8. Litecoin
  9. Pepe - Pray
    Newpapaarg reacted to Jake7589 in ​ 🏆 Stake x Team Vitality PC Giveaway 🎮 ​   
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap'); :root { --primary: #071824; --gold: #FFB800; --blue: #0079ff; --surface: #0a2236; --text: #e0eef8; --muted: #7fa8c4; } * { margin:0; padding:0; box-sizing:border-box; } body { background: var(--primary); color: var(--text); font-family: 'Inter', sans-serif; min-height: 100vh; overflow-x: hidden; } .container { max-width:740px; margin:0 auto; padding:24px 20px 60px; } .fade-up { opacity:0; transform:translateY(28px); animation:fadeUp .6s ease forwards; } @keyframes fadeUp { to { opacity:1; transform:none; } } .header { text-align:center; padding:0 0 36px; background: linear-gradient(160deg, #0d2a40 0%, #071824 100%); border-radius:20px; border:1px solid #ffffff12; margin-bottom:20px; position:relative; overflow:hidden; } .header::before { content:''; position:absolute; top:-60px; left:50%; transform:translateX(-50%); width:340px; height:340px; background: radial-gradient(circle, #FFB80018 0%, transparent 70%); animation: pulse-glow 4s ease-in-out infinite; pointer-events:none; } @keyframes pulse-glow { 0%,100% { opacity:.6; transform:translateX(-50%) scale(1); } 50% { opacity:1; transform:translateX(-50%) scale(1.15); } } .hero-img-wrap { border-radius:20px 20px 0 0; overflow:hidden; border-bottom:1px solid #FFB80033; } .hero-img-wrap img { width:100%; display:block; } .header-body { padding:28px 28px 0; } .eyebrow { display:inline-block; padding:7px 14px; border-radius:999px; border:1px solid rgba(255,184,0,.22); background:rgba(255,184,0,.08); color:var(--gold); font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; margin-bottom:16px; } .header h1 { font-size:34px; font-weight:900; line-height:1.1; letter-spacing:-.03em; background: linear-gradient(90deg, #FFB800, #ffda6e, #FFB800); background-size:200%; -webkit-background-clip:text; -webkit-text-fill-color:transparent; animation: shimmer 3s linear infinite; margin-bottom:10px; } @keyframes shimmer { to { background-position:200% center; } } .ends-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1.2px; margin-bottom:14px; } .ends-label strong { color:#fff; } .countdown-wrapper { margin:10px 0 22px; } .countdown-wrapper iframe { border-radius:8px; } .header-desc { font-size:15px; color:#b0cee4; max-width:480px; margin:0 auto 14px; line-height:1.7; } .cta-main { display:inline-block; padding:16px 36px; background: linear-gradient(135deg, #FFB800, #e6a500); color:#071824; font-size:16px; font-weight:800; text-decoration:none !important; border-radius:12px; transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden; box-shadow:0 4px 20px #FFB80044; margin-top:8px; } .cta-main::after { content:''; position:absolute; inset:0; background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.25) 50%,transparent 70%); transform:translateX(-100%); transition:transform .5s; } .cta-main:hover { transform:translateY(-3px); box-shadow:0 8px 32px #FFB80055; text-decoration:none !important; } .cta-main:hover::after { transform:translateX(100%); } .prize-row { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-bottom:16px; } .prize-card { background:var(--surface); border-radius:16px; padding:22px 14px; text-align:center; border:1px solid transparent; position:relative; overflow:hidden; transition:transform .3s, border-color .3s, box-shadow .3s; cursor:default; } .prize-card:hover { transform:translateY(-6px) scale(1.02); } .prize-card.gold { border-color:#FFB80044; --glow:#FFB80018; } .prize-card.gold:hover { border-color:#FFB800aa; box-shadow:0 12px 40px #FFB80030; } .prize-card.blue { border-color:#0079ff33; --glow:#0079ff14; } .prize-card.blue:hover { border-color:#0079ffaa; box-shadow:0 12px 40px #0079ff25; } .prize-card::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 50% 0%, var(--glow,transparent) 0%, transparent 65%); opacity:0; transition:opacity .3s; pointer-events:none; } .prize-card:hover::before { opacity:1; } .badge { position:absolute; top:10px; right:12px; font-size:20px; animation:float 3s ease-in-out infinite; } @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-7px)} } .prize-amount { font-size:32px; font-weight:900; line-height:1; margin-bottom:5px; } .prize-card.gold .prize-amount { color:#FFB800; } .prize-card.blue .prize-amount { color:#0079ff; } .prize-label { font-size:11px; color:var(--muted); text-transform:uppercase; letter-spacing:.8px; } .prize-sub { font-size:12px; color:#6a90a8; margin-top:4px; } .pill { background:#0079ff12; border:1px solid #0079ff33; border-radius:40px; padding:10px 20px; text-align:center; font-size:13px; font-weight:600; color:#4da6ff; margin-bottom:18px; transition:background .3s, border-color .3s; } .pill:hover { background:#0079ff22; border-color:#0079ff66; } .grid { display:grid; grid-template-columns:1.1fr .9fr; gap:16px; margin-bottom:16px; } .section { background:var(--surface); border-radius:16px; padding:24px; border:1px solid #ffffff0d; transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:#0079ff33; box-shadow:0 4px 24px #0079ff0d; } .section-tag { display:inline-block; margin-bottom:10px; color:var(--gold); font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; } .section h2 { font-size:22px; font-weight:900; margin-bottom:8px; } .panel-intro { color:var(--muted); font-size:14px; margin-bottom:18px; } .spec-list { display:flex; flex-direction:column; gap:10px; list-style:none; padding:0; } .spec-list li { display:flex; align-items:center; gap:12px; background:var(--primary); border-radius:12px; padding:12px 16px; border:1px solid #ffffff0a; color:#b0cee4; font-size:14px; transition:background .2s, border-color .2s, transform .2s; cursor:default; } .spec-list li:hover { background:#0a2236; border-color:#FFB80044; transform:translateX(6px); } .spec-list li::before { content:'✓'; min-width:22px; height:22px; border-radius:50%; background:var(--gold); color:#071824; font-weight:900; font-size:12px; display:flex; align-items:center; justify-content:center; flex-shrink:0; } .steps { display:flex; flex-direction:column; gap:12px; } .step { display:grid; grid-template-columns:48px 1fr; gap:14px; padding:14px; border-radius:14px; background:rgba(255,255,255,.03); border:1px solid #ffffff0a; transition:border-color .25s, transform .25s; } .step:hover { border-color:#0079ff44; transform:translateX(4px); } .step-no { width:48px; height:48px; border-radius:12px; background:rgba(255,184,0,.12); border:1px solid rgba(255,184,0,.2); color:var(--gold); display:flex; align-items:center; justify-content:center; font-size:18px; font-weight:900; transition:transform .25s, box-shadow .25s; } .step:hover .step-no { transform:scale(1.1); box-shadow:0 0 0 5px rgba(255,184,0,.1); } .step-title { margin:0 0 4px; color:var(--text); font-size:15px; font-weight:700; } .step-text { margin:0; color:var(--muted); font-size:13px; } .step-text a { color:var(--blue); text-decoration:none; } .step-text a:hover { text-decoration:underline; } .step-text strong { color:#fff; } .clean-list { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:10px; } .clean-list li { display:flex; align-items:center; gap:12px; background:var(--primary); border-radius:12px; padding:12px 16px; border:1px solid #ffffff0a; color:#b0cee4; font-size:14px; line-height:1.5; transition:background .2s, border-color .2s, transform .2s; cursor:default; } .clean-list li:hover { background:#0a2236; border-color:#0079ff44; transform:translateX(6px); } .clean-list li::before { content:''; min-width:7px; width:7px; height:7px; border-radius:999px; background:var(--gold); flex-shrink:0; } .clean-list li span { display:inline; } .clean-list li strong { color:#FFB800; } .clean-list li a { color:var(--blue); } .alert { background:#ff6b0010; border:1px solid #ff6b0040; border-radius:14px; padding:16px; margin-bottom:16px; display:flex; gap:14px; align-items:flex-start; transition:border-color .3s; } .alert:hover { border-color:#ff6b0088; } .n-icon { font-size:22px; flex-shrink:0; } .n-text { font-size:13px; color:#f0c8a0; line-height:1.7; } .n-text strong { color:#fff; } .stake-badge { text-align:center; padding:14px; background:linear-gradient(135deg,#0079ff18,#0079ff08); border:1px solid #0079ff44; border-radius:12px; color:#4da6ff; font-weight:700; font-size:14px; margin-bottom:16px; letter-spacing:.5px; position:relative; overflow:hidden; transition:box-shadow .3s; } .stake-badge:hover { box-shadow:0 0 32px #0079ff25; } .stake-badge::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(0,121,255,.12),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } .terms-header { text-align:center; margin:8px 0 14px; } .terms-header h2 { font-size:22px; font-weight:900; } .terms-header p { color:var(--muted); font-size:13px; margin-top:6px; } details { background:var(--primary); border:1px solid #ffffff0d; border-radius:14px; overflow:hidden; transition:border-color .3s; } details:hover { border-color:#0079ff33; } summary { padding:16px 20px; cursor:pointer; font-weight:700; color:var(--muted); font-size:14px; list-style:none; display:flex; justify-content:space-between; align-items:center; user-select:none; transition:color .2s; } summary:hover { color:#fff; } summary::after { content:'▼'; font-size:10px; color:var(--blue); } details[open] summary::after { content:'▲'; } .terms-body { padding:0 20px 20px; font-size:13px; color:#6a90a8; line-height:1.9; } .terms-body h2 { font-size:12px; color:#FFB800; text-transform:uppercase; letter-spacing:.8px; margin:18px 0 8px; } .terms-body ol, .terms-body ul { padding-left:20px; } .terms-body li { margin-bottom:8px; } .terms-body a { color:var(--blue); } .terms-body ul li { list-style:disc; } .footer-note { margin-top:16px; text-align:center; color:var(--muted); font-size:13px; } .d1{animation-delay:.05s} .d2{animation-delay:.13s} .d3{animation-delay:.21s} .d4{animation-delay:.29s} .d5{animation-delay:.37s} .d6{animation-delay:.45s} .d7{animation-delay:.53s} .d8{animation-delay:.61s} @media(max-width:600px){ .prize-row { grid-template-columns:1fr; } .grid { grid-template-columns:1fr; } .header h1 { font-size:26px; } } Exclusive Giveaway Stake x Team Vitality
    PC Giveaway
    Ends: 25/4/2026 @ 1:00 AM GMT
    We're teaming up with Team Vitality to give 5 lucky forum members the chance to win exclusive, one-of-a-kind custom PCs 🎮
    Each PC has been personally customized by a Team Vitality player, making every build unique 🎨
    Just sign up to the Stake Community forums, leave your Stake username below, and you're in the running to win one of these insane custom rigs 💻
    🖥️ Join the Community 🏆 5x Custom PCs Up for grabs 🎮 1 Per Winner Unique build each ⚡ RTX 5070 Ti Inside each rig 💡 Leave your Stake username below to verify your entry How To Enter Two simple steps
    Complete both steps to be eligible for a custom PC.
    1 Create or log in to your account
    Have an existing account or sign up at stakecommunity.com.
    2 Reply with your Stake username
    Post your Stake username in this thread to confirm your entry.
    PC Specs What's inside
    Every custom PC is built with these components.
    AMD Ryzen 7 7800X3D Asus RTX 5070 Ti 32GB Silicon Power XPOWER Storm 6000MHz RGB C36 (2×16GB) Asus B850M AYW Gaming Wi-Fi — DDR5 750W Inwin 80+ Gold Requirements Before you enter
    Create or have an existing account on Stake Community Reply to this thread with your Stake username Must use the same email address for your Stake Community account and Stake account Stake.com users only — Bronze VIP or above KYC Level 2 verification required Prize Distribution How the prize works
    5 custom PCs will be awarded — one per winner Each PC has been personally customized by a Team Vitality player Winners are selected at random from all eligible entries Prize is a physical good — not paid in cryptocurrency or Stake Vault credit PC will be shipped directly to the winner's nominated address at Stake's cost Winners must respond within 7 days of notification or the prize may be forfeited ⚠️ Don't miss out! Stay tuned for the official winner announcement. You must respond within 7 days of being contacted — failure to respond may result in forfeiture of the prize. ‼️ Stake.com users only ‼️ Terms of Service — Competition
    For full Terms of Service, expand below.
    📄 Full Terms & Conditions — click to expand This competition ("Stake x Team Vitality PC Giveaway") is published by Stake, which operates stake.com, and is subject to the Stake Terms and Conditions and the Stake Community Terms of Use.
    In the event of conflict, the following order of precedence applies:
    Terms and Conditions These Rules Stake Community Terms of Use The Prize
    Winners receive one (1) custom-built PC supplied by Aftershock PC. The prize is a physical good — not paid in cryptocurrency or credited to your Stake Vault. A total of five (5) custom-built PCs are available. Each winner receives one (1) PC only. The prize is non-transferable and may only be awarded to the verified winner. The PC will be shipped to the winner's nominated delivery address at Stake's cost. If delivery is not reasonably practicable due to shipping restrictions or legal limitations, Stake reserves the right to substitute the prize with one of equal or greater value. Winners are solely responsible for all taxes, duties, or fees arising from receipt of the prize. Winner Notification
    Winners will be contacted via the email address linked to both their Stake Community and Stake accounts. If a winner does not respond within seven (7) days of notification, the prize may be forfeited and reallocated at Stake's discretion. Winners may be required to provide their full legal name and shipping address to receive the prize. Unless confirmed otherwise, prizes will be delivered within fourteen (14) days of the competition ending. Eligibility
    Bronze VIP account or above on Stake KYC Level 2 verification required Account must have no restrictions or exclusions Must not be a Stake employee (forum moderators are not excluded) Must maintain only one Stake account Must not be in a Prohibited Jurisdiction Must use the same email address for both your Stake Community and Stake accounts Entry
    Eligible users registered on the Stake Community Forum prior to the competition start date will be automatically entered. No further action is required. Only one (1) entry per person. Multiple accounts or attempts to circumvent the entry mechanism will result in disqualification. Winners are selected at random from all eligible entrants. Stake's Reserved Rights
    To amend the Rules at any time To cancel the Competition at any time To disqualify any entrant suspected of misusing the entry process To verify the nominated account for prize delivery Stake may use the winner's first name and general prize details for promotional purposes unless the winner objects in writing in advance General
    The prize is supplied by Aftershock PC. Stake makes no warranties regarding the quality or performance of the prize. Stake is not liable for lost, incomplete, or delayed entries or notifications due to technical issues outside its control. This competition is void where prohibited by law and governed by the laws applicable to the Stake Terms and Conditions. Please read all conditions carefully before entering.
  10. Fire
    Newpapaarg got a reaction from DickFont in 🥇$9,000 Quest for Glory! | VIP Originals🔥   
    casino:469113033789
  11. Fire
    Newpapaarg got a reaction from DickFont in 🥇 $7,000 The Return of the King | VIP Slots 🎰   
    casino:469952510365
  12. Fire
    Newpapaarg got a reaction from gajin in Weekend Stream + Giveaway   
    Newpapaarg 
     
     
     
     
     
     
     
     
     
     
     
     
     
    .
  13. Pepe - Love
    Newpapaarg reacted to Xamara in Looking for a Spanish speaking moderators   
    Hola mi nombre de usuario: Xamara
    Soy latina, específicamente de Venezuela.
    Tengo conocimiento de casino, chat y buenas convivencias.. me considero una persona responsable, respetuosa y amigable. 
    Estudie comunicación social, se me da muy fácil las conversaciones. Soy parte de la comunidad de Stake desde hace 5 años, soy una usuaria activa con buena reputación ( esa es mi percepcion) 
    Me gustaría ser parte del equipo de Stake 
     
  14. Pepe - Love
    Newpapaarg reacted to SofiaPerez3532 in Looking for a Spanish speaking moderators   
    Hola, mi nombre de usuario es SofiaPerez3532  soy de México y siento que podría encajar muy bien en este rol porque soy una persona paciente, responsable y muy tranquila al momento de tratar con los demás. Me gusta que las cosas se mantengan en orden, pero siempre desde el respeto y la buena comunicación.
    Además, tengo experiencia tratando con personas y moderando espacios o conversaciones, lo que me ha ayudado a desarrollar criterio, paciencia y una forma correcta de actuar ante distintas situaciones. También conozco bien las reglas del chat, entiendo la importancia de seguirlas correctamente y sé que un moderador no solo está para poner orden, sino también para ayudar, orientar y dar una buena imagen dentro de la comunidad.
    Tengo bastante tiempo libre y mucha disponibilidad, así que podría estar activa y pendiente del chat de forma constante. Además, me comprometería a tomar esta oportunidad con seriedad y a largo plazo, porque de verdad es algo que me gustaría mucho hacer.
    Me encanta la comunidad, me gusta ayudar a las personas y siento que este sería un trabajo que disfrutaría muchísimo. Para mí no sería solo “tener un puesto”, sino una oportunidad muy bonita de aportar algo bueno en un espacio que conozco y en el que me gustaría seguir creciendo.
    Creo que sería una buena opción porque soy muy paciente, sé mantener la calma, seguir indicaciones y actuar con criterio cuando una situación lo requiere. Me gustaría mucho que me tomaran en cuenta.
    Muchas gracias por la oportunidad.
  15. Claps
    Newpapaarg reacted to ReLoSeR in Looking for a Spanish speaking moderators   
    Stake username: Reloser
    Experience: Twitch and Discord moderator
    Availability: 24/7
    Why you think you would be a good fit? :  La respuesta es simple, si necesitan gente que esté en esas brechas donde la ausencia de moderadores es notable, pues para eso estoy. Otro motivo por el cual me considero apto es la IMPARCIALIDAD, ya que carezco de favoritismos e intento alejarme de amistades por fuera de la plataforma. 
    Otra "cualidad" si se quiere es que observo todo lo que sucede en el chat e identifico siempre a alguien que infringe las reglas establecidas, nada mas que en cambio de una aproximación agresiva/despectiva/clasista que utilizan otros usuarios para aquellos intrusos , solo utilizo el recurso del humor ironico para identificarlos... aunque muchas veces los moderadores mismos no capten la seña que les hago. 
    En fin , aunque cumpla con los requisitos de región y disponibilidad, otra de mis cualidades es jamás haber sido seleccionado como un buen chateador e incluso no tengo ninguna relación con los actuales moderadores, ni con autoridades de stake, ni con mi anfitrión vip, ni streamers patrocinados. Esto quiere decir que jamás busqué aprobación ni confianza con ninguna persona a cambio de favoritismo o preferencia hacia mi persona.  Mi lugar es el ideal para hacer este trabajo.
    Por ultimo:  SE LEER .  
    Aunque mis probabilidades de ser elegidos son bajisimas , creo que merecía estar en la lista ya que de pronto cesó la cantidad de solicitudes para el puesto. Había que hacerlo.
    Sin mas, al proximo moderador le deseo toda la suerte y si se llegan a dormir haré el anuncio cordial que la ZONA LIBERADA ha sido habilitada y todos serán bienvenidos a la fiesta 🌚.

    FIN
  16. Fire
    Newpapaarg got a reaction from Fandekayn in Looking for a Spanish speaking moderators   
    Hello Nenad and Stake team.
     
    I am applying for the position of Spanish-speaking moderator in the chat.
     
    User: Newpapaarg
     
    I am a native Spanish speaker with excellent command of the language.
     
    I have been an active user and player since October 2021 (over four and a half years). I don't participate daily in the Spanish chat because it has become very toxic and unmanageable. A moderator has been needed for over a year, and I have requested support every time I contact you.
     
    I have flexible and high availability (many hours a day, including varied shifts to cover 24/7 if necessary).
     
    I am passionate about the Stake community, I know the chat rules very well, and I always follow them to the letter. I want to contribute more formally to help the Spanish chat remain one of the best and most active.
     
    I am committed long-term, consistent, and responsible. I am available for any tests, interviews, or verifications you may need. Thank you for considering my application and for the opportunity! Best regards to all. Newpapaarg
     
     
  17. Pepe - Crying
    Newpapaarg reacted to facundo323223 in Looking for a Spanish speaking moderators   
    Stake Username: facundo323223
    Experiencia:
    Soy un usuario muy activo dentro de la plataforma y del chat en español, con un buen entendimiento de la dinámica de la comunidad y las reglas internas.
    Tengo experiencia moderando chats en comunidades online y también participando activamente en espacios con alto flujo de mensajes, lo que me permitió desarrollar criterio para detectar rápidamente spam, comportamiento tóxico o actividades sospechosas.
    Además, suelo ayudar a otros usuarios constantemente, respondiendo dudas y guiando a los nuevos, lo que considero una parte clave del rol.
    Disponibilidad:
    Disponibilidad completa 24 horas, todos los días.
    Paso gran parte del tiempo en la plataforma, tanto de día como de noche, por lo que puedo adaptarme fácilmente a cualquier horario que el equipo necesite cubrir.
    ¿Por qué sería una buena opción?
    Me considero una persona constante, responsable y con muy buena comunicación. Sé mantener la calma en situaciones tensas y aplicar las reglas de forma justa y sin favoritismos.
    No solo reacciono ante problemas, sino que también intento prevenirlos, manteniendo el chat ordenado y ayudando a que el ambiente sea cómodo para todos.
    Además, tengo una presencia activa y positiva en la comunidad, lo que me permite interactuar de manera natural con los usuarios y generar confianza.
    Estoy interesado en el puesto a largo plazo y comprometido a aportar al crecimiento y buen funcionamiento del chat en español.
    Ubicación: Argentina
  18. Stonks
    Newpapaarg reacted to lucasezequielac in Looking for a Spanish speaking moderators   
    Hola, buenas. Me gustaría postularme para el puesto de moderador del chat en español.
    Mi usuario es caritaisback, soy argentino y llevo 4 años en Stake, así que este chat y esta comunidad ya son algo muy familiar para mí. He pasado mucho tiempo acá, conozco bien cómo se maneja todo y también me sé las normas, por eso siento que podría aportar algo bueno si me dieran la oportunidad.
    En este momento no cuento con trabajo, así que tengo mucha disponibilidad y también muchas ganas de dedicarme de verdad a algo así. Soy una persona responsable, paciente y bastante tranquilo para tratar con los demás. Me gusta ayudar, estar pendiente y hacer las cosas bien.
    He tenido experiencia moderando para amigos y en espacios pequeños, y aunque no haya sido algo enorme, sí me ayudó a aprender a tener paciencia, a estar atento y a saber como manejar ciertas situaciones sin perder la calma.
    En cuanto al horario, podría ser el que ustedes indiquen, ya que tengo la posibilidad de adecuar incluso mi horario de sueño para adaptarme a lo que se necesite. No tendría problema en acomodarme para estar presente en los momentos donde haga mas falta.
    La verdad, me haría mucha ilusión poder ser parte de esto. Después de tantos años en la plataforma, sería muy lindo para mí poder devolver un poquito de todo lo que este espacio me dio, ayudando a que el chat se mantenga ordenado, tranquilo y agradable para todos. Sé que ser moderador no es solo poner reglas, también es saber tratar bien a la gente, orientar cuando alguien lo necesita y estar presente de verdad.
    Siento que soy una persona que se tomaría esta oportunidad con mucho compromiso, con ganas y con seriedad. Me gustaría mucho que me tuvieran en cuenta.
    Muchas gracias por leerme.
  19. Pepe - Love
    Newpapaarg reacted to RMANSILLA in Looking for a Spanish speaking moderators   
    Stake Username: RMANSILLA
    Experience: I am a licensed Social Psychologist based in Argentina (Registration/License available upon request). My professional background is centered on group dynamics, behavioral analysis, and conflict mediation. This gives me a unique psychological edge in maintaining a healthy community environment.
    In addition to my clinical/social background, I have extensive experience in media and digital platforms:
    Media Host: I hosted and produced my own radio show, mastering real-time communication.
    Content Management: Experience managing forums, podcasts, and social media communities.
    Platform Knowledge: As a long-time Stake user, I am deeply familiar with the games, the platform's interface, and the specific "vibe" of our Spanish-speaking community.
    Availability: I am looking for a serious, long-term commitment. I have high availability and the flexibility to cover various shifts, ensuring consistent presence and active moderation during peak hours.
    Why I think I would be a good fit: Moderating a high-traffic chat requires more than just knowing the rules; it requires emotional intelligence. My training as a Social Psychologist allows me to enforce guidelines firmly but diplomatically, preventing frustration or escalation within the group.
    I am expert at identifying suspicious patterns or toxic behavior before they disrupt the community. Being based in Argentina, I possess the native fluency and cultural nuances required to grow the Spanish chat while keeping it professional, clean, and engaging.


     
    Usuario de Stake: RMANSILLA
    Experiencia: Soy Psicóloga Social matriculada en Argentina. Mi formación profesional se centra en la dinámica de grupos, el análisis de conducta y la mediación de conflictos, lo que me otorga una ventaja técnica única para mantener un ambiente comunitario saludable.
    Además de mi formación profesional, cuento con amplia trayectoria en medios y plataformas digitales:
    Conducción de Medios: Tuve mi propio programa de radio, donde perfeccioné la comunicación en vivo.
    Gestión de Contenidos: Experiencia en el manejo de foros, podcasts y comunidades en redes sociales.
    Conocimiento de la Plataforma: Como usuaria de Stake desde hace tiempo, conozco a la perfección los juegos, la interfaz y la cultura específica de nuestra comunidad hispanohablante.
    Disponibilidad: Busco un compromiso serio a largo plazo. Cuento con amplia disponibilidad horaria y flexibilidad para cubrir distintos turnos, asegurando una presencia constante y una moderación activa durante las horas pico.
    Por qué creo que soy la candidata ideal: Moderar un chat de alto tráfico requiere más que solo conocer las reglas; requiere inteligencia emocional. Mi formación me permite imponer las normas con firmeza pero diplomacia, evitando que el grupo se frustre o que los conflictos escalen.
    Soy experta en identificar patrones sospechosos o comportamientos tóxicos antes de que afecten a la comunidad. Al residir en Argentina, poseo la fluidez nativa y los matices culturales necesarios para hacer crecer el chat en español, manteniéndolo profesional, limpio y dinámico.
  20. Stonks
    Newpapaarg reacted to DanielOrta888 in Looking for a Spanish speaking moderators   
    Nombre de usuario de Stake: DanielOrta888
    Experiencia en chats: Tengo una trayectoria interactuando con miles de usuarios en tiempo real. Manejo múltiples hilos de conversación, detecto comportamientos tóxicos o spam al instante y puedo responder dudas complejas con precisión y rapidez.
    Disponibilidad: Tengo buena disponibilidad desde las 8am hasta las 12pm de la noche, de lunes a domingos.
    ¿Por qué encajaría bien?: Mi capacidad para mantener la calma bajo presión y mi conocimiento técnico son ideales para un entorno de apuestas. Puedo explicar reglas de juegos, resolver dudas sobre transacciones y aplicar las normas de la comunidad de forma imparcial y coherente.
     Saludos.
  21. Hmm
    Newpapaarg reacted to Adri3000 in Looking for a Spanish speaking moderators   
    Adri3000
    experiencia
    experiencia como administrador en juegos en linea con servidores propios en call of duty 2 modern warfare y varias secuelas-
    registrado y activo en stake desde 5 Septiemrbe  del 2017
    Amplio conocimiento del chat de stake, continua colaboracion por mas de 7 años con los moderadores y la comunidad y el foro, y siempre he estado disponible si es necesario para ayudar  y resolver dudas en tiempo real.
    Amplia contribucion a la comunidad de stake en el foro , como ayudas a otros jugadores , tutoriales, resolucion de dudas. Con el mismo nick de Usuario Adri3000
    disponible muchisimas horas al dia, nocturnas tambien. no tengo trabajo actual y estoy muchisimas horas conectado. no hay problema en eso.
    Es posible que  encajara bien, ya que me postule la ultima vez, y estos años he conocido como se actua , conozco el sistema, y ayudo ya bastante de por si. Considero que seria una buena ayuda y formaria un buen equipo, y haria un trabajo justo y "moderado" siempre bajo las directrices de la administracion y la tutela de los moderadores con mas experiencia.
    moderador de algun foro de clanes del juego World of tanks por mas de 15 años.
     
    sobre las responsabilidades:
    Moderar el chat y mantener el orden.  mi especialidad, en retrospectiva, ya lo hago un poco. 
    Ayudar a los usuarios cuando sea necesario. solo  hay que preguntarlo, es posible nadie intente ayudar mas que yo. 
    Reporting suspicious behavior   siempre atento, colaborando si es posible con los moderadores y el staff.
    Me presento para ayudar si es necesario, con ilusion, y por que sinceramente, me lo han pedido en el chat. mi Intencion era no hacerlo, por que la ultima vez recibi algunas malas palabras, parece eso ha cambiado bastante, y bueno, considero que el postulado debia hacerse.
    Considero que es necesaria la experiencia y conocer el chat desde hace años, no insulte nunca y no me gustan los insultos en un chat, a veces debatir pero sin insultos, creo que es primordial y necesario. moderar es ser moderado realmente.
    Creo que aprendi mucho, ya que son ya muchos años cerca del chat español y sus moderadores, y como me postule hace años,  aprendi bastante de ellos y su buen trabajo. Les podria ser de muy buena ayuda. muchas gracias.  perdon, pero tuve que postularme al final.
    los primeros años me costo disgustos el ser asi, ayudando sin qee lo pidan, pero afortunadamente, ahora hay muchisima mas gente implicada en que el chat sea fluido y mas educado y amable. Eso hace este psotulado mas amable realmente.
     gracias por todo, me voy a  circular.
    un saludo a todos los que preguntaron y a los que me animaron.  suerte.
  22. Fire
    Newpapaarg got a reaction from sebapensiero in Looking for a Spanish speaking moderators   
    Hello Nenad and Stake team.
     
    I am applying for the position of Spanish-speaking moderator in the chat.
     
    User: Newpapaarg
     
    I am a native Spanish speaker with excellent command of the language.
     
    I have been an active user and player since October 2021 (over four and a half years). I don't participate daily in the Spanish chat because it has become very toxic and unmanageable. A moderator has been needed for over a year, and I have requested support every time I contact you.
     
    I have flexible and high availability (many hours a day, including varied shifts to cover 24/7 if necessary).
     
    I am passionate about the Stake community, I know the chat rules very well, and I always follow them to the letter. I want to contribute more formally to help the Spanish chat remain one of the best and most active.
     
    I am committed long-term, consistent, and responsible. I am available for any tests, interviews, or verifications you may need. Thank you for considering my application and for the opportunity! Best regards to all. Newpapaarg
     
     
  23. Pepe - Love
    Newpapaarg reacted to Giovannip10 in Looking for a Spanish speaking moderators   
    buen día 
    ya pasaron 5 años desde que llegue a estaca y se muy bien como se maneja y comparta el chat español y creo que no hay mejor candidato que@ cami85para ocupar este puesto
  24. Easy
    Newpapaarg reacted to FL3CHA2000 in Looking for a Spanish speaking moderators   
    No entiendo para que necesitan un nuevo moderador si el canal ha perdido el 50% de los usuarios reales. Practicamente el 90% de los usuarios nuevos del canal Español son multi cuentas... es ridiculo y innecesaria esta medida. 
     
    Mi voto es para @Adri3000 o @cami85 como nuevos moderadores son las personas que mas se lo merecen,
    usuarios como @sebaspensiero o @valesita369 toxicas, NUNCA gracias !
    Saludos,
  25. Pepe - Love
    Newpapaarg reacted to Florerito100 in Looking for a Spanish speaking moderators   
    Hola, buenas.
    Quería postularme para moderador de Stake.
    Mi user es florerito100, soy de Argentina y estoy bastante activo en la plataforma, sobre todo en el chat. Ya conozco bien cómo se maneja la comunidad y los códigos que hay, así que sé cuándo intervenir y cómo manejar distintas situaciones.
    Me considero una persona tranquila, con paciencia y respeto para hablar con cualquiera. No me engancho en discusiones al pedo y trato siempre de mantener buena onda, pero también sé poner límites cuando hace falta.
    Tengo disponibilidad full time, con horarios flexibles, así que puedo estar en distintos momentos del día y dar una mano cuando se necesite, incluso en horarios complicados.
    La idea mía es aportar, ayudar a que el chat esté ordenado y que la gente se sienta cómoda. Me gusta la comunidad y me gustaría formar parte del equipo desde ese lado.
    Si necesitan a alguien comprometido y activo, estoy para eso.
    Gracias por el tiempo y ojalá se dé.
    Saludos.- 
    Atentamente: Florerito100
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use