> ## Documentation Index
> Fetch the complete documentation index at: https://docs.novig.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Registering Your Pricer

> What to send Novig so your pricer starts receiving RFQs

<Warning>
  Pricer registration is not self-service. To onboard, contact Novig at **[developers@novig.com](mailto:developers@novig.com)**
  and the team will provision your registration manually.
</Warning>

## Prerequisites

<Steps>
  <Step title="You're onboarded as an LP">
    You must already be an LP. If you aren't, follow [LP Onboarding](/emm-onboarding) first.
  </Step>

  <Step title="Your webhook is reachable">
    The base URL you register must be reachable from the public internet. For local development, terminate `https` at a tunnel
    like ngrok and share the public URL.
  </Step>
</Steps>

## Your shared secret

**Novig provisions the shared secret for you** — a 32-byte BLAKE3 key, hex-encoded as 64 lowercase characters. The same value lives on both sides; Novig signs every webhook body with it, and your pricer verifies. You'll receive it as part of onboarding; you don't generate it yourself.

## What to send Novig

When you reach out to onboard, have these two values ready:

| Field         | Notes                                                                                                                       |
| ------------- | --------------------------------------------------------------------------------------------------------------------------- |
| Email         | The contact email for your LP. Novig links your registration to your existing LP account from it — no trader ID needed.     |
| `webhook_url` | Base URL. **Novig appends** `/quote` and `/confirm`. Must be `http` or `https`. Path segments are allowed (e.g. `…/novig`). |

Novig replies with your **shared secret** once the registration is provisioned.

QA and Production registrations are independent — provision QA first, exercise the full lifecycle, then provision Production.
