> For the complete documentation index, see [llms.txt](https://tokenscript.gitbook.io/token-negotiator/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tokenscript.gitbook.io/token-negotiator/learn/passive-negotiation-no-ui.md).

# Passive Negotiation (no UI)

Passive Negotiation with Token Negotiator

The term "**passive negotiation**" refers to the mode setting of Token Negotiator that provides no UI. Using this mode allows for developers to build their own custom UI, whilst utilising the data and events from Token Negotiator.&#x20;

Example Usage:

```
const negotiator = new Client({
	type: "passive",
	issuers: [
		{
			blockchain: "evm",
			collectionID: "expansion-punks",
			contract: "0x0d0167a823c6619d430b1a96ad85b888bcf97c37",
			chain: "eth",
		}
	]
});
```

For support and any questions please reach out to us on [discord](https://discord.com/invite/CfvmYFyujW) or via <sayhi@smarttokenlabs.com>
