{"id":2101,"date":"2026-07-09T08:00:52","date_gmt":"2026-07-09T08:00:52","guid":{"rendered":"https:\/\/nicky.me\/?post_type=support&#038;p=2101"},"modified":"2026-09-22T19:57:00","modified_gmt":"2026-09-22T19:57:00","slug":"getting-started-with-nicky","status":"publish","type":"support","link":"https:\/\/nicky.me\/archive\/support\/getting-started-with-nicky\/","title":{"rendered":"Getting Started"},"content":{"rendered":"\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<style>\n.nk-guide {\n  \/* Core neutrals *\/\n  --nk-dark: #2d2d2d;\n  --nk-dark-2: #333333;\n  --nk-dark-3: #444444;\n  --nk-text: #2d2d2d;\n  --nk-muted: #5e6170;\n  --nk-border: #d3d3d3;\n  --nk-surface: #ffffff;\n  --nk-surface-alt: #f5f5f5;\n\n  \/* Signature accent - Nicky lime *\/\n  --nk-accent: #b8fe44;\n\n  \/* Supporting accents *\/\n  --nk-purple: #9b5de5;\n  --nk-lavender: #b19cd9;\n  --nk-orange: #ffb86c;\n  --nk-coral: #ff6b6b;\n\n  \/* If the theme has a sticky header, adjust this value in WordPress. *\/\n  --nk-sticky-offset: 0px;\n  --nk-font: inherit;\n  --nk-radius: 16px;\n  --nk-shadow: 0 18px 44px rgba(45,45,45,.08);\n\n  box-sizing: border-box;\n  width: 100%;\n  max-width: 760px;\n  margin: 0 auto;\n  padding: 32px 16px 40px;\n  color: var(--nk-text);\n  font-family: var(--nk-font, inherit);\n  font-size: 1.03rem;\n  line-height: 1.7;\n}\n\n.nk-guide *,\n.nk-guide *::before,\n.nk-guide *::after {\n  box-sizing: border-box;\n}\n\n.nk-guide a {\n  color: var(--nk-purple);\n  font-weight: 700;\n  text-decoration: none;\n  text-underline-offset: 4px;\n}\n\n.nk-guide a:hover {\n  text-decoration: underline;\n}\n\n.nk-guide a:focus-visible,\n.nk-guide button:focus-visible,\n.nk-guide summary:focus-visible {\n  outline: 3px solid var(--nk-accent);\n  outline-offset: 4px;\n}\n\n.nk-guide p,\n.nk-guide ol,\n.nk-guide ul {\n  margin: 0;\n}\n\n.nk-guide ol,\n.nk-guide ul {\n  padding-left: 1.25rem;\n}\n\n.nk-guide li + li {\n  margin-top: 8px;\n}\n\n.nk-guide strong {\n  font-weight: 700;\n}\n\n.nk-guide .nk-hero {\n  margin-bottom: 18px;\n  padding: 34px 32px 36px;\n  border-radius: 20px;\n  color: var(--nk-surface);\n  background: var(--nk-dark);\n}\n\n.nk-guide .nk-eyebrow {\n  display: inline-block;\n  margin-bottom: 18px;\n  padding-bottom: 6px;\n  border-bottom: 3px solid var(--nk-accent);\n  color: var(--nk-surface);\n  font-size: .8rem;\n  font-weight: 700;\n  letter-spacing: .08em;\n  line-height: 1.3;\n  text-transform: uppercase;\n}\n\n.nk-guide .nk-hero h1 {\n  margin: 0;\n  color: var(--nk-surface);\n  font-size: clamp(1.9rem, 2.1rem, 2.1rem);\n  font-weight: 700;\n  letter-spacing: 0;\n  line-height: 1.15;\n}\n\n.nk-guide .nk-subline {\n  margin-top: 12px;\n  color: var(--nk-accent);\n  font-size: 1.08rem;\n  font-weight: 700;\n  line-height: 1.45;\n}\n\n.nk-guide .nk-hero-copy {\n  margin-top: 18px;\n  color: var(--nk-surface);\n}\n\n.nk-guide .nk-stepper {\n  position: sticky;\n  top: var(--nk-sticky-offset);\n  z-index: 5;\n  margin: 0 0 18px;\n  padding: 10px;\n  border: 1px solid rgba(45,45,45,.10);\n  border-radius: 999px;\n  background: var(--nk-surface);\n  box-shadow: 0 10px 30px rgba(45,45,45,.08);\n}\n\n.nk-guide .nk-stepper-list {\n  display: grid;\n  grid-template-columns: repeat(6, minmax(0, 1fr));\n  gap: 6px;\n  margin: 0;\n  padding: 0;\n  list-style: none;\n}\n\n.nk-guide .nk-stepper-item {\n  margin: 0;\n}\n\n.nk-guide .nk-stepper-link {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 42px;\n  padding: 8px 10px;\n  border-radius: 999px;\n  color: var(--nk-muted);\n  font-size: .82rem;\n  font-weight: 700;\n  line-height: 1.25;\n  text-align: center;\n  text-decoration: none;\n  transition: background-color .18s ease, color .18s ease, box-shadow .18s ease;\n}\n\n.nk-guide .nk-stepper-link:hover {\n  color: var(--nk-text);\n  background: var(--nk-surface-alt);\n  text-decoration: none;\n}\n\n.nk-guide .nk-stepper-link[aria-current=\"step\"] {\n  color: var(--nk-text);\n  background: var(--nk-accent);\n  box-shadow: inset 0 0 0 1px rgba(45,45,45,.12);\n}\n\n.nk-guide .nk-stepper-number {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-width: 22px;\n  height: 22px;\n  margin-right: 6px;\n  border-radius: 999px;\n  color: var(--nk-surface);\n  background: var(--nk-dark-2);\n  font-size: .78rem;\n  line-height: 1;\n}\n\n.nk-guide .nk-stepper-link[aria-current=\"step\"] .nk-stepper-number {\n  color: var(--nk-text);\n  background: var(--nk-accent);\n}\n\n.nk-guide .nk-current-label {\n  display: none;\n}\n\n.nk-guide .nk-section {\n  margin-top: 18px;\n}\n\n.nk-guide .nk-need-card,\n.nk-guide .nk-step-card,\n.nk-guide .nk-faq details {\n  border: 1px solid rgba(45,45,45,.10);\n  border-radius: var(--nk-radius);\n  background: var(--nk-surface);\n  box-shadow: var(--nk-shadow);\n}\n\n.nk-guide .nk-need-card {\n  padding: 24px;\n  background: var(--nk-surface-alt);\n}\n\n.nk-guide .nk-section-title {\n  margin: 0 0 16px;\n  color: var(--nk-text);\n  font-size: 1.25rem;\n  font-weight: 700;\n  line-height: 1.3;\n}\n\n.nk-guide .nk-checklist {\n  display: grid;\n  gap: 14px;\n  margin: 0;\n  padding: 0;\n  list-style: none;\n}\n\n.nk-guide .nk-check-item {\n  display: grid;\n  grid-template-columns: 26px 1fr;\n  gap: 12px;\n  align-items: start;\n  margin: 0;\n}\n\n.nk-guide .nk-check-icon,\n.nk-guide .nk-callout-icon,\n.nk-guide .nk-checkpoint-icon {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  flex: 0 0 auto;\n}\n\n.nk-guide .nk-check-icon {\n  width: 26px;\n  height: 26px;\n  border-radius: 999px;\n  color: var(--nk-text);\n  background: var(--nk-accent);\n}\n\n.nk-guide .nk-check-icon svg {\n  width: 15px;\n  height: 15px;\n}\n\n.nk-guide .nk-step-card {\n  margin-top: 18px;\n  overflow: hidden;\n  scroll-margin-top: calc(var(--nk-sticky-offset) + 86px);\n}\n\n.nk-guide .nk-step-inner {\n  padding: 28px;\n}\n\n.nk-guide .nk-step-head {\n  display: grid;\n  grid-template-columns: auto 1fr auto;\n  gap: 14px;\n  align-items: center;\n  margin-bottom: 18px;\n}\n\n.nk-guide .nk-step-badge {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 42px;\n  height: 42px;\n  border-radius: 999px;\n  color: var(--nk-text);\n  background: var(--nk-accent);\n  font-size: 1rem;\n  font-weight: 800;\n  line-height: 1;\n}\n\n.nk-guide .nk-step-title-group {\n  min-width: 0;\n}\n\n.nk-guide .nk-step-kicker {\n  display: block;\n  margin-bottom: 3px;\n  color: var(--nk-muted);\n  font-size: .8rem;\n  font-weight: 700;\n  letter-spacing: .08em;\n  line-height: 1.3;\n  text-transform: uppercase;\n}\n\n.nk-guide .nk-step-title {\n  margin: 0;\n  color: var(--nk-text);\n  font-size: 1.35rem;\n  font-weight: 700;\n  letter-spacing: 0;\n  line-height: 1.25;\n}\n\n.nk-guide .nk-time-chip {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-width: 76px;\n  padding: 7px 10px;\n  border-radius: 999px;\n  color: var(--nk-muted);\n  background: var(--nk-surface-alt);\n  font-size: .85rem;\n  font-weight: 700;\n  line-height: 1;\n  white-space: nowrap;\n}\n\n.nk-guide .nk-step-body {\n  display: grid;\n  gap: 18px;\n}\n\n.nk-guide .nk-lead {\n  color: var(--nk-text);\n  font-weight: 700;\n}\n\n.nk-guide .nk-screen {\n  display: block;\n  margin: 2px 0 0;\n  padding: 10px;\n  border: 1px solid rgba(45,45,45,.10);\n  border-radius: 14px;\n  background: var(--nk-surface-alt);\n  box-shadow: 0 12px 28px rgba(45,45,45,.08);\n}\n\n.nk-guide .nk-screen img {\n  display: block;\n  width: 100%;\n  height: auto;\n  border-radius: 10px;\n}\n\n.nk-guide .nk-checkpoint {\n  display: grid;\n  grid-template-columns: 28px 1fr;\n  gap: 12px;\n  align-items: center;\n  padding: 16px 28px;\n  border-left: 6px solid var(--nk-accent);\n  color: var(--nk-text);\n  background: rgba(184,254,68,.15);\n  font-weight: 700;\n}\n\n.nk-guide .nk-checkpoint-icon {\n  width: 28px;\n  height: 28px;\n  border-radius: 999px;\n  color: var(--nk-text);\n  background: var(--nk-accent);\n  font-size: .95rem;\n  font-weight: 800;\n  line-height: 1;\n}\n\n.nk-guide .nk-callout {\n  display: grid;\n  grid-template-columns: 30px 1fr;\n  gap: 12px;\n  padding: 16px;\n  border-radius: 14px;\n}\n\n.nk-guide .nk-callout-icon {\n  width: 30px;\n  height: 30px;\n  border-radius: 999px;\n  font-size: 1rem;\n  line-height: 1;\n}\n\n.nk-guide .nk-callout p {\n  align-self: center;\n}\n\n.nk-guide .nk-callout-tip {\n  border: 1px solid var(--nk-lavender);\n  background: rgba(177,156,217,.12);\n}\n\n.nk-guide .nk-callout-tip .nk-callout-icon {\n  color: var(--nk-text);\n  background: rgba(177,156,217,.12);\n}\n\n.nk-guide .nk-callout-warn {\n  border: 1px solid var(--nk-orange);\n  background: rgba(255,184,108,.15);\n}\n\n.nk-guide .nk-callout-warn .nk-callout-icon {\n  color: var(--nk-text);\n  background: rgba(255,184,108,.15);\n}\n\n.nk-guide .nk-callout-danger {\n  border: 1px solid var(--nk-coral);\n  background: rgba(255,107,107,.10);\n}\n\n.nk-guide .nk-callout-danger .nk-callout-icon {\n  color: var(--nk-text);\n  background: rgba(255,107,107,.10);\n}\n\n.nk-guide .nk-danger {\n  color: var(--nk-coral);\n}\n\n.nk-guide .nk-billing-list {\n  display: grid;\n  gap: 10px;\n  margin: 0;\n  padding: 0;\n  list-style: none;\n}\n\n.nk-guide .nk-billing-item {\n  display: grid;\n  grid-template-columns: 34px 1fr;\n  gap: 12px;\n  align-items: center;\n  margin: 0;\n  padding: 14px;\n  border-radius: 12px;\n  background: var(--nk-surface-alt);\n}\n\n.nk-guide .nk-billing-icon {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 34px;\n  height: 34px;\n  border-radius: 999px;\n  color: var(--nk-text);\n  background: var(--nk-surface);\n}\n\n.nk-guide .nk-billing-icon svg {\n  width: 18px;\n  height: 18px;\n}\n\n.nk-guide .nk-wallet-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 12px;\n  margin-top: 2px;\n}\n\n.nk-guide .nk-wallet-card {\n  display: flex;\n  flex-direction: column;\n  justify-content: space-between;\n  min-height: 104px;\n  padding: 16px;\n  border: 1px solid rgba(45,45,45,.10);\n  border-radius: 14px;\n  color: var(--nk-text);\n  background: var(--nk-surface);\n  text-decoration: none;\n  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;\n}\n\n.nk-guide .nk-wallet-card:hover {\n  border-color: var(--nk-purple);\n  box-shadow: 0 12px 28px rgba(45,45,45,.08);\n  text-decoration: none;\n  transform: translateY(-1px);\n}\n\n.nk-guide .nk-wallet-name {\n  display: block;\n  color: var(--nk-text);\n  font-size: 1rem;\n  font-weight: 800;\n  line-height: 1.25;\n}\n\n.nk-guide .nk-wallet-link {\n  display: block;\n  margin-top: 14px;\n  color: var(--nk-purple);\n  font-size: .84rem;\n  font-weight: 800;\n  line-height: 1.3;\n}\n\n.nk-guide .nk-finish {\n  margin-top: 22px;\n  padding: 30px;\n  border-radius: 18px;\n  color: var(--nk-surface);\n  background: var(--nk-dark);\n}\n\n.nk-guide .nk-finish h2 {\n  margin: 0;\n  color: var(--nk-surface);\n  font-size: 1.55rem;\n  font-weight: 700;\n  letter-spacing: 0;\n  line-height: 1.25;\n}\n\n.nk-guide .nk-finish p {\n  margin-top: 12px;\n  color: var(--nk-surface);\n}\n\n.nk-guide .nk-actions {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 12px;\n  margin-top: 22px;\n}\n\n.nk-guide .nk-card-actions {\n  margin-top: 4px;\n}\n\n.nk-guide .nk-button {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 46px;\n  padding: 12px 22px;\n  border: 1px solid var(--nk-surface);\n  border-radius: 10px;\n  font-size: .98rem;\n  font-weight: 800;\n  line-height: 1.2;\n  text-align: center;\n  text-decoration: none;\n  transition: background-color .18s ease, border-color .18s ease, color .18s ease;\n}\n\n.nk-guide .nk-button-primary {\n  border-color: var(--nk-accent);\n  color: var(--nk-text);\n  background: var(--nk-accent);\n}\n\n.nk-guide .nk-button-primary:hover {\n  border-color: var(--nk-surface);\n  color: var(--nk-text);\n  background: var(--nk-surface);\n  text-decoration: none;\n}\n\n.nk-guide .nk-button-secondary {\n  color: var(--nk-surface);\n  background: rgba(255,255,255,0);\n}\n\n.nk-guide .nk-button-secondary:hover {\n  border-color: var(--nk-accent);\n  color: var(--nk-text);\n  background: var(--nk-accent);\n  text-decoration: none;\n}\n\n.nk-guide .nk-faq {\n  margin-top: 22px;\n}\n\n.nk-guide .nk-faq details {\n  padding: 0;\n  overflow: hidden;\n}\n\n.nk-guide .nk-faq details + details {\n  margin-top: 12px;\n}\n\n.nk-guide .nk-faq summary {\n  display: grid;\n  grid-template-columns: 1fr auto;\n  gap: 14px;\n  align-items: center;\n  padding: 18px 20px;\n  color: var(--nk-text);\n  font-weight: 800;\n  cursor: pointer;\n  list-style: none;\n}\n\n.nk-guide .nk-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.nk-guide .nk-faq summary::after {\n  content: \"+\";\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 26px;\n  height: 26px;\n  border-radius: 999px;\n  color: var(--nk-text);\n  background: var(--nk-accent);\n  font-size: 1rem;\n  font-weight: 800;\n  line-height: 1;\n}\n\n.nk-guide .nk-faq details[open] summary::after {\n  content: \"-\";\n}\n\n.nk-guide .nk-faq-panel {\n  padding: 0 20px 20px;\n  color: var(--nk-text);\n}\n\n.nk-guide .nk-closing {\n  margin-top: 22px;\n  color: var(--nk-muted);\n  font-size: .95rem;\n  line-height: 1.6;\n}\n\n@media (max-width: 680px) {\n  .nk-guide {\n    padding: 24px 12px 34px;\n    font-size: 1rem;\n  }\n\n  .nk-guide .nk-hero {\n    padding: 28px 22px 30px;\n    border-radius: 18px;\n  }\n\n  .nk-guide .nk-stepper {\n    border-radius: 18px;\n  }\n\n  .nk-guide .nk-stepper-list {\n    grid-template-columns: repeat(6, 1fr);\n    gap: 4px;\n  }\n\n  .nk-guide .nk-stepper-link {\n    min-height: 38px;\n    padding: 7px 4px;\n  }\n\n  .nk-guide .nk-stepper-text {\n    position: absolute;\n    width: 1px;\n    height: 1px;\n    padding: 0;\n    margin: -1px;\n    overflow: hidden;\n    clip: rect(0, 0, 0, 0);\n    white-space: nowrap;\n    border: 0;\n  }\n\n  .nk-guide .nk-stepper-number {\n    min-width: 24px;\n    height: 24px;\n    margin-right: 0;\n  }\n\n  .nk-guide .nk-current-label {\n    display: block;\n    margin-top: 8px;\n    color: var(--nk-muted);\n    font-size: .82rem;\n    font-weight: 800;\n    line-height: 1.35;\n    text-align: center;\n  }\n\n  .nk-guide .nk-step-inner,\n  .nk-guide .nk-need-card,\n  .nk-guide .nk-finish {\n    padding: 22px;\n  }\n\n  .nk-guide .nk-step-head {\n    grid-template-columns: auto 1fr;\n  }\n\n  .nk-guide .nk-time-chip {\n    grid-column: 2;\n    justify-self: start;\n    min-width: 0;\n  }\n\n  .nk-guide .nk-wallet-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .nk-guide .nk-checkpoint {\n    padding: 16px 22px;\n  }\n\n  .nk-guide .nk-actions {\n    display: grid;\n  }\n}\n\n@media (max-width: 360px) {\n  .nk-guide .nk-hero h1 {\n    font-size: 1.75rem;\n  }\n\n  .nk-guide .nk-step-title {\n    font-size: 1.2rem;\n  }\n\n  .nk-guide .nk-step-inner,\n  .nk-guide .nk-need-card,\n  .nk-guide .nk-finish {\n    padding: 18px;\n  }\n\n  .nk-guide .nk-checkpoint {\n    padding: 14px 18px;\n  }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .nk-guide *,\n  .nk-guide *::before,\n  .nk-guide *::after {\n    transition-duration: .01ms !important;\n    animation-duration: .01ms !important;\n    animation-iteration-count: 1 !important;\n    scroll-behavior: auto !important;\n  }\n}\n<\/style>\n\n<div class=\"nk-guide\">\n  <section class=\"nk-hero\" aria-labelledby=\"nk-guide-title\">\n    <span class=\"nk-eyebrow\">Support \u00b7 Getting Started<\/span>\n    <!-- Keep this h1 in the fragment for semantic structure. If the WordPress theme also renders a page title, hide one of the two in the admin. -->\n    <h1 id=\"nk-guide-title\">Getting Started with Nicky<\/h1>\n    <p class=\"nk-subline\">From sign-up to a connected, funded account in about 15 minutes.<\/p>\n    <p class=\"nk-hero-copy\">Nicky is a non-custodial crypto payments platform &#8211; we never hold your funds. Instead, Nicky connects to a wallet you already control, so payments go straight to you. That&#8217;s why this guide has one goal: get your account created and your wallet connected.<\/p>\n  <\/section>\n\n  <nav class=\"nk-stepper\" aria-label=\"Getting started steps\">\n    <ol class=\"nk-stepper-list\">\n      <li class=\"nk-stepper-item\">\n        <a class=\"nk-stepper-link\" href=\"#nk-step-1\" data-nk-step-link=\"nk-step-1\" aria-current=\"step\" aria-label=\"Step 1: Create account\">\n          <span class=\"nk-stepper-number\">1<\/span>\n          <span class=\"nk-stepper-text\">Create account<\/span>\n        <\/a>\n      <\/li>\n      <li class=\"nk-stepper-item\">\n        <a class=\"nk-stepper-link\" href=\"#nk-step-2\" data-nk-step-link=\"nk-step-2\" aria-label=\"Step 2: Pricing assets\">\n          <span class=\"nk-stepper-number\">2<\/span>\n          <span class=\"nk-stepper-text\">Pricing assets<\/span>\n        <\/a>\n      <\/li>\n      <li class=\"nk-stepper-item\">\n        <a class=\"nk-stepper-link\" href=\"#nk-step-3\" data-nk-step-link=\"nk-step-3\" aria-label=\"Step 3: Connect wallet\">\n          <span class=\"nk-stepper-number\">3<\/span>\n          <span class=\"nk-stepper-text\">Connect wallet<\/span>\n        <\/a>\n      <\/li>\n      <li class=\"nk-stepper-item\">\n        <a class=\"nk-stepper-link\" href=\"#nk-step-4\" data-nk-step-link=\"nk-step-4\" aria-label=\"Step 4: Payment routes\">\n          <span class=\"nk-stepper-number\">4<\/span>\n          <span class=\"nk-stepper-text\">Payment routes<\/span>\n        <\/a>\n      <\/li>\n      <li class=\"nk-stepper-item\">\n        <a class=\"nk-stepper-link\" href=\"#nk-step-5\" data-nk-step-link=\"nk-step-5\" aria-label=\"Step 5: Fund with Nickels\">\n          <span class=\"nk-stepper-number\">5<\/span>\n          <span class=\"nk-stepper-text\">Fund with Nickels<\/span>\n        <\/a>\n      <\/li>\n      <li class=\"nk-stepper-item\">\n        <a class=\"nk-stepper-link\" href=\"#nk-done\" data-nk-step-link=\"nk-done\" aria-label=\"Done\">\n          <span class=\"nk-stepper-number\">\u2713<\/span>\n          <span class=\"nk-stepper-text\">Done<\/span>\n        <\/a>\n      <\/li>\n    <\/ol>\n    <div class=\"nk-current-label\" data-nk-current-label=\"\">Create account<\/div>\n  <\/nav>\n\n  <section class=\"nk-section nk-need-card\" aria-labelledby=\"nk-need-title\">\n    <h2 class=\"nk-section-title\" id=\"nk-need-title\">What you&#8217;ll need<\/h2>\n    <ul class=\"nk-checklist\">\n      <li class=\"nk-check-item\">\n        <span class=\"nk-check-icon\" aria-hidden=\"true\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" focusable=\"false\">\n            <path d=\"M20 6 9 17l-5-5\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n          <\/svg>\n        <\/span>\n        <span>An email address (or a Google, Microsoft, or Apple account).<\/span>\n      <\/li>\n      <li class=\"nk-check-item\">\n        <span class=\"nk-check-icon\" aria-hidden=\"true\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" focusable=\"false\">\n            <path d=\"M20 6 9 17l-5-5\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n          <\/svg>\n        <\/span>\n        <span>An account with an exchange or Wallet Service Provider (WSP) &#8211; for example Coinbase, Kraken, or Foxbit &#8211; or fixed wallet addresses for the crypto assets and blockchain networks you want to receive. Don&#8217;t have one yet? Create one first &#8211; it&#8217;s where your money will actually live.<\/span>\n      <\/li>\n    <\/ul>\n  <\/section>\n\n  <section class=\"nk-step-card\" id=\"nk-step-1\" data-nk-step-label=\"Create account\" aria-labelledby=\"nk-step-1-title\">\n    <div class=\"nk-step-inner\">\n      <header class=\"nk-step-head\">\n        <span class=\"nk-step-badge\" aria-hidden=\"true\">1<\/span>\n        <div class=\"nk-step-title-group\">\n          <span class=\"nk-step-kicker\">Step 1<\/span>\n          <h2 class=\"nk-step-title\" id=\"nk-step-1-title\">Create your Nicky account<\/h2>\n        <\/div>\n        <span class=\"nk-time-chip\">~2 min<\/span>\n      <\/header>\n      <div class=\"nk-step-body\">\n        <ol>\n          <li>Go to <a href=\"https:\/\/nicky.me\">nicky.me<\/a> and click <strong>Get Started<\/strong> (or go directly to <a href=\"https:\/\/pay.nicky.me\/register\">https:\/\/pay.nicky.me\/register<\/a>).<\/li>\n          <li>Sign up with your email and a password, or continue with Google, Microsoft, or Apple.<\/li>\n          <li>Fill in your profile: first and last name (kept private), a <strong>public name<\/strong> (what payers will see), your country &#8211; and optionally a website and profile picture.<\/li>\n          <li>Open the confirmation email, click <strong>Confirm my account<\/strong>, then log in.<\/li>\n        <\/ol>\n        <figure class=\"nk-screen\"><img loading=\"lazy\" src=\"https:\/\/nicky.me\/wp-content\/uploads\/2026\/07\/SCREENSHOT-Sign-up-form.jpeg\" alt=\"Nicky registration form with email, password, consent checkboxes and Google sign-up option\" width=\"2034\" height=\"1344\" loading=\"lazy\" decoding=\"async\"><\/figure>\n      <\/div>\n    <\/div>\n    <div class=\"nk-checkpoint\">\n      <span class=\"nk-checkpoint-icon\" aria-hidden=\"true\">\u2713<\/span>\n      <p>Checkpoint: <em>You can log in at pay.nicky.me.<\/em><\/p>\n    <\/div>\n  <\/section>\n\n  <section class=\"nk-step-card\" id=\"nk-step-2\" data-nk-step-label=\"Pricing assets\" aria-labelledby=\"nk-step-2-title\">\n    <div class=\"nk-step-inner\">\n      <header class=\"nk-step-head\">\n        <span class=\"nk-step-badge\" aria-hidden=\"true\">2<\/span>\n        <div class=\"nk-step-title-group\">\n          <span class=\"nk-step-kicker\">Step 2<\/span>\n          <h2 class=\"nk-step-title\" id=\"nk-step-2-title\">Choose your pricing assets<\/h2>\n        <\/div>\n        <span class=\"nk-time-chip\">~1 min<\/span>\n      <\/header>\n      <div class=\"nk-step-body\">\n        <p class=\"nk-lead\"><em>Pricing Assets represent the denomination of the invoices that you create. Example: you want to charge someone USD 100, therefore the Pricing Asset is USD.<\/em><\/p>\n        <ol>\n          <li>Click <strong>Settings<\/strong> in the top menu.<\/li>\n          <li>Open <strong>Merchant Configuration<\/strong>.<\/li>\n          <li>Select the pricing assets you want to use when creating invoices, and save.<\/li>\n        <\/ol>\n        <div class=\"nk-callout nk-callout-tip\">\n          <span class=\"nk-callout-icon\" aria-hidden=\"true\">\ud83d\udca1<\/span>\n          <p><strong>Tip:<\/strong> <em>You can change these anytime &#8211; but doing so changes which denominations you can use for new invoices.<\/em><\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"nk-step-card\" id=\"nk-step-3\" data-nk-step-label=\"Connect wallet\" aria-labelledby=\"nk-step-3-title\">\n    <div class=\"nk-step-inner\">\n      <header class=\"nk-step-head\">\n        <span class=\"nk-step-badge\" aria-hidden=\"true\">3<\/span>\n        <div class=\"nk-step-title-group\">\n          <span class=\"nk-step-kicker\">Step 3<\/span>\n          <h2 class=\"nk-step-title\" id=\"nk-step-3-title\">Connect your wallet<\/h2>\n        <\/div>\n        <span class=\"nk-time-chip\">~5 min<\/span>\n      <\/header>\n      <div class=\"nk-step-body\">\n        <p class=\"nk-lead\"><em>Nicky can connect to your exchange or WSP using an <strong>API key<\/strong>, or you can route payments to <strong>fixed wallet addresses<\/strong> that you control.<\/em><\/p>\n        <p><strong>3a. Connect with an API key<\/strong> &#8211; follow the guide for your provider:<\/p>\n        <div class=\"nk-wallet-grid\" aria-label=\"Wallet provider guides\">\n          <a class=\"nk-wallet-card\" href=\"https:\/\/nicky.me\/support\/coinbase-api-keys\/\">\n            <span class=\"nk-wallet-name\">Coinbase<\/span>\n            <span class=\"nk-wallet-link\">View guide \u2192<\/span>\n          <\/a>\n          <a class=\"nk-wallet-card\" href=\"https:\/\/nicky.me\/support\/kraken-api-keys\/\">\n            <span class=\"nk-wallet-name\">Kraken<\/span>\n            <span class=\"nk-wallet-link\">View guide \u2192<\/span>\n          <\/a>\n          <a class=\"nk-wallet-card\" href=\"https:\/\/nicky.me\/support\/foxbit-api-keys-2\/\">\n            <span class=\"nk-wallet-name\">Foxbit<\/span>\n            <span class=\"nk-wallet-link\">View guide \u2192<\/span>\n          <\/a>\n          <a class=\"nk-wallet-card\" href=\"https:\/\/nicky.me\/support\/creation-and-use-of-api-keys\/\">\n            <span class=\"nk-wallet-name\">Other wallets<\/span>\n            <span class=\"nk-wallet-link\">View guide \u2192<\/span>\n          <\/a>\n        <\/div>\n        <div class=\"nk-callout nk-callout-warn\">\n          <span class=\"nk-callout-icon\" aria-hidden=\"true\">\u26a0\ufe0f<\/span>\n          <p><strong>Your Private\/Secret Key is shown only once.<\/strong> Copy it immediately and store it somewhere safe, such as a password manager. If you lose it, simply generate a new key.<\/p>\n        <\/div>\n        <p><strong>3b. Use fixed wallet addresses instead:<\/strong><\/p>\n        <ol>\n          <li>Go to your wallet or exchange account and open the deposit\/receive screen for the crypto asset and blockchain network you want to use.<\/li>\n          <li>Copy the wallet ID or wallet address exactly as shown.<\/li>\n          <li>Paste the wallet address into the Nicky interface for the matching asset and network, then save it.<\/li>\n        <\/ol>\n        <div class=\"nk-callout nk-callout-tip\">\n          <span class=\"nk-callout-icon\" aria-hidden=\"true\">\ud83d\udca1<\/span>\n          <p><strong>Tip:<\/strong> Always match the asset and network. A USDC address on one network may not be valid for USDC on another network.<\/p>\n        <\/div>\n        <p><strong>3c. Add the connection to Nicky:<\/strong><\/p>\n        <ol>\n          <li>Go to <strong>Settings \u2192 Wallets<\/strong> and click <strong>Add Connection<\/strong>.<\/li>\n          <li>Pick your Wallet Service Provider from the dropdown &#8211; or choose <strong>Manual<\/strong> if yours isn&#8217;t listed.<\/li>\n          <li>Paste your <strong>API Key Name<\/strong> and <strong>Private Key<\/strong>, or paste the fixed wallet address for a manual connection. Optionally give the connection a name, and save.<\/li>\n        <\/ol>\n        <figure class=\"nk-screen\"><img loading=\"lazy\" src=\"https:\/\/nicky.me\/wp-content\/uploads\/2026\/07\/SCREENSHOT-Add-Connection-dialog.jpeg\" alt=\"Wallet Service Provider Configuration dialog with API key, API secret and optional name fields\" width=\"890\" height=\"1556\" loading=\"lazy\" decoding=\"async\"><\/figure>\n      <\/div>\n    <\/div>\n    <div class=\"nk-checkpoint\">\n      <span class=\"nk-checkpoint-icon\" aria-hidden=\"true\">\u2713<\/span>\n      <p>Checkpoint: <em>Your connection appears in the Wallets list.<\/em><\/p>\n    <\/div>\n  <\/section>\n\n  <section class=\"nk-step-card\" id=\"nk-step-4\" data-nk-step-label=\"Payment routes\" aria-labelledby=\"nk-step-4-title\">\n    <div class=\"nk-step-inner\">\n      <header class=\"nk-step-head\">\n        <span class=\"nk-step-badge\" aria-hidden=\"true\">4<\/span>\n        <div class=\"nk-step-title-group\">\n          <span class=\"nk-step-kicker\">Step 4<\/span>\n          <h2 class=\"nk-step-title\" id=\"nk-step-4-title\">Set your payment routes<\/h2>\n        <\/div>\n        <span class=\"nk-time-chip\">~2 min<\/span>\n      <\/header>\n      <div class=\"nk-step-body\">\n        <p class=\"nk-lead\"><em>A payment route allows you to be paid with a given crypto asset through a given blockchain network. Payers always pay in crypto, and they will choose which crypto they wish to use according to your routes. For example, if you wish to be paid with USDC through the TRON network, you should setup this route.<\/em><\/p>\n        <ol>\n          <li>Stay in <strong>Settings \u2192 Wallets<\/strong>.<\/li>\n          <li>For each asset you want to accept, select your connection from the dropdown.<\/li>\n          <li>Select the assets you want to accept, then click <strong>SAVE<\/strong>.<\/li>\n        <\/ol>\n        <figure class=\"nk-screen\"><img loading=\"lazy\" src=\"https:\/\/nicky.me\/wp-content\/uploads\/2026\/07\/SCREENSHOT-Payment-routes.jpeg\" alt=\"Edit Routes dialog showing wallet provider and asset routing options\" width=\"888\" height=\"1330\" loading=\"lazy\" decoding=\"async\"><\/figure>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"nk-step-card\" id=\"nk-step-5\" data-nk-step-label=\"Fund with Nickels\" aria-labelledby=\"nk-step-5-title\">\n    <div class=\"nk-step-inner\">\n      <header class=\"nk-step-head\">\n        <span class=\"nk-step-badge\" aria-hidden=\"true\">5<\/span>\n        <div class=\"nk-step-title-group\">\n          <span class=\"nk-step-kicker\">Step 5<\/span>\n          <h2 class=\"nk-step-title\" id=\"nk-step-5-title\">Fund your account with Nickels<\/h2>\n        <\/div>\n        <span class=\"nk-time-chip\">~2 min<\/span>\n      <\/header>\n      <div class=\"nk-step-body\">\n        <p class=\"nk-lead\">The first USD 10,000 each month are free of charge. After that, Nicky charges a small 0.8% usage fee per transaction, paid in Nickels &#8211; Nicky\u2019s billing credits. Fees are deducted from your account balance, so you need Nickels in your account before payments can flow.<\/p>\n        <ul class=\"nk-billing-list\" aria-label=\"How billing works\">\n          <li class=\"nk-billing-item\">\n            <span class=\"nk-billing-icon\" aria-hidden=\"true\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\" focusable=\"false\">\n                <path d=\"M19 5 5 19\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"><\/path>\n                <path d=\"M7.5 8.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z\" stroke=\"currentColor\" stroke-width=\"2\"><\/path>\n                <path d=\"M16.5 19.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z\" stroke=\"currentColor\" stroke-width=\"2\"><\/path>\n              <\/svg>\n            <\/span>\n            <span>Every transaction &#8211; including test transactions &#8211; is charged a 0.8% usage fee (with a minimum fee of USD 0.01 per transaction).<\/span>\n          <\/li>\n          <li class=\"nk-billing-item\">\n            <span class=\"nk-billing-icon\" aria-hidden=\"true\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\" focusable=\"false\">\n                <path d=\"M12 4c4.42 0 8 1.57 8 3.5S16.42 11 12 11 4 9.43 4 7.5 7.58 4 12 4Z\" stroke=\"currentColor\" stroke-width=\"2\"><\/path>\n                <path d=\"M4 7.5v4c0 1.93 3.58 3.5 8 3.5s8-1.57 8-3.5v-4\" stroke=\"currentColor\" stroke-width=\"2\"><\/path>\n                <path d=\"M4 11.5v4c0 1.93 3.58 3.5 8 3.5s8-1.57 8-3.5v-4\" stroke=\"currentColor\" stroke-width=\"2\"><\/path>\n              <\/svg>\n            <\/span>\n            <span>The fee is deducted in Nickels from your account balance.<\/span>\n          <\/li>\n          <li class=\"nk-billing-item\">\n            <span class=\"nk-billing-icon\" aria-hidden=\"true\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\" focusable=\"false\">\n                <path d=\"M12 7v5l3 2\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n                <path d=\"M21 12a9 9 0 1 1-9-9 9 9 0 0 1 9 9Z\" stroke=\"currentColor\" stroke-width=\"2\"><\/path>\n              <\/svg>\n            <\/span>\n            <span>Transactions will not be processed if your balance is insufficient.<\/span>\n          <\/li>\n        <\/ul>\n        <div class=\"nk-callout nk-callout-danger\">\n          <span class=\"nk-callout-icon\" aria-hidden=\"true\">\u26a0\ufe0f<\/span>\n          <p><strong>Top up before you go live.<\/strong> If your Nickels balance runs out, transactions start failing after a <strong class=\"nk-danger\">72-hour grace period<\/strong>. Set up billing first to avoid any disruption.<\/p>\n        <\/div>\n        <ol>\n          <li>Go to your Billing page: <a href=\"https:\/\/pay.nicky.me\/billing\">https:\/\/pay.nicky.me\/billing<\/a><\/li>\n          <li>Choose how to fund your account: <strong>crypto, bank transfer, or credit card<\/strong>.<\/li>\n          <li>Add enough Nickels to comfortably cover your expected transaction volume.<\/li>\n        <\/ol>\n        <div class=\"nk-actions nk-card-actions\">\n          <a class=\"nk-button nk-button-primary\" href=\"https:\/\/pay.nicky.me\/billing\">Top up your account<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"nk-checkpoint\">\n      <span class=\"nk-checkpoint-icon\" aria-hidden=\"true\">\u2713<\/span>\n      <p>Checkpoint: <em>Your Nickels balance shows on the Billing page.<\/em><\/p>\n    <\/div>\n  <\/section>\n\n  <section class=\"nk-finish\" id=\"nk-done\" data-nk-step-label=\"Done\" aria-labelledby=\"nk-done-title\">\n    <h2 id=\"nk-done-title\">\ud83c\udf89 You&#8217;re fully onboarded!<\/h2>\n    <p>You can now receive crypto payments &#8211; funds go straight to your own wallet.<\/p>\n    <div class=\"nk-actions\">\n      <a class=\"nk-button nk-button-primary\" href=\"https:\/\/nicky.me\/support\/payment-requests\/\">Request a payment<\/a>\n    <\/div>\n  <\/section>\n\n  <section class=\"nk-faq\" aria-labelledby=\"nk-faq-title\">\n    <h2 class=\"nk-section-title\" id=\"nk-faq-title\">FAQ<\/h2>\n    <details>\n      <summary aria-expanded=\"false\">What are Nickels?<\/summary>\n      <div class=\"nk-faq-panel\">\n        <p>Nickels are Nicky\u2019s billing credits, used to pay the 0.8% usage fee on transactions after the first USD 10,000 each month. You can top up anytime at pay.nicky.me\/billing using crypto, bank transfer, or credit card.<\/p>\n      <\/div>\n    <\/details>\n    <details>\n      <summary aria-expanded=\"false\">Does Nicky hold my money?<\/summary>\n      <div class=\"nk-faq-panel\">\n        <p>No. Nicky is non-custodial and peer-to-peer: payments go directly to the wallet you connect.<\/p>\n      <\/div>\n    <\/details>\n    <details>\n      <summary aria-expanded=\"false\">Can I connect more than one wallet?<\/summary>\n      <div class=\"nk-faq-panel\">\n        <p>Yes. Add as many connections as you like and route different assets to different wallets.<\/p>\n      <\/div>\n    <\/details>\n    <details>\n      <summary aria-expanded=\"false\">My wallet or exchange isn&#8217;t listed.<\/summary>\n      <div class=\"nk-faq-panel\">\n        <p>Nicky is wallet agnostic. Choose <strong>Manual<\/strong> when adding a connection and use either the general API key guide or a fixed wallet address for the asset and network you want to receive.<\/p>\n      <\/div>\n    <\/details>\n  <\/section>\n\n  <p class=\"nk-closing\"><em>Need more help? Use the contact form below and we&#8217;ll get back to you.<\/em><\/p>\n<\/div>\n\n<script>\n(function () {\n  var guide = document.getElementsByClassName(\"nk-guide\")[0];\n  if (!guide) {\n    return;\n  }\n\n  var links = Array.prototype.slice.call(guide.querySelectorAll(\"[data-nk-step-link]\"));\n  var sections = links.map(function (link) {\n    var targetId = link.getAttribute(\"data-nk-step-link\");\n    return guide.querySelector(\"#\" + targetId);\n  }).filter(Boolean);\n  var currentLabel = guide.querySelector(\"[data-nk-current-label]\");\n  var reduceMotion = false;\n\n  if (window.matchMedia) {\n    reduceMotion = window.matchMedia(\"(prefers-reduced-motion: reduce)\").matches;\n  }\n\n  function setActive(id) {\n    links.forEach(function (link) {\n      var isActive = link.getAttribute(\"data-nk-step-link\") === id;\n      if (isActive) {\n        link.setAttribute(\"aria-current\", \"step\");\n        if (currentLabel) {\n          var target = guide.querySelector(\"#\" + id);\n          currentLabel.textContent = target && target.getAttribute(\"data-nk-step-label\") ? target.getAttribute(\"data-nk-step-label\") : link.textContent.trim();\n        }\n      } else {\n        link.removeAttribute(\"aria-current\");\n      }\n    });\n  }\n\n  links.forEach(function (link) {\n    link.addEventListener(\"click\", function (event) {\n      var targetId = link.getAttribute(\"data-nk-step-link\");\n      var target = guide.querySelector(\"#\" + targetId);\n      if (!target) {\n        return;\n      }\n      event.preventDefault();\n      target.scrollIntoView({\n        behavior: reduceMotion ? \"auto\" : \"smooth\",\n        block: \"start\"\n      });\n      setActive(targetId);\n      if (history && history.pushState) {\n        history.pushState(null, \"\", \"#\" + targetId);\n      }\n    });\n  });\n\n  if (\"IntersectionObserver\" in window && sections.length) {\n    var observer = new IntersectionObserver(function (entries) {\n      entries.forEach(function (entry) {\n        if (entry.isIntersecting) {\n          setActive(entry.target.id);\n        }\n      });\n    }, {\n      root: null,\n      rootMargin: \"-35% 0px -55% 0px\",\n      threshold: 0\n    });\n\n    sections.forEach(function (section) {\n      observer.observe(section);\n    });\n  }\n\n  guide.querySelectorAll(\"details\").forEach(function (detail) {\n    var summary = detail.querySelector(\"summary\");\n    if (!summary) {\n      return;\n    }\n    summary.setAttribute(\"aria-expanded\", detail.open ? \"true\" : \"false\");\n    detail.addEventListener(\"toggle\", function () {\n      summary.setAttribute(\"aria-expanded\", detail.open ? \"true\" : \"false\");\n    });\n  });\n})();\n<\/script>\n<\/div>\n<\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Support \u00b7 Getting Started Getting Started with Nicky From sign-up to a connected, funded account in about 15 minutes. Nicky is a non-custodial crypto payments platform &#8211; we never hold your funds. Instead, Nicky connects to a wallet you already control, so payments go straight to you. That&#8217;s why this guide has one goal: get [&hellip;]<\/p>\n","protected":false},"featured_media":0,"parent":0,"template":"","format":"standard","categories-articles":[],"class_list":["post-2101","support","type-support","status-publish","format-standard","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Getting Started - Nicky<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nicky.me\/archive\/support\/getting-started-with-nicky\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Getting Started - Nicky\" \/>\n<meta property=\"og:description\" content=\"Support \u00b7 Getting Started Getting Started with Nicky From sign-up to a connected, funded account in about 15 minutes. Nicky is a non-custodial crypto payments platform &#8211; we never hold your funds. Instead, Nicky connects to a wallet you already control, so payments go straight to you. That&#8217;s why this guide has one goal: get [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nicky.me\/archive\/support\/getting-started-with-nicky\/\" \/>\n<meta property=\"og:site_name\" content=\"Nicky\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-22T19:57:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nicky.me\/wp-content\/uploads\/2026\/07\/SCREENSHOT-Sign-up-form.jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@nickydotme\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nicky.me\/archive\/support\/getting-started-with-nicky\/\",\"url\":\"https:\/\/nicky.me\/archive\/support\/getting-started-with-nicky\/\",\"name\":\"Getting Started - Nicky\",\"isPartOf\":{\"@id\":\"https:\/\/nicky.me\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/nicky.me\/archive\/support\/getting-started-with-nicky\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/nicky.me\/archive\/support\/getting-started-with-nicky\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/nicky.me\/wp-content\/uploads\/2026\/07\/SCREENSHOT-Sign-up-form.jpeg\",\"datePublished\":\"2026-07-09T08:00:52+00:00\",\"dateModified\":\"2026-09-22T19:57:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/nicky.me\/archive\/support\/getting-started-with-nicky\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nicky.me\/archive\/support\/getting-started-with-nicky\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nicky.me\/archive\/support\/getting-started-with-nicky\/#primaryimage\",\"url\":\"https:\/\/nicky.me\/wp-content\/uploads\/2026\/07\/SCREENSHOT-Sign-up-form.jpeg\",\"contentUrl\":\"https:\/\/nicky.me\/wp-content\/uploads\/2026\/07\/SCREENSHOT-Sign-up-form.jpeg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nicky.me\/archive\/support\/getting-started-with-nicky\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/nicky.me\/archive\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Support\",\"item\":\"https:\/\/nicky.me\/support\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Getting Started\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/nicky.me\/#website\",\"url\":\"https:\/\/nicky.me\/\",\"name\":\"NICKY.me\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/nicky.me\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/nicky.me\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/nicky.me\/#organization\",\"name\":\"NICKY\",\"url\":\"https:\/\/nicky.me\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nicky.me\/#\/schema\/logo\/image\/\",\"url\":\"\",\"contentUrl\":\"\",\"caption\":\"NICKY\"},\"image\":{\"@id\":\"https:\/\/nicky.me\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/nickydotme\",\"https:\/\/www.youtube.com\/@nickydotme\",\"https:\/\/t.me\/nickycommunity\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Getting Started - Nicky","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nicky.me\/archive\/support\/getting-started-with-nicky\/","og_locale":"en_US","og_type":"article","og_title":"Getting Started - Nicky","og_description":"Support \u00b7 Getting Started Getting Started with Nicky From sign-up to a connected, funded account in about 15 minutes. Nicky is a non-custodial crypto payments platform &#8211; we never hold your funds. Instead, Nicky connects to a wallet you already control, so payments go straight to you. That&#8217;s why this guide has one goal: get [&hellip;]","og_url":"https:\/\/nicky.me\/archive\/support\/getting-started-with-nicky\/","og_site_name":"Nicky","article_modified_time":"2026-09-22T19:57:00+00:00","og_image":[{"url":"https:\/\/nicky.me\/wp-content\/uploads\/2026\/07\/SCREENSHOT-Sign-up-form.jpeg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@nickydotme","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/nicky.me\/archive\/support\/getting-started-with-nicky\/","url":"https:\/\/nicky.me\/archive\/support\/getting-started-with-nicky\/","name":"Getting Started - Nicky","isPartOf":{"@id":"https:\/\/nicky.me\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nicky.me\/archive\/support\/getting-started-with-nicky\/#primaryimage"},"image":{"@id":"https:\/\/nicky.me\/archive\/support\/getting-started-with-nicky\/#primaryimage"},"thumbnailUrl":"https:\/\/nicky.me\/wp-content\/uploads\/2026\/07\/SCREENSHOT-Sign-up-form.jpeg","datePublished":"2026-07-09T08:00:52+00:00","dateModified":"2026-09-22T19:57:00+00:00","breadcrumb":{"@id":"https:\/\/nicky.me\/archive\/support\/getting-started-with-nicky\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nicky.me\/archive\/support\/getting-started-with-nicky\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nicky.me\/archive\/support\/getting-started-with-nicky\/#primaryimage","url":"https:\/\/nicky.me\/wp-content\/uploads\/2026\/07\/SCREENSHOT-Sign-up-form.jpeg","contentUrl":"https:\/\/nicky.me\/wp-content\/uploads\/2026\/07\/SCREENSHOT-Sign-up-form.jpeg"},{"@type":"BreadcrumbList","@id":"https:\/\/nicky.me\/archive\/support\/getting-started-with-nicky\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nicky.me\/archive\/"},{"@type":"ListItem","position":2,"name":"Support","item":"https:\/\/nicky.me\/support\/"},{"@type":"ListItem","position":3,"name":"Getting Started"}]},{"@type":"WebSite","@id":"https:\/\/nicky.me\/#website","url":"https:\/\/nicky.me\/","name":"NICKY.me","description":"","publisher":{"@id":"https:\/\/nicky.me\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nicky.me\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/nicky.me\/#organization","name":"NICKY","url":"https:\/\/nicky.me\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nicky.me\/#\/schema\/logo\/image\/","url":"","contentUrl":"","caption":"NICKY"},"image":{"@id":"https:\/\/nicky.me\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/nickydotme","https:\/\/www.youtube.com\/@nickydotme","https:\/\/t.me\/nickycommunity"]}]}},"_links":{"self":[{"href":"https:\/\/nicky.me\/archive\/wp-json\/wp\/v2\/support\/2101","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nicky.me\/archive\/wp-json\/wp\/v2\/support"}],"about":[{"href":"https:\/\/nicky.me\/archive\/wp-json\/wp\/v2\/types\/support"}],"wp:attachment":[{"href":"https:\/\/nicky.me\/archive\/wp-json\/wp\/v2\/media?parent=2101"}],"wp:term":[{"taxonomy":"categories-articles","embeddable":true,"href":"https:\/\/nicky.me\/archive\/wp-json\/wp\/v2\/categories-articles?post=2101"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}