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

# Recipe — find aligned investors (B2B)

> Paste a domain, discover values-aligned investors with live buying signals, and book a conversation — the 5D Ventures flagship flow.

This is the **5D Ventures** flagship: a founder pastes their domain and ends up
with a short list of investors who back ventures like theirs — each with a visible
buying signal — ready for outreach.

<Info>
  Works from any [connected MCP client](/mcp/overview) or the workspace UI. The
  tool names below are MCP tools; the same steps exist as REST endpoints under
  `/api/v1/gtm/`.
</Info>

## The flow

<Steps>
  <Step title="Provision a GTM profile from the domain">
    > Set up a GTM profile for 5dventures.com.

    Calls `provision_gtm_profile`. ECN reads the site, infers what the venture does,
    and drafts an Ideal Customer Profile (here: investors active in regenerative /
    impact ventures in Latin America).
  </Step>

  <Step title="Discover investors with buying signals">
    > Find investors who back regenerative ventures in Latin America and show their buying signals.

    The [prospecting engine](/guides/prospecting-engine) searches, mines active
    signals (new funds, public theses, recent activity), and returns ranked
    prospects with the evidence attached. Check progress with `get_gtm_status`.
  </Step>

  <Step title="Review the ranked list">
    Each prospect shows its **Prospect Score** (ICP fit lifted by recency-decayed
    intent), a **why-now** line, a suggested **next action**, and the source snippet
    behind its signal — so you can trust the ranking before acting.
  </Step>

  <Step title="Draft outreach">
    > Draft outreach emails for my top 5 investors.

    Calls `draft_gtm_emails`. Drafts are personalized from the venture's context and
    each investor's signal — and held as **approval-gated drafts**.
  </Step>

  <Step title="Sync to CRM and follow up">
    Approved prospects sync into the CRM as contacts/deals; create follow-up tasks
    with `create_task`.
  </Step>
</Steps>

## Acceptance criteria (flagship test)

A founder can paste `5dventures.com` and, in one session, reach **10 ranked
prospects with visible buying signals**, then sign up, add a card, receive credits,
and (optionally) become an ambassador. (Linear acceptance test `TER-144`.)

## Cost

Discovery, enrichment, and drafting are [metered in credits](/guides/metering-credits)
at real cost-plus. Check `get_wallet_balance` before a large run.

<Note>
  This recipe targets the v2 flagship behavior and is re-synced to the live system
  each docs iteration. Steps not yet fully shipped are flagged in the workspace.
</Note>
