```rust let pool = Pool::new() .denomination(0.01) .fee(10) .simple_timeout(now() + 60) .peers(5) .init() .unwrap(); ```