> For the complete documentation index, see [llms.txt](https://uxento.gitbook.io/uxento/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uxento.gitbook.io/uxento/tools/utek.md).

# uTek

uTek is a new category for a modern Sniper and Copy Trader designed by Uxento to guarantee users a with the fastest landing transaction speeds. With uTek you may set up tasks to automatically buy tokens based on X posts, new token creations, wallet trades, and fee claims.&#x20;

<figure><img src="/files/2wa98y1Gm4KkAvGlFR8b" alt=""><figcaption></figcaption></figure>

To set uTek up, firstly navigate to the uTek panel in your uxento Toolbar. You will need to assign a wallet to uTek and set up **Nonces** to allow transactions to land faster. Note that setting up **Nonces** costs a small transaction fee (\~0.0116 SOL). To do this, simply click the '**Wallets**' button and select which wallet you wish to assign from the dropdown, or create a new one with the **Create** button and then click '**Set Up**' to set up nonces on the wallet before creating tasks.&#x20;

<figure><img src="/files/erySwgSFXKUNwkeaV2DG" alt=""><figcaption><p>Wallet Configuration</p></figcaption></figure>

{% hint style="info" icon="wallet" %}
You may manage your uTek wallets at anytime via the uTek Wallet Overview accesible via the **Wallets** button.&#x20;
{% endhint %}

### Sniper Tasks:

To create Sniper tasks, select which Sniper you wish to configure using the uTek Toolbar. You may configure actions for any of the following: \
\
**X/Twitter Sniper**\
\&#xNAN;*Snipe tokens automatically when something happens on X: keywords, CAs, interactions, images, and more.*\
\
**Coin Creation Sniper**\
\&#xNAN;*Sniper newly created tokens that match your exact parameters.*\
\
**Copy Trade Sniper**\
\&#xNAN;*Execute copy buys or sells from a target wallet.*\
\
**Fee Claim Sniper**\
\&#xNAN;*Snipe a token when anyone claims Github fees.*

To configure a task for a sniper, simply click the **Create** button to bring up the **uTek Module**. Within the **uTek Module** you may fine-tune each specific setting of your sniper by inputting target accounts, keywords, token addresses, image references and more to ensure the best results.&#x20;

<figure><img src="/files/4c5zphjEmuOctadvuRkY" alt="" width="445"><figcaption><p>uTek Module</p></figcaption></figure>

To get the most out of your uTek Sniper Tasks, navigate through every section of the uTek Module and define your Task Name, Assigned Wallets, Buy Amounts and Fees, Targeted Accounts, Activity Types or Keywords and make use of the optional Filters (to blacklist keywords or filter market caps) or the Advanced Settings to create auto-sell tasks.&#x20;

Once you have configured your Sniper task, you can test it by clicking '**Test in Sandbox**' to be taken to the [Sandbox](/uxento/tools/sandbox.md) where you may trial any configurations, or click '**Create**' to save your Sniper Task. You may also import Sniper configurations from uxento's [Auto Sniper](/uxento/tools/automations.md#auto-sniper) with one-click by using the '**Migrate Auto Sniper**' button.&#x20;

{% hint style="warning" %}
Each specific sniper has a unique uTek Module with its own parameters so you must set up different configurations for each type of Sniper you wish to engage.&#x20;
{% endhint %}

You can view a historical list of all of your successful uTek Sniper Executions via the History tab. To access your uTek History, simply click the '**History**' button.

### Managing Sniper Tasks:

Once you have created a Sniper Task, you can manage it from any of the uTek Sniper Overviews, or click **'All Tasks'** to manage and view tasks from all snipers. When managing tasks, simply select which one you'd like to manage and use the toolbar of quick actions to pause, edit, delete, duplicate or test any task. You may also Start and Stop all tasks simultaneously, or Show/Hide Paused Tasks by using the Quick Buttons on the top left of the Overview Panel.&#x20;

<figure><img src="/files/zJTQS7srVHLgGQUyKK2q" alt=""><figcaption><p>Manage uTek Tasks via any of the Sniper Overviews</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://uxento.gitbook.io/uxento/tools/utek.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
