# base.ts

```typescript
{
    moduleName: 'open-campus-faucet',
    stopWalletOnError: true,

    indexGroup: 0,
}
```

> Кран для получения EDU токенов, необходим обязательно ключ **ANTICAPTCHA\_KEY** в global.js\ <mark style="color:red;">ATTENTION! СЕЙЧАС КРАН НЕ РАБОТАЕТ И МЫ НИКАК НЕ ЭТО НЕ МОЖЕМ ПОВЛИЯТЬ</mark>&#x20;

***

```typescript
{
    moduleName: 'open-campus-edbank-open-position',
    stopWalletOnError: true,

    indexGroup: 1,
}
```

> Регистрация в edbank, необходима для дальнейшего выполнения **open-campus-edbank-deposit-edu**

***

```
{
  moduleName: 'open-campus-streambill-mint-tusdc',

  indexGroup: 2,
},
{
  moduleName: 'open-campus-eduverse-mint-tinycourse',

  indexGroup: 2,
},
{
  moduleName: 'open-campus-thrustpad-create-token',

  indexGroup: 2,
},
{
  moduleName: 'open-campus-sooty-create-vault',

  indexGroup: 2,
},
{
  moduleName: 'open-campus-edbank-deposit-edu',
  
  minNativeBalance: 0.0001,

  minAndMaxAmount: [0.000001, 0.00005],
  usePercentBalance: false,

  indexGroup: 2,
},
{
  moduleName: 'open-campus-wrap-edu',

  minAndMaxAmount: [10, 15],
  usePercentBalance: true,
  minNativeBalance: 0.0001,
  minTokenBalance: 0.0000001,

  reverse: true,
  reverseMinAndMaxAmount: [100, 100],

  indexGroup: 2,
},
{
  moduleName: 'open-campus-blend-supply',

  minNativeBalance: 0.0001,

  minAndMaxAmount: [0.000001, 0.00005],
  usePercentBalance: false,

  indexGroup: 2,
}
```

> Рандомные транзакции, которые можно прогонять двумя способами, с помощью использования **count: \[10, 10]** и **delay: \[2 \* 60 \* 60 \* 24, 3 \* 60 \* 60 \* 24]** (2-3 дня) или с **count: \[10 1]** и авторестартом скрипта через 2 дня при использовании **betweenRestarts: 48**


---

# Agent Instructions: 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:

```
GET https://darvin-space.gitbook.io/darvin-space-docs/projects/open-campus/base.ts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
