169 похожих чатов

//Uniswap question. What’s the difference between a router and a

pool?

5 ответов

15 просмотров
Cypherp0NK- Автор вопроса

I mean difference between liquidity pool address and router address if any. I’m trying to fork uniswap to get a testrouter on Rinkeby. I want to know if the testrouter I deploy can also be considered as the liquidity pool of let’s say (eth/dai) as well

Cypherp0NK
I mean difference between liquidity pool address a...

The router is the contract which interacts with all the different pairs on your behalf. This is why, you "approve" the router to move your tokens around. They are absolutely not interchangeable. They are different contracts with different purposes.

Cypherp0NK
I mean difference between liquidity pool address a...

If you want to create eth/dai pool, you must own both of each token, and you can use the front end to create pool and add liquidity.

Cypherp0NK- Автор вопроса
William Oney
If you want to create eth/dai pool, you must own b...

Thanks you. I know how to create the pool from front end. I’m running it on a script currently

Cypherp0NK
Thanks you. I know how to create the pool from fro...

Ah, well you'll be interested in a few functions then... first make sure you own DAI, and then you'll want to DAI.approve(ROUTER_ADDR, AMOUNT), then you'll either want to use Router.addLiquidity or Router.addLiquidityETH. If you want to create with regular ETH, then use addLiquidityETH, otherwise, convert your ETH to WETH and then WETH.approve(ROUTER_ADDR, AMOUNT).

Похожие вопросы

Обсуждают сегодня

Всем привет! Имеется функция: function IsValidChar(ch: UTF8Char): Boolean; var i: Integer; ValidChars: AnsiString; begin ValidChars := 'abcdefghijklmnopqrstuvwxyzABCDE...
Евгений
44
Чтобы перехватить все нажимания буков на форме, надо хук ставить? Пробовал на форме ОнКейДаун, оно ловит клаву если фокус не на компоненте с вводом текста
Serjone
15
лучше скажите, причём тут паскаль?
Alexey Kulakov
36
Всем привет! вывожу на общей стр дочерние ресурсыв каждом ресурсе галерея, и первая фотка должна выводиться на общей [!DocLister? &prepare=photo !]
Alekso
12
А можно вопрос? Мне сегодня сказали что у меня функция (которая просто заполняет массив значениями) не правильная void Full(double * arr, int n) { for (int i = 0; i < n; i...
† C E †
7
День добрый, подскажите пожалуйста, есть ли какой-то способ сказать ребару не компилировать определённое приложение? Всю доку их перечиатл ничего подобного не нашёл
Кирилл
14
Добрый вечер. Хочу чтобы у меня в классе поле было функцией, которая возвращает строку. Делаю так: interface ... TGetOutPath = function : String of object; ... protec...
Kirill Filippenok
12
Народ! Впервые клиенту пришло письмо от РКН, у вас, дескать, есть яндекс метрика, а нигде не написано, что вы ее юзаете. Никто не сталкивался?
Sasha Beep
10
Это может быть все-таки не флудвейт? у меня ботфазер принимает изменения и отображает даже что они изменились, на видео видно что он прислал якобы уже измененное описание, н...
OVERLINK
13
Здравствуйте, хочу сделать HelloWorld в консоли Дельфи, но функция API ничего не выводит, что я делаю не так? program Hello; {$APPTYPE CONSOLE} uses System.SysUtils, WinAPI.Wi...
Sergey Vinogradov
20
Карта сайта