# Match Config Preview

> Read-only `MATCH_CONFIG` from `@nwa/partners` (code config only). Date-based caps use render time.
>
> Filters: view=by-partner, partner=falcon-wealth

## Falcon Wealth

- slug: `falcon-wealth`
- buyerId: `7f9f26d6-cd16-11ef-8244-4fbaeee73d64`

### Payouts by range

- Under $100k: 1x $13 · 2x $13 · 3x $13 (partner)
- $100k – $250k: 1x $50 · 2x $50 · 3x $50 (partner)
- $250k – $500k: 1x $150 · 2x $150 · 3x $150 (partner)
- $500k – $1M: 1x $288 · 2x $288 · 3x $288 (partner)
- Over $1M: 1x $575 · 2x $575 · 3x $575 (partner)

#### Base config
- Caps: $25,000 / month; $576 / day
- Matching criteria:
  - `afterMatch`
```js
a => !(a.length < 3) || (console.info("Minimum number of buyers not reached, removing Falcon Wealth from the list of buyers"), false)
```
- API: async, enabled
- Calendar: CALENDLY

### FalconWealth250kTo500k

Placements:

- Position 1 · $250k – $500k (`FROM_250_TO_500K`) · STANDARD
  - Full bucket: [1. falcon-wealth, 2. pure-financial-advisors]

#### Config
- Caps: $25,000 / month; $576 / day
- Bucket caps: $10,000 / month
- Matching criteria:
  - `afterMatch`
```js
a => !(a.length < 3) || (console.info("Minimum number of buyers not reached, removing Falcon Wealth from the list of buyers"), false)
```
- API: async, enabled
- Calendar: CALENDLY

### FalconWealth500kTo1m

Placements:

- Position 2 · $500k – $1M (`FROM_500K_TO_1M`) · MEDIUM
  - Full bucket: [1. pure-financial-advisors, 2. falcon-wealth]

#### Config
- Caps: $25,000 / month; $576 / day
- Bucket caps: $15,000 / month
- Matching criteria:
  - `afterMatch`
```js
a => !(a.length < 3) || (console.info("Minimum number of buyers not reached, removing Falcon Wealth from the list of buyers"), false)
```
- API: async, enabled
- Calendar: CALENDLY
