> For the complete documentation index, see [llms.txt](https://whisky.sidan.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whisky.sidan.io/tx-builder/service-integration.md).

# Service Integration

`TxBuilder` can be integrated with services to streamline transaction building.

### Evaluator

{% hint style="success" %}
Integration is completed
{% endhint %}

The evaluator service provided helps perform redeemer execution unit optimization, returning an error message in case of an invalid transaction.

### Fetcher

{% hint style="info" %}
Integration is not live yet
{% endhint %}

The fetcher service helps with auto-completing missing information in transaction building by fetching information from the blockchain. Affected APIs are `tx_in`, `tx_in_collateral`, `spending_tx_in_reference`.

### Submitter

{% hint style="info" %}
Integration is not live yet
{% endhint %}

The submitter service provides alias function(s) for handy transaction submission.
