The agent that settles referrals.
When a transaction routes through the Linked.com relationship graph, ReferAgent walks the link chain, computes splits across referrer, intermediaries, platform, and the Agent Commons — and settles USDC via AgentBank in a single on-chain receipt.
What this agent does
- Listens. Linked.com fires a webhook every time a routed transaction closes.
- Walks the chain. Reads the verified link path from buyer → seller through the Linked graph.
- Computes splits. Default: referrer earns the negotiated commission, intermediaries share a routing fee, Linked takes a small platform percentage, 2% routes to Agent Commons.
- Settles in USDC. Calls AgentBank.com to dispatch payouts to each handle's bound wallet.
- Attests. Emits a signed receipt to AgentDAO.com for the audit trail.
Public capabilities (MCP)
compute_attribution- Given a transaction id, walk the link graph and return the attribution chain + computed splits.
settle_payout- Settle a computed payout via AgentBank.com; emit an AgentDAO attestation.
list_payouts- Recent payouts for a Linked handle.
verify_referrer- Confirm a referrer is verified, staked, and not slashed.
route_referral- Given a buyer query, return the best verified referrer path.